Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf PCI busses do not attach to "ebus", th...



details:   https://anonhg.NetBSD.org/src/rev/4d8af15c4d95
branches:  trunk
changeset: 961914:4d8af15c4d95
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Apr 25 13:22:49 2021 +0000

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

Fixes kern/56124.

diffstat:

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

diffs (18 lines):

diff -r 5a149bbcdf9a -r 4d8af15c4d95 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Sun Apr 25 10:08:25 2021 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Sun Apr 25 13:22:49 2021 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index