mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
o Assign sc->an_dev in an_probe() (which isn't really a probe function in the standard newbus sense) as we may need it for printing errors. o Use device_printf() rather than if_printf() in an_reset() - this is called from an_probe() long before the ifp structure is initialised in an_attach(). o Initialize the ifp structure early in an_attach() as we use if_printf() in cases where allocation of descriptors etc fails. MFC after: 3 days |
||
|---|---|---|
| .. | ||
| if_aironet_ieee.h | ||
| if_an.c | ||
| if_an_isa.c | ||
| if_an_pccard.c | ||
| if_an_pci.c | ||
| if_anreg.h | ||