freebsd-skq/sys/dev/cardbus
scottl 87416e10ed When parsing the CIS, if a BAR tuple is encountered, enable the corresponding
bit in the PCI command register for the device.  Otherwise, device drivers
that look at this register to see which types of BARs are usable will think
that none of them are.
This allows my Adaptec 1480A cardbus card to finally work.

Reviewed by:	imp
2002-11-13 22:53:48 +00:00
..
cardbus_cis.c When parsing the CIS, if a BAR tuple is encountered, enable the corresponding 2002-11-13 22:53:48 +00:00
cardbus_cis.h Part two of this NEWCARD update: 2001-08-27 00:09:42 +00:00
cardbus.c MFp4: 2002-11-02 23:00:28 +00:00
cardbusreg.h Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkers 2002-10-07 22:58:24 +00:00
cardbusvar.h Add extra set of parens around the barbit macro to make it clear what 2002-10-07 22:57:07 +00:00