freebsd-dev/sys/dev/bge
Pawel Jakub Dawidek dcc34049f8 When bge_stop() is called from bge_detach(), mii is already NULL, so check
before trying to use it.
This fix allows to 'kldunload if_bge' without panicing.

Reviewed by:	bz
MFC after:	3 days
2005-09-04 06:35:59 +00:00
..
if_bge.c When bge_stop() is called from bge_detach(), mii is already NULL, so check 2005-09-04 06:35:59 +00:00
if_bgereg.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00