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: 06/09/1998 11:50:01
thorpej
Tue Jun 9 11:46:12 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv20121/kern
Modified Files:
subr_autoconf.c
Log Message:
Implement config_defer(), a generic mechanism to defer the configuration
of a device until all of its parent's children have been attached.
thorpej
Tue Jun 9 11:46:13 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv20121/sys
Modified Files:
device.h
Log Message:
Implement config_defer(), a generic mechanism to defer the configuration
of a device until all of its parent's children have been attached.
thorpej
Tue Jun 9 11:48:41 PDT 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv20196
Modified Files:
pci.c pcivar.h
Log Message:
Remove the PCI-ISA bridge callback mechanism; it's no longer needed.
thorpej
Tue Jun 9 11:49:33 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/pci
In directory nb00:/tmp/cvs-serv20247
Modified Files:
sio.c
Log Message:
Use config_defer().
thorpej
Tue Jun 9 11:49:47 PDT 1998
Update of /cvsroot/src/sys/arch/i386/pci
In directory nb00:/tmp/cvs-serv20267
Modified Files:
pceb.c pcib.c
Log Message:
Use config_defer().