summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-09-19 00:20:17 +0000
committerbrad <brad@openbsd.org>2006-09-19 00:20:17 +0000
commit5080bc1b08a8c31ae4a46ec9732c8d35a9075a29 (patch)
treefac4958773223ec216b4cfaac1ab5e4c8ad05920 /sys
parentFix for re_stop() being called from re_cardbus_shutdown() with the (diff)
downloadwireguard-openbsd-5080bc1b08a8c31ae4a46ec9732c8d35a9075a29.tar.xz
wireguard-openbsd-5080bc1b08a8c31ae4a46ec9732c8d35a9075a29.zip
add 82801GHM and 82801H
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/pci/ichpcib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/ichpcib.c b/sys/arch/i386/pci/ichpcib.c
index 96640f929aa..df2410ecf87 100644
--- a/sys/arch/i386/pci/ichpcib.c
+++ b/sys/arch/i386/pci/ichpcib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ichpcib.c,v 1.10 2006/08/06 02:04:20 brad Exp $ */
+/* $OpenBSD: ichpcib.c,v 1.11 2006/09/19 00:20:17 brad Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@ -100,6 +100,8 @@ const struct pci_matchid ichpcib_devices[] = {
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GB_LPC },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GBM_LPC },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GH_LPC },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GHM_LPC },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_LPC }
};
int