diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2000-07-06 18:11:23 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2000-07-06 18:11:23 +0000 |
commit | 33c87db44df4e545b5284fd6267d3dbd24d4c2b5 (patch) | |
tree | 54491e0418f1b7cacb699cea5bcc3c5b51f0df7a | |
parent | c024e111251f11fbcf68ab06c550bac59912ddb1 (diff) |
Add ICU 82801AA_LPC (as on the OR840 motherboard).
-rw-r--r-- | sys/arch/i386/pci/pci_intr_fixup.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pci_intr_fixup.c b/sys/arch/i386/pci/pci_intr_fixup.c index f5c3b29d057..0c9a01f4af8 100644 --- a/sys/arch/i386/pci/pci_intr_fixup.c +++ b/sys/arch/i386/pci/pci_intr_fixup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_intr_fixup.c,v 1.3 2000/03/28 03:37:59 mickey Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.4 2000/07/06 18:11:22 ho Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.4 2000/01/25 17:20:47 augustss Exp $ */ /*- @@ -127,6 +127,8 @@ const struct pciintr_icu_table { piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82371SB_ISA, piix_init }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AA_LPC, + piix_init }, { PCI_VENDOR_OPTI, PCI_PRODUCT_OPTI_82C558, opti82c558_init }, |