Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 09:35:09 -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
Message-ID:  <200107161635.f6GGZ9319144@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2001/07/16 09:35:09 PDT

  Modified files:
    sys/dev/nge          if_nge.c 
  Log:
  Change the interrupt handler a bit so that we call the nge_rxeof() handler
  when we get an RX_ERR interrupt rather than the nge_rxeoc() handler. The
  rxeoc (end of channel) handler attempts to reinitialize the whole NIC,
  which we don't want to do if we only received a bad packet.
  
  Revision  Changes    Path
  1.18      +4 -5      src/sys/dev/nge/if_nge.c


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?200107161635.f6GGZ9319144>