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: 05/06/1996 20:40:02
thorpej
Mon May  6 17:33:36 PDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22069

Modified Files:
	files.alpha 
Log Message:



thorpej
Mon May  6 17:34:19 PDT 1996
Update of /a/cvsroot/src/sys/arch/amiga/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22101

Modified Files:
	files.amiga 
Log Message:
Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.


thorpej
Mon May  6 17:35:08 PDT 1996
Update of /a/cvsroot/src/sys/arch/amiga/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22133

Modified Files:
	if_le.c 
Log Message:
Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.

Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit.  Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.