Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/conf remove "pcibus" and "isabus" from "main...
details: https://anonhg.NetBSD.org/src/rev/cfafe88102aa
branches: trunk
changeset: 569916:cfafe88102aa
user: drochner <drochner%NetBSD.org@localhost>
date: Mon Sep 13 14:38:37 2004 +0000
description:
remove "pcibus" and "isabus" from "mainbus" -- neither of them
attaches directly
cleanup a comment
diffstat:
sys/arch/evbppc/conf/files.ev64260 | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r aec0dad7b8f5 -r cfafe88102aa sys/arch/evbppc/conf/files.ev64260
--- a/sys/arch/evbppc/conf/files.ev64260 Mon Sep 13 14:32:38 2004 +0000
+++ b/sys/arch/evbppc/conf/files.ev64260 Mon Sep 13 14:38:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.ev64260,v 1.6 2004/06/24 18:32:38 he Exp $
+# $NetBSD: files.ev64260,v 1.7 2004/09/13 14:38:37 drochner Exp $
#
# Marvell (Galileo) "EV64260" evaluation board's specific configuration info
#
@@ -39,8 +39,7 @@
#
# System bus types
#
-define mainbus { }
-device mainbus: isabus, pcibus, mainbus
+device mainbus {}
attach mainbus at root
file arch/evbppc/ev64260/mainbus.c mainbus|cpu needs-flag
@@ -60,8 +59,6 @@
#
# PCI-only drivers
-# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
-# XXX devices to 'pci'.
#
include "dev/i2o/files.i2o"
include "dev/pci/files.pci"
@@ -72,7 +69,7 @@
file arch/evbppc/pci/pcib.c pcib
#
-# ISA and mixed ISA+PCI drivers
+# ISA drivers
#
include "dev/isa/files.isa"
Home |
Main Index |
Thread Index |
Old Index