diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-08-18 19:36:27 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-08-18 19:36:27 +0000 |
commit | cd3246c4dacf5a4a5380e45eaf99b9ef7a374357 (patch) | |
tree | 3cb3287775804f94c64cec86da771e757f3e9366 /sys/dev/pci/pcidevs_data.h | |
parent | 634fd032185fb87661274e471c2654158ea0e4fc (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 484b075fd2b..a154b00fe49 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.1567 2010/07/31 19:49:56 krw Exp + * OpenBSD: pcidevs,v 1.1568 2010/08/18 19:34:37 damien Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5168,6 +5168,22 @@ static const struct pci_known_product pci_known_products[] = { "CG-LAPCIGT", }, { + PCI_VENDOR_COREGA2, PCI_PRODUCT_COREGA2_RTL8192E_1, + "RTL8192E", + }, + { + PCI_VENDOR_COREGA2, PCI_PRODUCT_COREGA2_RTL8190P_1, + "RTL8190P", + }, + { + PCI_VENDOR_COREGA2, PCI_PRODUCT_COREGA2_RTL8190P_2, + "RTL8190P", + }, + { + PCI_VENDOR_COREGA2, PCI_PRODUCT_COREGA2_RTL8192E_2, + "RTL8192E", + }, + { PCI_VENDOR_COROLLARY, PCI_PRODUCT_COROLLARY_CBUSII_PCIB, "C-Bus II-PCI", }, @@ -15604,6 +15620,14 @@ static const struct pci_known_product pci_known_products[] = { "8185", }, { + PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8190P, + "RTL8190P", + }, + { + PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8192E, + "RTL8192E", + }, + { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8187SE, "8187SE", }, @@ -18860,6 +18884,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Dynalink", }, { + PCI_VENDOR_COREGA2, + "Corega", + }, + { PCI_VENDOR_RHINO, "Rhino Equipment", }, |