Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2001 14:39:27 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/nge if_nge.c if_ngereg.h
Message-ID:  <200109192139.f8JLdUc09081@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2001/09/19 14:39:27 PDT

  Modified files:
    sys/dev/nge          if_nge.c if_ngereg.h 
  Log:
  Handle the RX FIFO overflow condition with the rxeof handler instead
  of the rxeoc handler for now. The rxeoc handler will reset the link,
  and the NatSemi chip's RX FIFO will overflow on a 32-bit bus once you
  start hitting it with 500Mbps or more of traffic.
  
  Also increase the size of the RX ring to 128 descriptors (was 64).
  
  Revision  Changes    Path
  1.22      +5 -4      src/sys/dev/nge/if_nge.c
  1.5       +2 -2      src/sys/dev/nge/if_ngereg.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109192139.f8JLdUc09081>