Module Name:    src
Committed By:   thorpej
Date:           Sun Apr 25 13:22:49 UTC 2021

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

Log Message:
PCI busses do not attach to "ebus", therefore there is no need for
it to carry the "pcibus" interface attribute.

Fixes kern/56124.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/sys/arch/sparc64/conf/files.sparc64

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/sparc64/conf/files.sparc64
diff -u src/sys/arch/sparc64/conf/files.sparc64:1.164 src/sys/arch/sparc64/conf/files.sparc64:1.165
--- src/sys/arch/sparc64/conf/files.sparc64:1.164	Thu Mar  4 20:17:00 2021
+++ src/sys/arch/sparc64/conf/files.sparc64	Sun Apr 25 13:22:49 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: files.sparc64,v 1.164 2021/03/04 20:17:00 palle Exp $
+#	$NetBSD: files.sparc64,v 1.165 2021/04/25 13:22:49 thorpej Exp $
 
 # @(#)files.sparc64	8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -67,7 +67,7 @@ file	arch/sparc64/dev/iommu.c		sbus | ps
 
 include "dev/ata/files.ata"
 
-device ebus {[addr = -1]}: pcibus
+device ebus {[addr = -1]}
 attach ebus at pci
 file	arch/sparc64/dev/ebus.c			ebus
 attach ebus at mainbus with ebus_mainbus

Reply via email to