cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/pci if_rlreg.h

John-Mark Gurney jmg at FreeBSD.org
Tue Oct 12 14:51:21 PDT 2004


jmg         2004-10-12 21:51:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    share/man/man4       re.4 
    sys/dev/re           if_re.c 
    sys/pci              if_rlreg.h 
  Log:
  MFC:
  
  if_re.c v1.35, if_rlreg.h v1.48:
  >  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)
  
  re.4 v1.9 & v1.10:
  >  document the limit on jumbo frame size..                                     and bump document date
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.6.2.3   +2 -1      src/share/man/man4/re.4
  1.28.2.5  +54 -16    src/sys/dev/re/if_re.c
  1.44.2.3  +18 -1     src/sys/pci/if_rlreg.h


More information about the cvs-all mailing list