mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
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. |
||
|---|---|---|
| .. | ||
| cardinfo.h | ||
| cis.h | ||
| driver.h | ||
| i82365.h | ||
| pccard.c | ||
| pccard_beep.c | ||
| pccard_nbk.c | ||
| pccard_nbk.h | ||
| pcic.c | ||
| pcic.h | ||
| pcic98reg.h | ||
| pcic_pci.c | ||
| pcic_pci.h | ||
| slot.h | ||