freebsd-dev/sys/pccard
Mitsuru IWASAKI df56ce3e40 Fix a bug so that we have correct number of pccard instances in pcic_attach().
pcic_attach() got a wrong pointer to pcic_slots since device haven't
set correct unit number yet, so always accessed elements of pcic_slots
which belong to pcic0 (unit number 0).

Now we set unit number to pcic device first, then access to pcic_slots
based on the unit number we've just set.
2000-07-24 21:44:00 +00:00
..
cardinfo.h
cis.h
driver.h
i82365.h
pccard_beep.c
pccard_nbk.c o Implement some compatibility functions for NEWCARD compat. This is 2000-06-18 04:59:39 +00:00
pccard_nbk.h
pccard.c There is no atdevbase on the alpha. Hide this case statement on alpha until 2000-06-23 22:47:17 +00:00
pcic98reg.h
pcic_pci.c
pcic_pci.h
pcic.c Fix a bug so that we have correct number of pccard instances in pcic_attach(). 2000-07-24 21:44:00 +00:00
pcic.h
slot.h