cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

John-Mark Gurney jmg at FreeBSD.org
Thu Sep 30 19:33:58 PDT 2004


jmg         2004-10-01 02:33:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/pci              if_rlreg.h 
    sys/dev/re           if_re.c 
  Log:
  MFC: if_rlreg.h: v1.46
  >  comment requirement that rx/tx descriptor counts must be equal due to
  >  shared code...
  >  define rx descriptor count in terms of tx
  >  align defines
  
  v1.47:
  >  fix misspelling of TX...
  
  MFC: if_re.c: v1.32
  >  pass in pointer to m_head to re_encap because m_defrag could free the
  >  original mbuf causing a free'd mbuf passed to bpf later and panic'ing the
  >  system..  This should only effect jumbo frames.
  
  v1.33:
  >  spell RX correctly
  >  don't call re_rxeof a second time when we've already done the work
  >  pull common code out from if and else clauses
  
  v1.34:
  >  trim trailing white space..
  >  call the re mutex by it's name..
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.28.2.4  +25 -31    src/sys/dev/re/if_re.c
  1.44.2.2  +8 -3      src/sys/pci/if_rlreg.h


More information about the cvs-src mailing list