diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-09-08 17:07:12 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-09-08 17:07:12 +0000 |
| commit | b3ffa2ae220d88e13f5d14f4b78cfe6dc8dd8816 (patch) | |
| tree | bc4698cec3a5f9419700528e7ebc3c25362def83 /sys | |
| parent | 5e11e6c0965c5129ce84685e911e04c580f1e98a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/pci/pci_pir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index caf5b6e4958c..1d2302a495c9 100644 --- a/sys/i386/pci/pci_pir.c +++ b/sys/i386/pci/pci_pir.c @@ -110,6 +110,7 @@ static int pir_interrupt_weight[NUM_ISA_INTERRUPTS]; /* sysctl vars */ SYSCTL_DECL(_hw_pci); +/* XXX this likely should live in a header file */ #ifdef PC98 /* IRQs 3, 5, 7, 9, 10, 11, 12, 13 */ #define PCI_IRQ_OVERRIDE_MASK 0x3e68 |
