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: 02/27/1996 20:50:04
gwr
Tue Feb 27 20:41:28 EST 1996
Update of /a/cvsroot/src/sys/compat/sunos
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10571

Modified Files:
	sunos_misc.c 
Log Message:
dir => dirent

cgd
Tue Feb 27 20:42:44 EST 1996
Update of /a/cvsroot/src/sys/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10614

Modified Files:
	files 
Log Message:
add isabus and pcibus attributes, for attachment of isa and pci busses

cgd
Tue Feb 27 20:43:50 EST 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10681

Modified Files:
	files.isa isa.c isavar.h 
Log Message:
make ISA bus match/attach, and sub-device configuration machine-independent.


gwr
Tue Feb 27 20:44:20 EST 1996
Update of /a/cvsroot/src/sys/dev/ic
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10678

Modified Files:
	ncr5380sbc.c 
Log Message:
Kill two mis-matched and unnecessary declarations.


cgd
Tue Feb 27 20:44:45 EST 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10732

Modified Files:
	pci_subr.c pcivar.h 
Added Files:
	pci.c 
Log Message:
make PCI bus match/attach and sub-device attachment machine-independent.


cgd
Tue Feb 27 20:46:34 EST 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10803

Added Files:
	ppb.c ppbreg.h 
Log Message:
Preliminary support for PCI-PCI bridges.  Recognize a PCI-PCI bridge
and attach the secondary pci bus as a 'pci' device.  Note that this support
is incomplete and will not yet work for ports other than that i386.  (The
i386 can rely on the PCI interrupt 'line' information to determine
interrupt mapping, which is not necessarily possible on other systems.)


cgd
Tue Feb 27 20:47:07 EST 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10838

Modified Files:
	files.pci 
Log Message:
make PCI bus match/attach and sub-device attachment machine-independent,
add definition of 'ppb' (PCI-PCI bridge) device.


gwr
Tue Feb 27 20:48:53 EST 1996
Update of /a/cvsroot/src/sys/arch/sun3/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10919

Modified Files:
	if_ie.c 
Log Message:
Kill a mis-matched and unnecessary declaration.


cgd
Tue Feb 27 20:49:37 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10951

Modified Files:
	isa_machdep.c 
Log Message:
make ISA bus match/attach and sub-device attachment machine-independent.
(remove that code from this file.)