K 10 svn:author V 3 jfv K 8 svn:date V 27 2009-07-24T16:57:49.983506Z K 7 svn:log V 367 This delta fixes two bugs: - When a vlan event occurs a check was not made that the event was actually for the interface, thus resulting in a panic. All three drivers have this vulnerability. Add a check for this condition. - Secondly, there was a duplicate buf_ring free in the em driver resulting in a panic on unload. Remove. Approved by: re END