diff options
author | 2009-01-28 23:40:03 +0000 | |
---|---|---|
committer | 2009-01-28 23:40:03 +0000 | |
commit | 28ebcb4bdaa66b1bf2d20a3345483cdaa7b760c9 (patch) | |
tree | 619e61d44b7da00fbbc4c46a3f1ebc8c7a27a885 | |
parent | LSI 2108 chips (diff) | |
download | wireguard-openbsd-28ebcb4bdaa66b1bf2d20a3345483cdaa7b760c9.tar.xz wireguard-openbsd-28ebcb4bdaa66b1bf2d20a3345483cdaa7b760c9.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8fba3bcbc84..a731097deec 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.1451 2009/01/27 19:17:37 oga Exp + * OpenBSD: pcidevs,v 1.1452 2009/01/28 23:39:39 marco Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3451,6 +3451,8 @@ #define PCI_PRODUCT_SYMBIOS_63C815 0x1000 /* 63C815 */ #define PCI_PRODUCT_SYMBIOS_1030R 0x1030 /* 53c1030R */ #define PCI_PRODUCT_SYMBIOS_MEGARAID 0x1960 /* MegaRAID */ +#define PCI_PRODUCT_SYMBIOS_SAS2108_1 0x0078 /* MegaRAID SAS2108 CRYPTO GEN2 */ +#define PCI_PRODUCT_SYMBIOS_SAS2108_2 0x0079 /* MegaRAID SAS2108 GEN2 */ /* Packet Engines products */ #define PCI_PRODUCT_SYMBIOS_PE_GNIC 0x0702 /* Packet Engines G-NIC */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 2ecc1dfb831..fe97f420d0a 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.1451 2009/01/27 19:17:37 oga Exp + * OpenBSD: pcidevs,v 1.1452 2009/01/28 23:39:39 marco Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11080,6 +11080,14 @@ static const struct pci_known_product pci_known_products[] = { "MegaRAID", }, { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS2108_1, + "MegaRAID SAS2108 CRYPTO GEN2", + }, + { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS2108_2, + "MegaRAID SAS2108 GEN2", + }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_PE_GNIC, "Packet Engines G-NIC", }, |