diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-29 11:38:00 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-29 11:38:00 +0000 |
commit | d721634fb8b007f1edf765d3bdb953baa8f8bc9d (patch) | |
tree | e1cc7321db0ec78b426c12756c385f0c93f77445 | |
parent | 3608d496690d28ebe0d9d52d5267255f1abe7a84 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index a42b2e252e1..e487e0e527e 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.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 $ */ @@ -946,6 +946,7 @@ /* Corega products */ #define PCI_PRODUCT_COREGA_CB_TXD 0xa117 /* FEther CB-TXD 10/100 */ #define PCI_PRODUCT_COREGA_2CB_TXD 0xa11e /* FEther II CB-TXD 10/100 */ +#define PCI_PRODUCT_COREGA_CGLAPCIGT 0xc107 /* CG-LAPCIGT */ /* Corollary Products */ #define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* C-Bus II-PCI */ 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", }, |