Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/28/1996 02:50:04
thorpej
Wed Nov 27 18:43:57 PST 1996
Update of /cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv23123/isa

Modified Files:
	isa_machdep.c 
Log Message:
In isa_attach_hook(), set a variable to indicate that an ISA bus has
been attached to the system.  If, by the time mainbus wants to attach
an ISA an ISA has not yet been attached to the system, attempt to attach
an ISA to mainbus.


thorpej
Wed Nov 27 18:44:00 PST 1996
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv23123/i386

Modified Files:
	mainbus.c 
Log Message:
In isa_attach_hook(), set a variable to indicate that an ISA bus has
been attached to the system.  If, by the time mainbus wants to attach
an ISA an ISA has not yet been attached to the system, attempt to attach
an ISA to mainbus.


thorpej
Wed Nov 27 18:49:04 PST 1996
Update of /cvsroot/src/sys/arch/i386/pci
In directory netbsd1:/var/slash-tmp/cvs-serv23762

Added Files:
	pchb.c 
Log Message:
Implement a simple generic PCI-Host bridge driver.  At the moment, this
driver is a place-holder, which will nicely print version information
about your PCI chipset (try with "options PCIVERBOSE").  Eventually,
this can be used to enable/disable features/bugs of individual PCI
chipsets.