diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2008-04-27 09:42:31 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2008-04-27 09:42:31 +0000 |
commit | 43ee39db0d9bbbee02a25f093826259b6bcc81c6 (patch) | |
tree | 6bc0c6076e4b8fb08bb2070970ee43ddb07d3de0 | |
parent | ed69d974255b5e0a773de4b39a7500bbe6c26320 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 2a1cc85fadf..e5c440b703b 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.1342 2008/04/24 21:29:02 kettenis Exp + * OpenBSD: pcidevs,v 1.1343 2008/04/27 09:40:30 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1478,7 +1478,7 @@ #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_DRAC_3_ADDIN 0x0007 /* DRAC 3 Add-in */ -#define PCI_PRODUCT_DELL_PERC_3DI_2 0x0008 /* PERC 3/Di */ +#define PCI_PRODUCT_DELL_DRAC_3_VUART 0x0008 /* DRAC 3 Virtual UART */ #define PCI_PRODUCT_DELL_DRAC_3_EMBD 0x0009 /* DRAC 3 Embedded/Optional */ #define PCI_PRODUCT_DELL_PERC_3DI_3 0x000a /* PERC 3/Di */ #define PCI_PRODUCT_DELL_DRAC_4_EMBD 0x000c /* DRAC 4 Embedded/Optional */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index db7f82b6ad1..8ff932ebd0d 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.1342 2008/04/24 21:29:02 kettenis Exp + * OpenBSD: pcidevs,v 1.1343 2008/04/27 09:40:30 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4020,8 +4020,8 @@ static const struct pci_known_product pci_known_products[] = { "DRAC 3 Add-in", }, { - PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_2, - "PERC 3/Di", + PCI_VENDOR_DELL, PCI_PRODUCT_DELL_DRAC_3_VUART, + "DRAC 3 Virtual UART", }, { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_DRAC_3_EMBD, |