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:10:04
thorpej
Mon May  6 19:01:06 PDT 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23956

Modified Files:
	pcidevs.h pcidevs_data.h 
Log Message:
Regenerate; pcidevs changed.


thorpej
Mon May  6 19:03:09 PDT 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24073

Modified Files:
	files.pci 
Added Files:
	if_le_pci.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.

Add a real PCI front-end for PCnet-PCI Ethernet cards.

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.