Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/22/1995 23:50:05
cgd
Mon May 22 23:43:11 EDT 1995
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv18917

Modified Files:
	pci.c pcivar.h 
Log Message:
split single-subdevice lookup & attachment into a subroutine
(pci_attach_subdev()).  remove pciattach() function and the pcicd cfdriver
struct, the former because thre are a lot of attachment actions which really
are machine-dependent (perhaps even "most"), and the latter because now that
both pcimatch() and pciattach() are machine-dependent it's bad style to
declare them here and it gains nothing.


cgd
Mon May 22 23:44:02 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv18971

Modified Files:
	pci_machdep.c 
Log Message:
define pcicd, pciattach() here now.