diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-07-09 22:15:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-07-09 22:15:45 +0000 |
commit | 3b1684b143d9233f385f423e1e4ddefc11781ac2 (patch) | |
tree | 8ed3cdebf3b1cd7a819bb0538daf2e154fd1e410 /sys | |
parent | 64cf99ee9ee523448fecd2ae7114bd5498e9089d (diff) |
also match on 82801CA; from mkoc@prime.pl
Diffstat (limited to 'sys')
-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 70cc134a7ff..efd32343399 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.36 2004/09/26 20:17:42 mickey Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.37 2005/07/09 22:15:44 mickey Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.10 2000/08/10 21:18:27 soda Exp $ */ /* @@ -148,6 +148,8 @@ const struct pciintr_icu_table { piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BAM_LPC, piix_init }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_LPC, + piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CAM_LPC, piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DB_LPC, |