Module Name: src Committed By: yamaguchi Date: Thu Sep 30 04:06:50 UTC 2021
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Remove vlan_ifdetach() from ixgbe_detach() The removed function is called in ether_ifdetach(). And ether_ifdetach is changed to be called before a device is stopped, because vlan_ifdetach called from ether_ifdetach configures VLAN settings. To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.