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 22:40:03
thorpej
Mon May  6 19:30:33 PDT 1996
Update of /a/cvsroot/doc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24769

Modified Files:
	CHANGES 
Log Message:
Note changes to struct ifnet and to the MI LANCE driver.


thorpej
Mon May  6 19:35:11 PDT 1996
Update of /a/cvsroot/src/sys/arch/x68k/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24609

Modified Files:
	if_ed.c if_se.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_reset)()
to take a struct ifnet *, rather than a unit number.


thorpej
Mon May  6 19:36:10 PDT 1996
Update of /a/cvsroot/src/sys/netccitt
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24826

Modified Files:
	hd_output.c llc_subr.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.