Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/arch/evbppc/conf mainbus does not need to carry...



details:   https://anonhg.NetBSD.org/src/rev/8e52d06e952a
branches:  thorpej-cfargs
changeset: 953853:8e52d06e952a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Mar 22 03:06:01 2021 +0000

description:
mainbus does not need to carry the "pcibus" interface attribute; PCI
busses do not attach to mainbus, they attach to cpc@mainbus, and cpc
already carries the "pcibus" interface attribute.

diffstat:

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

diffs (18 lines):

diff -r c86c7583c868 -r 8e52d06e952a sys/arch/evbppc/conf/files.pmppc
--- a/sys/arch/evbppc/conf/files.pmppc  Mon Mar 22 02:00:54 2021 +0000
+++ b/sys/arch/evbppc/conf/files.pmppc  Mon Mar 22 03:06:01 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pmppc,v 1.7 2017/02/18 05:08:47 rin Exp $
+#      $NetBSD: files.pmppc,v 1.7.28.1 2021/03/22 03:06:01 thorpej Exp $
 #
 #
 maxpartitions 16
@@ -32,7 +32,7 @@
 # System bus types
 #
 define mainbus { [addr=-1], [irq=-1] }
-device mainbus: mainbus, pcibus
+device mainbus: mainbus
 attach mainbus at root
 device cpu
 attach cpu at mainbus



Home | Main Index | Thread Index | Old Index