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/04/1998 11:50:02
thorpej
Mon May  4 11:49:08 PDT 1998
Update of /cvsroot/src/sys/arch/i386/pci
In directory nb00:/tmp/cvs-serv5096

Modified Files:
	pci_machdep.c pci_machdep.h 
Log Message:
Add a function, pci_bus_flags(), that determines which flags (for memory
and i/o enabled) should be passed to the primary PCI bus's autconfiguration
node.  Use this function to detect broken PCI-Host bridges, which have
problems with memory-mapped access.  Add the SIS 85C496 to this list.


thorpej
Mon May  4 11:49:34 PDT 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv5122

Modified Files:
	mainbus.c 
Log Message:
Use pci_bus_flags().