diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-09-19 00:20:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-09-19 00:20:18 +0000 |
commit | 8e72fcb73ae13e19b9f17d0b43e92dbbadd5ebfe (patch) | |
tree | 6f532156340e47140590c3abe37d0fbd7654467d /sys/arch/i386 | |
parent | 4458493a8254e497ee8d753fe86ed8d3d0ba20e9 (diff) |
add 82801GHM and 82801H
Diffstat (limited to 'sys/arch/i386')
-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 |