diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-08-26 10:13:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-08-26 10:13:02 +0000 |
commit | 5b1c54b75bd45619c34a697a79a2a13d47629aaf (patch) | |
tree | 4399ff82446bf5606d5b6d1b34aa28a431b07c80 /sys/dev/pci/pcidevs_data.h | |
parent | 2bede60be3c98195ae65a7de6f0c040c7f56afdc (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 30f6aab43b1..73f4a176903 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.1569 2010/08/23 00:09:16 dlg Exp + * OpenBSD: pcidevs,v 1.1570 2010/08/26 10:12:18 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6304,6 +6304,22 @@ static const struct pci_known_product pci_known_products[] = { "USB", }, { + PCI_VENDOR_HP, PCI_PRODUCT_HP_ILO3_SERIAL, + "iLO3 Serial", + }, + { + PCI_VENDOR_HP, PCI_PRODUCT_HP_ILO3_SLAVE, + "iLO3 Slave", + }, + { + PCI_VENDOR_HP, PCI_PRODUCT_HP_ILO3_MGMT, + "iLO3 Management", + }, + { + PCI_VENDOR_HP, PCI_PRODUCT_HP_ILO3_WATCHDOG, + "iLO3 Watchdog", + }, + { PCI_VENDOR_HP, PCI_PRODUCT_HP_IPMI, "IPMI", }, @@ -15188,6 +15204,10 @@ static const struct pci_known_product pci_known_products[] = { "PEX 8548", }, { + PCI_VENDOR_PLX, PCI_PRODUCT_PLX_PEX_8612, + "PEX 8612", + }, + { PCI_VENDOR_PLX, PCI_PRODUCT_PLX_PEX_8616, "PEX 8616", }, |