mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
- Add a mutex to the softc to protect the softc and device hardware. - Use a private timer routine to drive the transmit watchdog timer instead of using if_watchdog/if_timer. - If if_alloc() fails during attach, fail the attach with an error rather than panic'ing. - Clear RUNNING and OACTIVE only in sncstop(). - Don't mess with IFF_UP. - Don't leak 'struct ifnet' on detach. - Setup interrupt handler after ether_ifattach(). - Call ether_ifdetach() rather than if_detach() in the pccard detach routine. Tested by: no one despite repeated requests |
||
|---|---|---|
| .. | ||
| dp83932.c | ||
| dp83932reg.h | ||
| dp83932subr.c | ||
| dp83932subr.h | ||
| dp83932var.h | ||
| if_snc.c | ||
| if_snc_cbus.c | ||
| if_snc_pccard.c | ||
| if_sncreg.h | ||
| if_sncvar.h | ||