diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-08-02 22:26:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-08-02 22:26:03 +0000 |
| commit | b8182b24d758b26f37187e5b2b9a4630d3052ec5 (patch) | |
| tree | c2d875bfd2887a1b44c06626be4f1ed872823812 /sys/dev | |
| parent | d97fcfce273eb3bc3984441c9e4bcbd5231fb1f5 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index b29d002f5856..1a2119ba7ad4 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 |
