diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-01-25 18:51:01 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-01-25 18:51:01 +0000 |
commit | 4123678332977cade485fdee4f628e1915dc8169 (patch) | |
tree | bf79bafcfd3806bafccbb4987fef34cf431be08d /sys/i386/pci/pci_bus.c | |
parent | 6d5d69845af685c9ec47dfe1d0361cb2e7d550d7 (diff) | |
download | src-4123678332977cade485fdee4f628e1915dc8169.tar.gz src-4123678332977cade485fdee4f628e1915dc8169.zip |
Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (with
only 3 or 4 warnings) when pb_maxirq went away.
Notes
Notes:
svn path=/head/; revision=22005
Diffstat (limited to 'sys/i386/pci/pci_bus.c')
-rw-r--r-- | sys/i386/pci/pci_bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index 69602d808d25..3ca7ca144cd0 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/pci/pci_bus.c @@ -119,7 +119,6 @@ static struct pcibus i386pci = { pcibus_ftag, pcibus_read, pcibus_write, - ICU_LEN, pcibus_ihandler_attach, pcibus_ihandler_detach, pcibus_imask_include, |