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/e4ceee6ba2e5
branches: trunk
changeset: 378736:e4ceee6ba2e5
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 daf03dbbc8b4 -r e4ceee6ba2e5 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 @@ 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
Home |
Main Index |
Thread Index |
Old Index