Subject: CVS commit: [netbsd-4] src/sys/arch/prep/pci
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 09/08/2006 19:02:52
Module Name:	src
Committed By:	rpaulo
Date:		Fri Sep  8 19:02:52 UTC 2006

Modified Files:
	src/sys/arch/prep/pci [netbsd-4]: pci_machdep.c prep_pciconf_indirect.c

Log Message:
Pull up following revision(s) (requested by garbled in ticket #128):
	sys/arch/prep/pci/pci_machdep.c: revision 1.28
	sys/arch/prep/pci/prep_pciconf_indirect.c: revision 1.8
Add preliminary support for the 7025-F40.  The MPIC must not be wired up
by the initial PCI_NETBSD_CONFIGURE, nor should it be manually wired by
the indirect stuff.  This is all taken care of by the prep_init() function.
7025-F40 support supports the primary pci bus only.  The second PCI bus
on the machine is still unsupported, but the machine runs and can access
everything except for the two slots the other bus covers.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.27.4.1 src/sys/arch/prep/pci/pci_machdep.c
cvs rdiff -r1.7 -r1.7.4.1 src/sys/arch/prep/pci/prep_pciconf_indirect.c

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