Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/17/2004 23:20:10
Module Name:	src
Committed By:	drochner
Date:		Tue Aug 17 23:20:10 UTC 2004

Modified Files:
	src/sys/arch/sparc64/dev: pci_machdep.c
	src/sys/arch/sparc64/include: pci_machdep.h
	src/sys/dev/pci: pci.c pcivar.h

Log Message:
make PCI devices attachable/detachable (as far as the particular drivers
allow), and allow to rescan a bus selectively (ie only the device/
function I'm looking at)


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/arch/sparc64/dev/pci_machdep.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/sparc64/include/pci_machdep.h
cvs rdiff -r1.86 -r1.87 src/sys/dev/pci/pci.c
cvs rdiff -r1.63 -r1.64 src/sys/dev/pci/pcivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.