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 21:00:08
thorpej
Mon May  6 17:51:46 PDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/mainbus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22430

Modified Files:
	lpt.c 
Log Message:
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.


thorpej
Mon May  6 17:55:24 PDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/podulebus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22470

Modified Files:
	if_ea.c if_eb.c if_eh.c if_ie.c 
Log Message:
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.


thorpej
Mon May  6 17:56:53 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22517

Modified Files:
	files.hp300.oldconf 
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:58:01 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22551

Modified Files:
	if_le.c if_levar.h 
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.


thorpej
Mon May  6 17:58:40 PDT 1996
Update of /a/cvsroot/src/sys/arch/i386/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22590

Modified Files:
	files.i386 
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.