summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcidevs_data.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-04-09 06:30:37 +0000
committerderaadt <deraadt@openbsd.org>2014-04-09 06:30:37 +0000
commitdfaad87767f9e2f9256071e17fdbb24edf41a24c (patch)
tree8cc70643d6588a91e27d49d46a8b3d326eb72869 /sys/dev/pci/pcidevs_data.h
parentI have seen a Hitachi ISP2100 in the wild, and next time do not want (diff)
downloadwireguard-openbsd-dfaad87767f9e2f9256071e17fdbb24edf41a24c.tar.xz
wireguard-openbsd-dfaad87767f9e2f9256071e17fdbb24edf41a24c.zip
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r--sys/dev/pci/pcidevs_data.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 93e166dac5a..407e7f0f9e1 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1721 2014/04/07 09:30:52 brad Exp
+ * OpenBSD: pcidevs,v 1.1722 2014/04/09 06:30:26 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -8372,6 +8372,10 @@ static const struct pci_known_product pci_known_products[] = {
"SH7751R PCI",
},
{
+ PCI_VENDOR_HITACHI_M, PCI_PRODUCT_HITACHI_M_ISP2100,
+ "ISP2100",
+ },
+ {
PCI_VENDOR_IBM, PCI_PRODUCT_IBM_0x0002,
"MCA",
},
@@ -23568,6 +23572,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Future Domain",
},
{
+ PCI_VENDOR_HITACHI_M,
+ "Hitachi Micro",
+ },
+ {
PCI_VENDOR_SIS,
"SiS",
},