In message <[EMAIL PROTECTED]>, Bruce M Simpson writes:
>Hey there,
>
>I have a few questions regarding a PCMCIA driver I'm writing.
>
>How do I map in attribute and common memory blocks from a PCMCIA card?
>Is this done on my behalf by the pcic(4) driver?
>Does it scan the CIS tuples for me and perform the appropriate allocations?
>If so, how do I get at the resource?
>If not, how would I go about doing this myself in the driver?
>And what would I want to put in my driver's xxx_probe() routine?

Suggest you look at the sys/dev/sio/sio_pccard.c file...

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to