freebsd-skq/sys/dev/pccbb
imp 5b972eaa75 It turns out that it is easier to not NULL out pccard and cardbus
device pointers.  They don't change as the children device drivers
come and go.  Rather, check to see if the device is attached where we
would have checked ! NULL.  This solves many asymmetries in the code
that likely could lead to crashes when loading/unloading cbb without
one or more of the expected children's driver not present.
2007-02-15 07:22:27 +00:00
..
pccbb_isa.c We don't have a ISA specific shutdown routine at this time, so remove 2006-06-03 21:10:50 +00:00
pccbb_pci.c Batch of changes: 2006-08-12 09:06:55 +00:00
pccbb.c It turns out that it is easier to not NULL out pccard and cardbus 2007-02-15 07:22:27 +00:00
pccbbdevid.h Mollify the whitespace police 2005-11-08 15:42:12 +00:00
pccbbreg.h Batch of changes: 2006-08-12 09:06:55 +00:00
pccbbvar.h Move shutdown, and pci specific methods into pccbb_pci.c. Many more 2006-06-03 19:16:45 +00:00