From e537df57ef26e62c8e3dd9fcfc06fabab606919e Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 6 Aug 2006 01:07:14 +0000 Subject: add the Intel 82801DBM LPC. --- sys/arch/i386/pci/pci_intr_fixup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys') 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, -- cgit v1.2.3