summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ichiic.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-08-13 07:45:38 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-08-13 07:45:38 +0000
commit1ac44a1c2eaa4250a4e288e7d2c610d264e9f1a1 (patch)
treeea894a1ada1ed4c33b5fa81805d3875aeaf1987e /sys/dev/pci/ichiic.c
parent6213133651c3ff575b8af862c31693a437b36e67 (diff)
match on Intel 9 series and 9 series LP PCH, and add 8 series KT to puc
ok millert@
Diffstat (limited to 'sys/dev/pci/ichiic.c')
-rw-r--r--sys/dev/pci/ichiic.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c
index 21fe56eaa11..7d412ddbba5 100644
--- a/sys/dev/pci/ichiic.c
+++ b/sys/dev/pci/ichiic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ichiic.c,v 1.33 2014/03/10 02:31:12 jsg Exp $ */
+/* $OpenBSD: ichiic.c,v 1.34 2014/08/13 07:45:37 jsg Exp $ */
/*
* Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org>
@@ -92,6 +92,8 @@ const struct pci_matchid ichiic_ids[] = {
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_7SERIES_SMB },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_8SERIES_SMB },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_8SERIES_LP_SMB },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_9SERIES_SMB },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_9SERIES_LP_SMB },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AA_SMB },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AB_SMB },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BA_SMB },