Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/arch/cobalt/conf There is no need to have the "...



details:   https://anonhg.NetBSD.org/src/rev/25f463ae80e4
branches:  thorpej-cfargs
changeset: 953791:25f463ae80e4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Mar 20 23:50:16 2021 +0000

description:
There is no need to have the "pcibus" interface attribute on mainbus;
PCI bus instances to not attach there.

diffstat:

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

diffs (18 lines):

diff -r 3dc39b7877eb -r 25f463ae80e4 sys/arch/cobalt/conf/files.cobalt
--- a/sys/arch/cobalt/conf/files.cobalt Sat Mar 20 20:49:43 2021 +0000
+++ b/sys/arch/cobalt/conf/files.cobalt Sat Mar 20 23:50:16 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.cobalt,v 1.41 2018/04/09 20:16:16 christos Exp $
+#      $NetBSD: files.cobalt,v 1.41.16.1 2021/03/20 23:50:16 thorpej Exp $
 
 maxpartitions 16
 
@@ -7,7 +7,7 @@
 file arch/mips/mips/mips3_clock.c
 file arch/mips/mips/mips3_clockintr.c
 
-device mainbus {[addr = -1], [level = -1], [irq = -1]}: pcibus
+device mainbus {[addr = -1], [level = -1], [irq = -1]}
 attach mainbus at root
 file arch/cobalt/cobalt/mainbus.c      mainbus
 



Home | Main Index | Thread Index | Old Index