K 10 svn:author V 7 delphij K 8 svn:date V 27 2009-05-20T21:17:10.604868Z K 7 svn:log V 348 MFC r192127: Try to workaround a race where bge_stop() may sneak in when bge_rxeof() drops and re-grabs the softc mutex in the middle, resulting in kernel trap 12. This may happen when a lot of traffic is being hammered on one bge(4) interface while the system is shutting down. Reported by: Alexander Sack PR: kern/134548 END