diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9731bf63b83..ef2bc1d0af0 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.949 2005/10/23 23:59:00 brad Exp + * OpenBSD: pcidevs,v 1.950 2005/10/26 17:03:08 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2755,6 +2755,14 @@ static const struct pci_known_product pci_known_products[] = { "Smart Array 5i/532 rev.2", }, { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_ILO_1, + "iLO", + }, + { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_ILO_2, + "iLO", + }, + { PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_NF3P, "NetFlex 3/P", }, |