Date: Thu, 5 Sep 2002 20:15:46 +0100 From: Bruce M Simpson <bms@spc.org> To: freebsd-hackers@freebsd.org, imp@freebsd.org Subject: PCMCIA questions: mapping attribute and common memory? Message-ID: <20020905191546.GF15218@spc.org>
next in thread | raw e-mail | index | archive | help
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? I've been looking over the ray(4) and xe(4) drivers, which have given me some hints, but I'd appreciate clarification. Thanks! BMS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020905191546.GF15218>