Date: Tue, 28 Sep 2004 18:22:24 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c Message-ID: <200409281822.i8SIMOmd002936@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 2004-09-28 18:22:24 UTC
FreeBSD src repository
Modified files:
sys/pci if_rlreg.h
sys/dev/re if_re.c
Log:
fix jumbo frames as much as they can be fixed for re. We now cap the MTU
to 7422 since it appears that the 8169S can't transmit anything larger..
The 8169S can receive full jumbo frames, but we don't have an mru to let
the upper layers know this...
add fixup so that this driver should work on alignment constrained platforms
(!i386 && !amd64)
MFC after: 5 days
Revision Changes Path
1.35 +54 -16 src/sys/dev/re/if_re.c
1.48 +18 -1 src/sys/pci/if_rlreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409281822.i8SIMOmd002936>
