freebsd-dev/sys/dev/cardbus
Alfred Perlstein 78b226dc81 Silence warning.
When casting a "const void *" to a "struct foo **" you want to actually
cast it to "struct foo * const *" not simply "const struct foo **".
2002-06-01 16:20:27 +00:00
..
cardbus_cis.c Silence warning. 2002-06-01 16:20:27 +00:00
cardbus_cis.h
cardbus.c Make oldcard and newcard kernel module work. 2002-05-30 17:38:00 +00:00
cardbusreg.h
cardbusvar.h Use the pci.c code wherever possible, rather than copying all the pci 2002-02-27 05:09:14 +00:00