summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-04-26 11:01:38 +0000
committermarius <marius@FreeBSD.org>2008-04-26 11:01:38 +0000
commitcea060d682520e7be22be9111ea74d28f51de01a (patch)
tree6671742869f22d63c49a444ca1faad75eaf388f4 /sys/conf
parent2381edc5468ff27df84fcf44a3cf35b65691e9d7 (diff)
downloadFreeBSD-src-cea060d682520e7be22be9111ea74d28f51de01a.zip
FreeBSD-src-cea060d682520e7be22be9111ea74d28f51de01a.tar.gz
Remove the MD isa_irq_pending() and the underlying PCI-specific
infrastructure. Its only consumer ever was sio(4) and thus was unused on sparc64 since removing the last traces of sio(4) in sparc64 configuration files in favor for uart(4) over three years ago. If similar functionality is required again it should be brought back as an MD intr_pending() which works for all busses by using for example interrupt controller hooks.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.sparc641
-rw-r--r--sys/conf/files.sun4v1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 00b7c45..b4aac0b 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -83,7 +83,6 @@ sparc64/pci/apb.c optional pci
sparc64/pci/ofw_pcib.c optional pci
sparc64/pci/ofw_pcib_subr.c optional pci
sparc64/pci/ofw_pcibus.c optional pci
-sparc64/pci/ofw_pci_if.m optional pci
sparc64/pci/psycho.c optional pci
sparc64/sbus/dma_sbus.c optional sbus
sparc64/sbus/sbus.c optional sbus
diff --git a/sys/conf/files.sun4v b/sys/conf/files.sun4v
index 700ca8a..f05dba1 100644
--- a/sys/conf/files.sun4v
+++ b/sys/conf/files.sun4v
@@ -49,7 +49,6 @@ sun4v/sun4v/trap_trace.S optional trap_tracing
sparc64/pci/ofw_pcib.c optional pci
sparc64/pci/ofw_pcib_subr.c optional pci
sparc64/pci/ofw_pcibus.c optional pci
-sparc64/pci/ofw_pci_if.m optional pci
# XXX hvcons should be optional
sun4v/sun4v/hvcons.c standard
OpenPOWER on IntegriCloud