diff options
author | 2006-09-19 00:20:17 +0000 | |
---|---|---|
committer | 2006-09-19 00:20:17 +0000 | |
commit | 5080bc1b08a8c31ae4a46ec9732c8d35a9075a29 (patch) | |
tree | fac4958773223ec216b4cfaac1ab5e4c8ad05920 | |
parent | Fix for re_stop() being called from re_cardbus_shutdown() with the (diff) | |
download | wireguard-openbsd-5080bc1b08a8c31ae4a46ec9732c8d35a9075a29.tar.xz wireguard-openbsd-5080bc1b08a8c31ae4a46ec9732c8d35a9075a29.zip |
add 82801GHM and 82801H
-rw-r--r-- | sys/arch/i386/pci/ichpcib.c | 4 |
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 |