cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c
John-Mark Gurney
jmg at FreeBSD.org
Tue Sep 28 11:22:25 PDT 2004
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
More information about the cvs-src
mailing list