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: 03/03/1998 22:40:02
cgd
Tue Mar  3 22:31:48 PST 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv13453

Modified Files:
	ppb.c 
Log Message:
clean up slightly, correct a few comments

cgd
Tue Mar  3 22:35:12 PST 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv13496

Added Files:
	pciide.c pciidereg.h pciidevar.h wdc_pciide.c 
Log Message:
PCI IDE glue.  Right now, just glues 'wdc's to PCI IDE controller
channels.  Eventually should do things like support PCI IDE DMA (it _DOES
NOT_ do that now).


cgd
Tue Mar  3 22:35:47 PST 1998
Update of /cvsroot/src/sys/arch/i386/pci
In directory nb00:/tmp/cvs-serv13525

Added Files:
	pciide_machdep.c 
Log Message:
machine-dependent bits (for compat interrupt mapping) of PCI IDE driver.


cgd
Tue Mar  3 22:38:44 PST 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv13573

Modified Files:
	files.pci 
Log Message:
add (commented out) device/file declarations for the MI PCI IDE
controller driver.  These are commented out here until the wdc
declaration mess is resolved, and until then need to go into MD
files files in places where they play nice with the wdc declaration.


thorpej
Tue Mar  3 22:39:14 PST 1998
Update of /cvsroot/src/sys/arch/m68k/m68k
In directory nb00:/tmp/cvs-serv13604

Modified Files:
	copy.s 
Log Message:
In kcopy(), make sure we save and restore the old fault handler; kcopy()
is called from uiomove(), which may be in the code path of servicing
a non-fatal page fault caused by a copyin() or copyout().

Originally suggested by Steve Woodford.