Date: Thu, 16 Nov 2006 06:28:54 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h Message-ID: <200611160628.kAG6SsLT099244@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611160628.kAG6SsLT099244>