diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index fabfa1ef5eb..167ca83a0c7 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.557 2002/10/10 17:40:03 jason Exp + * OpenBSD: pcidevs,v 1.558 2002/10/24 11:43:38 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1643,6 +1643,10 @@ static const struct pci_known_product pci_known_products[] = { "Netelligent 10/100 TX", }, { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_CSA5iDL380, + "Smart Array 5i DL380", + }, + { PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_NF3P, "NetFlex 3/P", }, |