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:10:08
thorpej
Mon May  6 18:00:26 PDT 1996
Update of /a/cvsroot/src/sys/arch/i386/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22623

Modified Files:
	GENERIC GENERICADP GENERICOTHER INSTADP INSTOTHER 
Log Message:
Add the DEC DEFPA FDDI interface to the catch-all kernel configs.


thorpej
Mon May  6 18:08:24 PDT 1996
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22777

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