Date: Tue, 19 Oct 2004 02:42:49 +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/bge if_bge.c Message-ID: <200410190242.i9J2gn56029997@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004-10-19 02:42:49 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumbo
frames. BGE hardware with the rx alignment bug will still be handled by the
calls to m_adj() that already exist. m_adj() is probably better suited for
this task anyways. Just as with if_em, this saves a malloc + several locks
per packet and prevents unneeded data copying within busdma.
Revision Changes Path
1.76 +2 -2 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410190242.i9J2gn56029997>
