summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard_device.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't confuse the tuple code and the tuple length. Ooops. Since mostimp2005-09-211-1/+1
| | | | CIS are tiny, this likely hasn't bit anybody yet...
* Use the correct minor number for the pccardX.cis device.imp2005-09-201-3/+7
| | | | | | | Don't destroy a NULL device. This should fix the panics on boot people are seeing on systems with more than one pccard slot.
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.imp2005-09-201-0/+169
pccardc dumpcis /dev/pccardN.cis will work now, but I may rewrite pccardc. Also, move more of the private data to a new file called pccardvarp.h.
OpenPOWER on IntegriCloud