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 af4972d8b8c..20e92a59b2e 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.785 2004/10/28 23:15:01 pvalchev Exp + * OpenBSD: pcidevs,v 1.786 2004/10/29 11:35:59 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2223,6 +2223,10 @@ static const struct pci_known_product pci_known_products[] = { "FEther II CB-TXD 10/100", }, { + PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGLAPCIGT, + "CG-LAPCIGT", + }, + { PCI_VENDOR_COROLLARY, PCI_PRODUCT_COROLLARY_CBUSII_PCIB, "C-Bus II-PCI", }, |