Module Name:    src
Committed By:   thorpej
Date:           Sun Apr 25 13:33:27 UTC 2021

Modified Files:
        src/sys/arch/landisk/conf: files.landisk

Log Message:
PCI busses do not attach directly to mainbus (they attach to shpcic,
which in turn attaches to mainbus), so there is no need for mainbus
to carry the "pcibus" interface attribute.

Fixes kern/56126.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/landisk/conf/files.landisk

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/landisk/conf/files.landisk
diff -u src/sys/arch/landisk/conf/files.landisk:1.6 src/sys/arch/landisk/conf/files.landisk:1.7
--- src/sys/arch/landisk/conf/files.landisk:1.6	Thu Jun 22 20:11:17 2017
+++ src/sys/arch/landisk/conf/files.landisk	Sun Apr 25 13:33:27 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: files.landisk,v 1.6 2017/06/22 20:11:17 uwe Exp $
+#	$NetBSD: files.landisk,v 1.7 2021/04/25 13:33:27 thorpej Exp $
 
 # maxpartitions must be first item in files.${MACHINE}
 maxpartitions 16
@@ -35,7 +35,7 @@ file dev/md_root.c				memory_disk_hooks
 # System bus types
 #
 
-device	mainbus {}: pcibus
+device	mainbus { }
 attach	mainbus at root
 file	arch/landisk/landisk/mainbus.c		mainbus
 

Reply via email to