Subject: CVS commit: [ppcoea-renovation] src/sys/arch/powerpc/pci
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 05/01/2007 07:59:02
Module Name: src
Committed By: garbled
Date: Tue May 1 07:59:02 UTC 2007
Added Files:
src/sys/arch/powerpc/pci [ppcoea-renovation]: gen_pci_machdep.c
gen_pciconf_indirect.c pchb.c
Log Message:
Create a few generic functions and drivers for powerpc.
First, we have a generic pci_machdep.c, which is incomplete, but contains
a number of functions that are generally present in all powerpc
pci_machdep.c implementations.
Second, we have a generic implementation of indirect configuration space
read/write.
Lastly, a generic pchb driver for most of the ppc ports.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 src/sys/arch/powerpc/pci/gen_pci_machdep.c \
src/sys/arch/powerpc/pci/gen_pciconf_indirect.c \
src/sys/arch/powerpc/pci/pchb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.