diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-02 13:57:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-02 13:57:46 +0000 |
commit | 0103523c358a53f099d4a8907174e9ce004aa934 (patch) | |
tree | 66ed981a0405e7a2490cadf595e46c20c2a0283b /sys/arch/i386 | |
parent | c5294c9442a47ba4c9360b1dbcba23b1d628b68b (diff) |
attach on two more ICHs
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/pci_intr_fixup.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pci_intr_fixup.c b/sys/arch/i386/pci/pci_intr_fixup.c index 6d762483243..90ea8ff2cd5 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.29 2004/01/02 08:38:15 millert Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.30 2004/01/02 13:57:45 mickey Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.10 2000/08/10 21:18:27 soda Exp $ */ /* @@ -148,6 +148,10 @@ const struct pciintr_icu_table { piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BAM_LPC, piix_init }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CAM_LPC, + piix_init }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DB_LPC, + piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_LPC, piix_init }, |