Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/30/1996 18:30:08
thorpej
Tue Apr 30 15:22:02 PDT 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv12302

Modified Files:
	if_ie.c 
Log Message:
Update the 3c507 probe to the new interfaces used by elink_reset()
and elink_idseq().
XXX This is just a kludge until the entire driver is converted to use
<machine/bus.h>


thorpej
Tue Apr 30 15:28:04 PDT 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv12364

Modified Files:
	if_ep_isa.c 
Log Message:
Convert the Etherlink III (ep) driver to use <machine/bus.h>.
For the ISA probe, implement a way to keep track of which ISA busses
have been through an ep_isa probe; the static variable that was used
before didn't scale.


thorpej
Tue Apr 30 15:30:02 PDT 1996
Update of /a/cvsroot/src/sys/dev/eisa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv12418

Modified Files:
	if_ep_eisa.c 
Log Message:
Convert the Etherlink III (ep) driver to use <machine/bus.h>.