From cea060d682520e7be22be9111ea74d28f51de01a Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 26 Apr 2008 11:01:38 +0000 Subject: 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. --- sys/conf/files.sparc64 | 1 - sys/conf/files.sun4v | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/conf') 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 -- cgit v1.1