diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-11 01:23:26 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-11 01:23:26 +0000 |
commit | 9d49618ce2e39dc96275a677693f9e65d74900e0 (patch) | |
tree | 7e2ba405cab3842a2a5c8d5601d598dcbbdb850b /sys/dev/pci | |
parent | a868062270ba10e24fe361b3d72b1878a688a56e (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 0dee1e5f152..a37586f6c39 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.1035 2006/03/07 07:35:00 jsg Exp + * OpenBSD: pcidevs,v 1.1036 2006/03/11 01:20:22 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1246,8 +1246,8 @@ #define PCI_PRODUCT_DELL_PERC_3SI 0x0003 /* PERC 3/Si */ #define PCI_PRODUCT_DELL_PERC_3SI_2 0x0004 /* PERC 3/Si */ #define PCI_PRODUCT_DELL_RAC_3_ADDIN 0x0007 /* RAC 3 Add-in */ -#define PCI_PRODUCT_DELL_RAC_3_EMBD 0x0009 /* RAC 3 Embedded/Optional */ #define PCI_PRODUCT_DELL_PERC_3DI_2 0x0008 /* PERC 3/Di */ +#define PCI_PRODUCT_DELL_RAC_3_EMBD 0x0009 /* RAC 3 Embedded/Optional */ #define PCI_PRODUCT_DELL_PERC_3DI_3 0x000a /* PERC 3/Di */ #define PCI_PRODUCT_DELL_RAC_3_OPT 0x000d /* RAC 3 Optional */ #define PCI_PRODUCT_DELL_PERC_4DI 0x000e /* PERC 4/Di i960 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 013a8fde1d7..77012ab01a0 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.1035 2006/03/07 07:35:00 jsg Exp + * OpenBSD: pcidevs,v 1.1036 2006/03/11 01:20:22 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3239,14 +3239,14 @@ static const struct pci_known_product pci_known_products[] = { "RAC 3 Add-in", }, { - PCI_VENDOR_DELL, PCI_PRODUCT_DELL_RAC_3_EMBD, - "RAC 3 Embedded/Optional", - }, - { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_2, "PERC 3/Di", }, { + PCI_VENDOR_DELL, PCI_PRODUCT_DELL_RAC_3_EMBD, + "RAC 3 Embedded/Optional", + }, + { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_3, "PERC 3/Di", }, |