diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-06 01:07:14 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-06 01:07:14 +0000 |
commit | e537df57ef26e62c8e3dd9fcfc06fabab606919e (patch) | |
tree | 44fd18dec9cfc8fea3ae10998d17d8b1ee680a4e /sys/arch/i386/pci | |
parent | 04fd45602d6da56eae8ce3173e8179cb6546fc07 (diff) |
add the Intel 82801DBM LPC.
Diffstat (limited to 'sys/arch/i386/pci')
-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 82e7491ad65..dfdfbfd5f1a 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.53 2006/03/07 20:50:48 brad Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.54 2006/08/06 01:07:13 brad Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.10 2000/08/10 21:18:27 soda Exp $ */ /* @@ -161,6 +161,8 @@ const struct pciintr_icu_table { piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DB_LPC, piix_init }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DBM_LPC, + piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801E_LPC, piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_LPC, |