scottl      2006-11-16 06:28:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bce          if_bce.c if_bcereg.h 
  Log:
  Due to an incorrect macro, it appears that this driver has always been
  accidentally truncating off the VLAN tag field in the TX descriptor.  Fix
  this by splitting up the vlan_tag and flags fields into separate fields,
  and handling them appropriately.
  
  Sponsored by: Ironport
  MFC After: 3 days
  
  Revision  Changes    Path
  1.21      +16 -13    src/sys/dev/bce/if_bce.c
  1.10      +2 -1      src/sys/dev/bce/if_bcereg.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to