Module Name: src Committed By: dyoung Date: Tue Dec 14 02:51:47 UTC 2010
Modified Files: src/sys/dev/pci: if_wm.c Log Message: Stop wm(4) from needlessly resetting when you add or delete a vlan(4): ifconfig vlan0 create vlan 2 vlanif wm0 ifconfig vlan0 destroy It pays to avoid a reset because after a reset it can take about 30 seconds before wm0 is back on the net. The patch garnered no objections on tech-...@. Sponsored by CoyotePoint Systems Inc. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.