summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@openbsd.org>2004-05-10 16:07:19 +0000
committerpeter <peter@openbsd.org>2004-05-10 16:07:19 +0000
commit35d7d9319b7f02b603653773eb4060814acb4617 (patch)
tree706aafcd0431c81f0cd8bfaf8b1fab7a3ea62bfb
parentAdd Vendor ID for Ralink Technology and one product, the RT2460A, (diff)
downloadwireguard-openbsd-35d7d9319b7f02b603653773eb4060814acb4617.tar.xz
wireguard-openbsd-35d7d9319b7f02b603653773eb4060814acb4617.zip
regen
-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",
},