summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2006-01-08 13:17:29 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2006-01-08 13:17:29 +0000
commit3c930752e9a40bd93b629ef495c8398e8644d12b (patch)
treec9111ab99628ddf8b25107ab5a119d7f5fcc90b9 /sys
parentb103809f6e242886b3a90b7ec89fa468cd7880de (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index b5d7daf9682..c1cd7e5c3be 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.998 2006/01/05 20:17:12 brad Exp
+ * OpenBSD: pcidevs,v 1.999 2006/01/08 13:16:58 damien Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2651,6 +2651,9 @@
/* Ralink Technology Corporation */
#define PCI_PRODUCT_RALINK_RT2460A 0x0101 /* RT2460A */
#define PCI_PRODUCT_RALINK_RT2560 0x0201 /* RT2560 */
+#define PCI_PRODUCT_RALINK_RT2561S 0x0301 /* RT2561S */
+#define PCI_PRODUCT_RALINK_RT2561 0x0302 /* RT2561 */
+#define PCI_PRODUCT_RALINK_RT2661 0x0401 /* RT2661 */
/* Realtek (Creative Labs?) products */
#define PCI_PRODUCT_REALTEK_RT8029 0x8029 /* 8029 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 4ea05332b31..42e010f1d81 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.998 2006/01/05 20:17:12 brad Exp
+ * OpenBSD: pcidevs,v 1.999 2006/01/08 13:16:58 damien Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -8019,6 +8019,18 @@ static const struct pci_known_product pci_known_products[] = {
"RT2560",
},
{
+ PCI_VENDOR_RALINK, PCI_PRODUCT_RALINK_RT2561S,
+ "RT2561S",
+ },
+ {
+ PCI_VENDOR_RALINK, PCI_PRODUCT_RALINK_RT2561,
+ "RT2561",
+ },
+ {
+ PCI_VENDOR_RALINK, PCI_PRODUCT_RALINK_RT2661,
+ "RT2661",
+ },
+ {
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8029,
"8029",
},