summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-08-02 22:26:03 +0000
committerimp <imp@FreeBSD.org>2002-08-02 22:26:03 +0000
commit42e946087e4d2b6b2bda21cc63589dd7daac5ce4 (patch)
treec2d875bfd2887a1b44c06626be4f1ed872823812 /sys
parenta203c58900faa460c18209aeb24534ab5f38909c (diff)
downloadFreeBSD-src-42e946087e4d2b6b2bda21cc63589dd7daac5ce4.zip
FreeBSD-src-42e946087e4d2b6b2bda21cc63589dd7daac5ce4.tar.gz
While PCI interrupts are shareable, this should not have been committed just
yet.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pci.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index b29d002..1a2119b 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -30,7 +30,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -1196,12 +1195,6 @@ pci_alloc_resource(device_t dev, device_t child, int type, int *rid,
pcicfgregs *cfg = &dinfo->cfg;
/*
- * You can share PCI interrupts.
- */
- if (type == SYS_RES_IRQ)
- flags |= RF_SHAREABLE;
-
- /*
* Perform lazy resource allocation
*
* XXX add support here for SYS_RES_IOPORT and SYS_RES_MEMORY
OpenPOWER on IntegriCloud