Module Name: src Committed By: sborrill Date: Fri Apr 8 17:45:10 UTC 2011
Modified Files: src/sys/dev/pci: if_bge.c Log Message: Revert previous couple of commits. bge_setvlan() is only called by bge_init() and so does not get called when a vlan child is added. Calling bge_setvlan() from bge_ifflags_cb() doesn't work either as it appears that the callback is called before ec_capenable is updated by if_vlan.c. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193 src/sys/dev/pci/if_bge.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.