diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-10-26 07:40:41 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-10-26 07:40:41 +0000 |
| commit | 4ed33d153731e43f126e4cd79c7fe7096d4f88b2 (patch) | |
| tree | 0e2d693270693ce5f85e15a9579a33a749e9f745 /sys/dev | |
| parent | bfd825c01c0544d712f75fe1d02b4af154a82e4e (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index ca3de946da88b..a26af7c675db7 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1045,7 +1045,7 @@ pci_add_resources(device_t dev, pcicfgregs* cfg) (unsigned int) base, ln2size); } } - if (cfg->intline) + if (cfg->intline != 255) resource_list_add(rl, SYS_RES_IRQ, 0, cfg->intline, cfg->intline, 1); } |
