Module Name:    src
Committed By:   thorpej
Date:           Sat Mar 20 23:50:16 UTC 2021

Modified Files:
        src/sys/arch/cobalt/conf [thorpej-cfargs]: files.cobalt

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.41.16.1 src/sys/arch/cobalt/conf/files.cobalt

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

Modified files:

Index: src/sys/arch/cobalt/conf/files.cobalt
diff -u src/sys/arch/cobalt/conf/files.cobalt:1.41 src/sys/arch/cobalt/conf/files.cobalt:1.41.16.1
--- src/sys/arch/cobalt/conf/files.cobalt:1.41	Mon Apr  9 20:16:16 2018
+++ src/sys/arch/cobalt/conf/files.cobalt	Sat Mar 20 23:50:16 2021
@@ -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 @@ maxusers 2 8 64
 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
 

Reply via email to