diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-09 19:41:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-09 19:41:00 +0000 |
commit | 90a7810d3ed02088e4d4e4a7855eb1307de10af8 (patch) | |
tree | 6329bee2b9e59eef74eb79ee609b45798b383015 /sys/dev | |
parent | 92086dadd17f83e76c53b83ccf10b17a250853c8 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6704f91f132..6cca5288351 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.481 2001/12/28 18:22:25 jason Exp + * OpenBSD: pcidevs,v 1.482 2002/01/09 19:40:15 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -551,6 +551,7 @@ #define PCI_VENDOR_TOPIC 0x151f /* Topic/SmartLink */ #define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */ #define PCI_VENDOR_VMWARE 0x15ad /* VMware */ +#define PCI_VENDOR_COREGA 0x15e8 /* Corega */ #define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */ #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */ #define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */ @@ -1034,6 +1035,9 @@ #define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 PCI-VLB */ #define PCI_PRODUCT_CONTAQ_82C693 0xc693 /* CY82C693U PCI-ISA */ +/* Corega products */ +#define PCI_PRODUCT_COREGA_CGWLPCIA11 0x0130 /* WLAN 11Mb */ + /* 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 b80bf78b318..a632ac4efa8 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.481 2001/12/28 18:22:25 jason Exp + * OpenBSD: pcidevs,v 1.482 2002/01/09 19:40:15 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1459,6 +1459,10 @@ static const struct pci_known_product pci_known_products[] = { "CY82C693U PCI-ISA", }, { + PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGWLPCIA11, + "WLAN 11Mb", + }, + { PCI_VENDOR_COROLLARY, PCI_PRODUCT_COROLLARY_CBUSII_PCIB, "C-Bus II-PCI", }, @@ -7099,6 +7103,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "VMware", }, { + PCI_VENDOR_COREGA, + "Corega", + }, + { PCI_VENDOR_EUMITCOM, "Eumitcom", }, |