summaryrefslogtreecommitdiffstats
path: root/sys/net/if_dead.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove if_timer/if_watchdog now that they are no longer used. The spacejhb2009-11-301-7/+0
| | | | | | | used by if_timer is reserved for expanding if_index to an int in the future. Reviewed by: rwatson, brooks
* During if_detach(), invoke if_dead() to set the ifnet's functionrwatson2009-04-231-0/+114
pointers to "dead" implementations that no-op rather than invoking the device driver. This would generally be unexpected and possibly quite badly handled by most device drivers after if_detach() has completed. Reviewed by: bms MFC after: 3 weeks
OpenPOWER on IntegriCloud