From aed28984bf66a7f881aa51fecdbe12462d49d0e9 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 25 Apr 2021 13:22:49 +0000 Subject: [PATCH] PCI busses do not attach to "ebus", therefore there is no need for it to carry the "pcibus" interface attribute. Fixes kern/56124. --- sys/arch/sparc64/conf/files.sparc64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 1d481628531c..e97a55b7f8c6 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -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 | psycho | schizo | pyro | vpci 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