Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 02/11/2002 19:24:01
Module Name:	syssrc
Committed By:	kleink
Date:		Mon Feb 11 17:24:01 UTC 2002

Modified Files:
	syssrc/sys/arch/walnut/include: pci_machdep.h
	syssrc/sys/dev/pci: pciconf.h

Log Message:
Move the declaration of pci_conf_hook down to <machine/pci_machdep.h>;
a port may choose to implement it not as a function but i.e. as a
pci_chipset_tag_t function vector.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/walnut/include/pci_machdep.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/pci/pciconf.h

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