diff options
author | imp <imp@FreeBSD.org> | 2005-09-08 17:07:12 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-09-08 17:07:12 +0000 |
commit | a67de82883f6a2e4adcde03a484cac53ac63f91b (patch) | |
tree | bc4698cec3a5f9419700528e7ebc3c25362def83 /sys/i386 | |
parent | aa70783c83f7e27fccdf178cc7c7b4489949fcb9 (diff) | |
download | FreeBSD-src-a67de82883f6a2e4adcde03a484cac53ac63f91b.zip FreeBSD-src-a67de82883f6a2e4adcde03a484cac53ac63f91b.tar.gz |
Note that pc98 specific defines maybe would be better in a header file.
Diffstat (limited to 'sys/i386')
-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 caf5b6e..1d2302a 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 |