Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't confuse the tuple code and the tuple length. Ooops. Since most | imp | 2005-09-21 | 1 | -1/+1 |
| | | | | CIS are tiny, this likely hasn't bit anybody yet... | ||||
* | Use the correct minor number for the pccardX.cis device. | imp | 2005-09-20 | 1 | -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. | imp | 2005-09-20 | 1 | -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. |