Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 1999 22:24:28 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/i386/isa wd.c if_ep.c if_epreg.h src/sys/i386/conf files.i386 src/sys/i386/eisa 3c5x9.c
Message-ID:  <199910010524.WAA73073@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       1999/09/30 22:24:28 PDT

  Modified files:
    sys/conf             files 
    sys/i386/isa         wd.c 
    sys/i386/conf        files.i386 
  Removed files:
    sys/i386/isa         if_ep.c if_epreg.h 
    sys/i386/eisa        3c5x9.c 
  Log:
  Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.
  
  Turn on the 'new' if_ep driver which supports:
  
  	ISA		3c509
  	MCA		3c529
  	EISA		3c579
  	PCCARD		3c589
  
  I think all we're missing is support for the VME bus and S-100 bus
  Etherlink III cards.
  
  The new code has been tested by a number of people and all the important
  bits work.  I've not been able to test the EISA code but will do so once
  my hardware arrives.  Since I've changed nothing in the EISA code I suspect
  it will perform the same manner as before.
  
  Future changes involve whacking the ISA and PCCARD front ends to use
  newbus and to convert the driver to bus_space and make it use ifmedia.
  
  This is the first working network driver that supports MCA bus devices btw.
  
  Enjoy.
  
  Revision  Changes    Path
  1.261     +8 -3      src/sys/conf/files
  1.211     +19 -1     src/sys/i386/isa/wd.c
  1.275     +1 -3      src/sys/i386/conf/files.i386



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?199910010524.WAA73073>