Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Regen from pcidevs 1.666 (add two wireless cards)
details: https://anonhg.NetBSD.org/src/rev/c40b7e7f3e0c
branches: trunk
changeset: 571314:c40b7e7f3e0c
user: jdarrow <jdarrow%NetBSD.org@localhost>
date: Wed Nov 17 11:18:27 2004 +0000
description:
Regen from pcidevs 1.666 (add two wireless cards)
diffstat:
sys/dev/pci/pcidevs.h | 9 +++++++--
sys/dev/pci/pcidevs_data.h | 20 ++++++++++++++++----
2 files changed, 23 insertions(+), 6 deletions(-)
diffs (106 lines):
diff -r e10e89fb59d0 -r c40b7e7f3e0c sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Wed Nov 17 11:15:03 2004 +0000
+++ b/sys/dev/pci/pcidevs.h Wed Nov 17 11:18:27 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.666 2004/11/17 03:06:03 junyoung Exp $ */
+/* $NetBSD: pcidevs.h,v 1.667 2004/11/17 11:18:27 jdarrow Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.665 2004/11/17 03:04:45 junyoung Exp
+ * NetBSD: pcidevs,v 1.666 2004/11/17 11:15:03 jdarrow Exp
*/
/*
@@ -592,6 +592,7 @@
#define PCI_VENDOR_SANDBURST 0x17ba /* Sandburst */
#define PCI_VENDOR_I4 0x17cf /* I4 */
#define PCI_VENDOR_S2IO 0x17d5 /* S2io Technologies */
+#define PCI_VENDOR_RALINK 0x1814 /* Ralink Technologies */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */
#define PCI_VENDOR_HINT 0x3388 /* HiNT */
@@ -2318,6 +2319,9 @@
/* Rainbow Technologies products */
#define PCI_PRODUCT_RAINBOW_CS200 0x0200 /* CryptoSwift 200 PKI Accelerator */
+/* Ralink Technologies products */
+#define PCI_PRODUCT_RALINK_RT2460 0x0101 /* RT2460 802.11b */
+
/* RATOC Systems products */
#define PCI_PRODUCT_RATOC_REXPCI31 0x0853 /* REX PCI-31/33 SCSI */
@@ -2632,6 +2636,7 @@
#define PCI_PRODUCT_TI_PCI4520LYNX 0x802A /* PCI4520 IEEE 1394 Host Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI7410LYNX 0x802B /* PCI7[4-6]10 IEEE 1394 Host Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_ACX100 0x8400 /* ACX100 802.11b */
+#define PCI_PRODUCT_TI_ACX111 0x9066 /* ACX111 802.11b/g */
#define PCI_PRODUCT_TI_PCI1130 0xac12 /* PCI1130 PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI1031 0xac13 /* PCI1031 PCI-PCMCIA Bridge */
#define PCI_PRODUCT_TI_PCI1131 0xac15 /* PCI1131 PCI-CardBus Bridge */
diff -r e10e89fb59d0 -r c40b7e7f3e0c sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Wed Nov 17 11:15:03 2004 +0000
+++ b/sys/dev/pci/pcidevs_data.h Wed Nov 17 11:18:27 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.664 2004/11/17 03:06:03 junyoung Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.665 2004/11/17 11:18:27 jdarrow Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.665 2004/11/17 03:04:45 junyoung Exp
+ * NetBSD: pcidevs,v 1.666 2004/11/17 11:15:03 jdarrow Exp
*/
/*
@@ -2180,6 +2180,10 @@
"S2io Technologies",
},
{
+ PCI_VENDOR_RALINK,
+ "Ralink Technologies",
+ },
+ {
PCI_VENDOR_SYMPHONY2,
"Symphony Labs (2nd PCI Vendor ID)",
},
@@ -2304,7 +2308,7 @@
"INVALID VENDOR ID",
},
};
-const int pci_nvendors = 566;
+const int pci_nvendors = 567;
const struct pci_product pci_products[] = {
{
@@ -7704,6 +7708,10 @@
"CryptoSwift 200 PKI Accelerator",
},
{
+ PCI_VENDOR_RALINK, PCI_PRODUCT_RALINK_RT2460,
+ "RT2460 802.11b",
+ },
+ {
PCI_VENDOR_RATOC, PCI_PRODUCT_RATOC_REXPCI31,
"REX PCI-31/33 SCSI",
},
@@ -8708,6 +8716,10 @@
"ACX100 802.11b",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX111,
+ "ACX111 802.11b/g",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1130,
"PCI1130 PCI-CardBus Bridge",
},
@@ -9824,4 +9836,4 @@
"Video Controller",
},
};
-const int pci_nproducts = 1879;
+const int pci_nproducts = 1881;
Home |
Main Index |
Thread Index |
Old Index