diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-02-25 00:18:58 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-02-25 00:18:58 +0000 |
commit | 7b30b68262628fbb4e4d52c9edb943cfc33c7125 (patch) | |
tree | 83405a9f9724ecc2964fdc697c8aadd2eac3171b /sys | |
parent | 2d3d219a8098af73fa668e57be3f449e427bc337 (diff) |
match on Atom C2000
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ichiic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c index 94bfce1123d..3d5d8051f53 100644 --- a/sys/dev/pci/ichiic.c +++ b/sys/dev/pci/ichiic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichiic.c,v 1.31 2013/10/11 07:34:49 jsg Exp $ */ +/* $OpenBSD: ichiic.c,v 1.32 2014/02/25 00:18:57 jsg Exp $ */ /* * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> @@ -105,6 +105,7 @@ const struct pci_matchid ichiic_ids[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_SMB }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801JD_SMB }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801JI_SMB }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ATOMC2000_PCU_SMB }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C600_SMB }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EP80579_SMBUS } }; |