freebsd-dev/sys/dev/pccard
Warner Losh 977b24f6e6 Some cards don't have the info entries in the CIS, so vendorstr and/or
prodstr may be NULL when fetched.  For the default device description,
guard against this and return the numeric IDs instead when this
happens.  For the matching routines, and consider NULL to not match
those entries that aren't NULL w/o calling strcmp.

Early patches by: Anders Hanssen
2004-08-16 15:57:18 +00:00
..
card_if.m Include required machine/bus.h 2004-05-28 02:23:10 +00:00
pccard_cis_quirks.c Fixing disorder is the hardest thing in the world: Learn to sort :-) 2004-05-27 15:21:51 +00:00
pccard_cis.c Improve reading of CIS cards: 2004-04-12 20:56:34 +00:00
pccard_cis.h Add new file for definitions of CIS. We can share this with cardbus. 2003-10-07 03:35:48 +00:00
pccard.c Some cards don't have the info entries in the CIS, so vendorstr and/or 2004-08-16 15:57:18 +00:00
pccarddevs Add Intel EtherExpress PRO/100 LAN Modem. This will eventually be 2004-05-13 01:24:26 +00:00
pccardreg.h o move the cis tuple definitions into a common file. 2003-10-07 03:33:54 +00:00
pccardvar.h Don't nest includes here. There's no need and the subset included is lame. 2004-05-28 02:24:07 +00:00
power_if.m