summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPeter Galbavy <peter@cvs.openbsd.org>2004-05-10 16:07:20 +0000
committerPeter Galbavy <peter@cvs.openbsd.org>2004-05-10 16:07:20 +0000
commitd0699c286fe91fb9d7e2d47ba0200e1c8f02a20b (patch)
treef00275e3fcfa56754a40531937e58543f8817a90 /sys/dev
parent67b5d12dae11cd1a683da26fa91496f8620363e0 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f2d2ebec2ac..2faecf6af22 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.732 2004/05/10 10:42:19 peter Exp
+ * OpenBSD: pcidevs,v 1.733 2004/05/10 16:06:46 peter Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -246,6 +246,7 @@
#define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */
#define PCI_VENDOR_CAVIUM 0x177d /* Cavium */
#define PCI_VENDOR_LANERGY 0x1812 /* Lanergy */
+#define PCI_VENDOR_RALINK 0x1814 /* Ralink */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram */
#define PCI_VENDOR_HINT 0x3388 /* Hint */
@@ -1964,6 +1965,9 @@
#define PCI_PRODUCT_QUANTUMDESIGNS_8500 0x0001 /* 8500 */
#define PCI_PRODUCT_QUANTUMDESIGNS_8580 0x0002 /* 8580 */
+/* Ralink Technology Corporation */
+#define PCI_PRODUCT_RALINK_RT2460A 0x0101 /* RT2460A */
+
/* Realtek (Creative Labs?) products */
#define PCI_PRODUCT_REALTEK_RT8029 0x8029 /* 8029 */
#define PCI_PRODUCT_REALTEK_RT8129 0x8129 /* 8129 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index ba7dd26c787..3cbc29ef329 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.732 2004/05/10 10:42:19 peter Exp
+ * OpenBSD: pcidevs,v 1.733 2004/05/10 16:06:46 peter Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5547,6 +5547,10 @@ static const struct pci_known_product pci_known_products[] = {
"8580",
},
{
+ PCI_VENDOR_RALINK, PCI_PRODUCT_RALINK_RT2460A,
+ "RT2460A",
+ },
+ {
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8029,
"8029",
},
@@ -8331,6 +8335,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Lanergy",
},
{
+ PCI_VENDOR_RALINK,
+ "Ralink",
+ },
+ {
PCI_VENDOR_SYMPHONY2,
"Symphony Labs",
},