diff options
author | 2014-02-25 00:18:57 +0000 | |
---|---|---|
committer | 2014-02-25 00:18:57 +0000 | |
commit | acabe721862d3d9023cf0a703bd13aea36c24f15 (patch) | |
tree | 94b4c323ca1a256b4f137ec1007c3ec0f4cf27ee | |
parent | regen (diff) | |
download | wireguard-openbsd-acabe721862d3d9023cf0a703bd13aea36c24f15.tar.xz wireguard-openbsd-acabe721862d3d9023cf0a703bd13aea36c24f15.zip |
match on Atom C2000
ok deraadt@
-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 } }; |