hi, > Module Name: src > Committed By: sborrill > Date: Fri Apr 8 13:56:51 UTC 2011 > > Modified Files: > src/sys/dev/pci: if_alc.c if_bge.c > src/sys/net: if_vlan.c > > Log Message: > PR kern/38871 > > Fix LAN on bge(4), alc(4). Flag VLAN capability in ec_capenable as used by > network > card drivers.
- who clears the flag? - probably it would be better to have separate flags for tx and rx. (i thought ETHERCAP_VLAN_HWTAGGING was for transmitting, but our tree seems inconsistent.) YAMAMOTO Takashi > > > To generate a diff of this commit: > cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_alc.c > cvs rdiff -u -r1.190 -r1.191 src/sys/dev/pci/if_bge.c > cvs rdiff -u -r1.66 -r1.67 src/sys/net/if_vlan.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files.