diff options
author | 2014-09-12 06:49:23 +0000 | |
---|---|---|
committer | 2014-09-12 06:49:23 +0000 | |
commit | 9154aa67fae163a80b6a577a0c51df3e9eac694b (patch) | |
tree | 8113ed488d1f55cc29cb5d1a789046bd55b91a5d | |
parent | add Intel SSD DC P3700/P3600/P3500 (diff) | |
download | wireguard-openbsd-9154aa67fae163a80b6a577a0c51df3e9eac694b.tar.xz wireguard-openbsd-9154aa67fae163a80b6a577a0c51df3e9eac694b.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 27e372a5fb1..097a5baead2 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1738 2014/09/05 19:32:25 chris Exp + * OpenBSD: pcidevs,v 1.1740 2014/09/12 06:48:24 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2870,6 +2870,7 @@ #define PCI_PRODUCT_INTEL_80960RP 0x0960 /* i960 RP */ #define PCI_PRODUCT_INTEL_80960RM 0x0962 /* i960 RM */ #define PCI_PRODUCT_INTEL_80960RN 0x0964 /* i960 RN */ +#define PCI_PRODUCT_INTEL_SSDDCP3x00 0x0953 /* SSD DC P3700/P3600/P3500 */ #define PCI_PRODUCT_INTEL_CORE4G_D_ULT_GT1 0x0a02 /* HD Graphics */ #define PCI_PRODUCT_INTEL_CORE4G_HB_1 0x0a04 /* Core 4G Host */ #define PCI_PRODUCT_INTEL_CORE4G_M_ULT_GT1 0x0a06 /* HD Graphics */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 47d8bdbea28..feee30fa683 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.1738 2014/09/05 19:32:25 chris Exp + * OpenBSD: pcidevs,v 1.1740 2014/09/12 06:48:24 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9012,6 +9012,10 @@ static const struct pci_known_product pci_known_products[] = { "i960 RN", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_SSDDCP3x00, + "SSD DC P3700/P3600/P3500", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_D_ULT_GT1, "HD Graphics", }, @@ -21644,8 +21648,8 @@ static const struct pci_known_product pci_known_products[] = { "TSB12LV23 FireWire", }, { - PCI_VENDOR_TI, PCI_PRODUCT_TI_TSB12LV26, - "TSB12LV26 FireWire", + PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100B, + "ACX100B FireWire", }, { PCI_VENDOR_TI, PCI_PRODUCT_TI_TSB43AA22, @@ -21772,8 +21776,8 @@ static const struct pci_known_product pci_known_products[] = { "ACX100A", }, { - PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100B, - "ACX100B", + PCI_VENDOR_, PCI_PRODUCT__, + "", }, { PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX111, |