diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-06-02 18:39:58 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-06-02 18:39:58 +0000 |
commit | 52f667461d5a591f296fe6db9cb631a25486df23 (patch) | |
tree | 391abd0b2cd360bb973b02152a4e5d5eb9995ce6 /sys/arch/i386 | |
parent | 8c2df43d6d1728e0a2ec767e3cb01823465bfa39 (diff) |
Match on ICH8M.
Tested by Daniel Dickman <didickman@gmail.com>
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/ichpcib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/ichpcib.c b/sys/arch/i386/pci/ichpcib.c index 3acba09b973..40cab9638b0 100644 --- a/sys/arch/i386/pci/ichpcib.c +++ b/sys/arch/i386/pci/ichpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichpcib.c,v 1.18 2007/05/29 02:40:24 tom Exp $ */ +/* $OpenBSD: ichpcib.c,v 1.19 2007/06/02 18:39:57 jsg Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -105,7 +105,8 @@ const struct pci_matchid ichpcib_devices[] = { { 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 } + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_LPC }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HBM_LPC } }; int |