diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-06 04:38:16 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-06 04:38:16 +0000 |
commit | 5c7cd95d2e82c84761dcd114a8b9382fe5915739 (patch) | |
tree | dbae60fc693de57dc1f967af2d311c1083463083 | |
parent | 26d453171642b32d23c8ca581662888948d830d0 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 10 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
2 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 33a1f7770dd..beda06db860 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.1127 2006/08/06 03:48:11 brad Exp + * OpenBSD: pcidevs,v 1.1128 2006/08/06 04:36:23 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1352,7 +1352,7 @@ #define PCI_PRODUCT_DELL_PERC_3DI_3_SUB 0x0106 /* PERC 3/Di */ #define PCI_PRODUCT_DELL_PERC_3DI_3_SUB2 0x011b /* PERC 3/Di */ #define PCI_PRODUCT_DELL_PERC_3DI_3_SUB3 0x0121 /* PERC 3/Di */ -#define PCI_PRODUCT_DELL_PERC5 0x0015 /* PERC SAS */ +#define PCI_PRODUCT_DELL_PERC5 0x0015 /* PERC 5 */ /* Delta Electronics products */ #define PCI_PRODUCT_DELTA_RHINEII 0x1320 /* RhineII */ @@ -2498,7 +2498,9 @@ #define PCI_PRODUCT_SYMBIOS_875J 0x008f /* 53c875J */ #define PCI_PRODUCT_SYMBIOS_MEGARAID_320 0x0407 /* MegaRAID 320 */ #define PCI_PRODUCT_SYMBIOS_MEGARAID_3202E 0x0408 /* MegaRAID 320-2E */ -#define PCI_PRODUCT_SYMBIOS_SATA8 0x0409 /* MegaRAID SATA 4x/8x */ +#define PCI_PRODUCT_SYMBIOS_MEGARAID_SATA 0x0409 /* MegaRAID SATA 4x/8x */ +#define PCI_PRODUCT_SYMBIOS_MEGARAID_SAS 0x0411 /* MegaRAID SAS 1064R */ +#define PCI_PRODUCT_SYMBIOS_MEGARAID_VERDE_ZCR 0x0413 /* MegaRAID Verde ZCR */ #define PCI_PRODUCT_SYMBIOS_FC909 0x0620 /* FC909 */ #define PCI_PRODUCT_SYMBIOS_FC909A 0x0621 /* FC909A */ #define PCI_PRODUCT_SYMBIOS_FC929 0x0622 /* FC929 */ @@ -2516,8 +2518,6 @@ #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_MSAS 0x0411 /* MegaRAID SAS 1064R */ -#define PCI_PRODUCT_SYMBIOS_MVERDE_ZCR 0x0413 /* MegaRAID Verde ZCR */ /* 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 c24ef8b56af..903e6102a00 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.1127 2006/08/06 03:48:11 brad Exp + * OpenBSD: pcidevs,v 1.1128 2006/08/06 04:36:23 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3620,7 +3620,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5, - "PERC SAS", + "PERC 5", }, { PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_RHINEII, @@ -7515,10 +7515,18 @@ static const struct pci_known_product pci_known_products[] = { "MegaRAID 320-2E", }, { - PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SATA8, + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID_SATA, "MegaRAID SATA 4x/8x", }, { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID_SAS, + "MegaRAID SAS 1064R", + }, + { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID_VERDE_ZCR, + "MegaRAID Verde ZCR", + }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC909, "FC909", }, @@ -7587,14 +7595,6 @@ static const struct pci_known_product pci_known_products[] = { "MegaRAID", }, { - PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MSAS, - "MegaRAID SAS 1064R", - }, - { - PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MVERDE_ZCR, - "MegaRAID Verde ZCR", - }, - { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_PE_GNIC, "Packet Engines G-NIC", }, |