Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ofppc/conf Reduce pci pullin's to just pcibusprint....



details:   https://anonhg.NetBSD.org/src/rev/872d1683b1e8
branches:  trunk
changeset: 571511:872d1683b1e8
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Nov 28 10:01:25 2004 +0000

description:
Reduce pci pullin's to just pcibusprint.c. This doesn't attach pci in a way
config will include any of the generic pci code and all the current code
needs is pcibusprint for now. XXX this really needs more careful looking over
but does allow ofppc to build clean again.

diffstat:

 sys/arch/ofppc/conf/files.ofppc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 093fc7b05c6c -r 872d1683b1e8 sys/arch/ofppc/conf/files.ofppc
--- a/sys/arch/ofppc/conf/files.ofppc   Sun Nov 28 09:05:49 2004 +0000
+++ b/sys/arch/ofppc/conf/files.ofppc   Sun Nov 28 10:01:25 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.ofppc,v 1.22 2003/03/05 05:43:44 matt Exp $
+#      $NetBSD: files.ofppc,v 1.23 2004/11/28 10:01:25 jmc Exp $
 #
 # NetBSD/ofppc configuration info
 #
@@ -64,7 +64,7 @@
 #
 # PCI bus support
 #
-include "dev/pci/files.pci"
+file   dev/pci/pcibusprint.c
 
 #
 # ISA bus support



Home | Main Index | Thread Index | Old Index