Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 1997 11:26:12 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa if_ie.c
Message-ID:  <199705211826.LAA03603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       1997/05/21 11:26:12 PDT

  Modified files:
    sys/i386/isa         if_ie.c 
  Log:
  Several bug fixes for the ee16 support from Richard Straka:
  1) Adjust NFRAMES from 16 to 8 per 16k of memory.
  2) Acknowledge interrupts to the card early in the interrupt
     handler before processing the event that caused the interrupt.
     This frees the card to process addtional events instead of
     waiting for the driver to finish handling events.
  3) Changed the initialization of the transmit buffers to be a
     loop so that the number of buffers can be more easily changed.
  4) Moved the code to take the adapter out of loop back mode to just
     before we enable the receiver.
  
  I also made the driver dynamically size its resource arrays at attach
  time so that we can take full advantage of adapters with more than 16k
  of memory.
  
  Richard has some other changes he's working on to improve performance,
  but this should get ee16 support working reliably again.
  
  Thanks to Wes Santee <wes@bogon.net> for testing these patches.
  
  Submitted by: Richard Straka <straka@user1.inficad.com>
  
  Revision  Changes    Path
  1.42      +113 -88   src/sys/i386/isa/if_ie.c



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