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.
details: https://anonhg.NetBSD.org/src/rev/f0add7039d9c
branches: trunk
changeset: 570737:f0add7039d9c
user: augustss <augustss%NetBSD.org@localhost>
date: Tue Oct 26 11:31:17 2004 +0000
description:
Regen.
diffstat:
sys/dev/pci/pcidevs.h | 9 ++++++---
sys/dev/pci/pcidevs_data.h | 24 ++++++++++++++++++------
2 files changed, 24 insertions(+), 9 deletions(-)
diffs (110 lines):
diff -r e53b76e31f6f -r f0add7039d9c sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Tue Oct 26 11:30:52 2004 +0000
+++ b/sys/dev/pci/pcidevs.h Tue Oct 26 11:31:17 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.660 2004/10/22 15:01:32 cube Exp $ */
+/* $NetBSD: pcidevs.h,v 1.661 2004/10/26 11:31:17 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.658 2004/10/22 15:00:50 cube Exp
+ * NetBSD: pcidevs,v 1.659 2004/10/26 11:30:52 augustss Exp
*/
/*
@@ -590,6 +590,7 @@
#define PCI_VENDOR_FZJZEL 0x1796 /* FZ Juelich / ZEL */
#define PCI_VENDOR_HAWKING 0x17b3 /* Hawking Technology */
#define PCI_VENDOR_SANDBURST 0x17ba /* Sandburst, Inc. */
+#define PCI_VENDOR_I4 0x17cf /* I4 */
#define PCI_VENDOR_S2IO 0x17d5 /* S2io Technologies */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */
@@ -641,6 +642,7 @@
#define PCI_PRODUCT_3COM_3C595T4 0x5951 /* 3c595-T4 10/100 Ethernet */
#define PCI_PRODUCT_3COM_3C595MII 0x5952 /* 3c595-MII 10/100 Ethernet */
#define PCI_PRODUCT_3COM_3C555 0x5055 /* 3c555 10/100 Mini-PCI Ethernet */
+#define PCI_PRODUCT_3COM_3C154G72 0x6001 /* 3CRWE154G72 Wireless LAN adapter */
#define PCI_PRODUCT_3COM_3C556 0x6055 /* 3c556 10/100 Mini-PCI Ethernet */
#define PCI_PRODUCT_3COM_3C556B 0x6056 /* 3c556B 10/100 Mini-PCI Ethernet */
#define PCI_PRODUCT_3COM_3C656_E 0x6560 /* 3CCFEM656 10/100 Ethernet */
@@ -1856,7 +1858,8 @@
/* Intersil products */
#define PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN 0x3873 /* PRISM2.5 Mini-PCI WLAN */
-#define PCI_PRODUCT_INTERSIL_MINI_PCI_P54 0x3890 /* PRISM-54 Mini-PCI WLAN */
+#define PCI_PRODUCT_INTERSIL_MINI_PCI_3877 0x3877 /* PRISM Indigo Mini-PCI WLAN */
+#define PCI_PRODUCT_INTERSIL_MINI_PCI_3890 0x3890 /* PRISM Duette Mini-PCI WLAN */
/* Invertex */
#define PCI_PRODUCT_INVERTEX_AEON 0x0005 /* AEON */
diff -r e53b76e31f6f -r f0add7039d9c sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Tue Oct 26 11:30:52 2004 +0000
+++ b/sys/dev/pci/pcidevs_data.h Tue Oct 26 11:31:17 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.658 2004/10/22 15:01:32 cube Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.659 2004/10/26 11:31:17 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.658 2004/10/22 15:00:50 cube Exp
+ * NetBSD: pcidevs,v 1.659 2004/10/26 11:30:52 augustss Exp
*/
/*
@@ -2172,6 +2172,10 @@
"Sandburst, Inc.",
},
{
+ PCI_VENDOR_I4,
+ "I4",
+ },
+ {
PCI_VENDOR_S2IO,
"S2io Technologies",
},
@@ -2300,7 +2304,7 @@
"INVALID VENDOR ID",
},
};
-const int pci_nvendors = 565;
+const int pci_nvendors = 566;
const struct pci_product pci_products[] = {
{
@@ -2356,6 +2360,10 @@
"3c555 10/100 Mini-PCI Ethernet",
},
{
+ PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C154G72,
+ "3CRWE154G72 Wireless LAN adapter",
+ },
+ {
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556,
"3c556 10/100 Mini-PCI Ethernet",
},
@@ -6320,8 +6328,12 @@
"PRISM2.5 Mini-PCI WLAN",
},
{
- PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_P54,
- "PRISM-54 Mini-PCI WLAN",
+ PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_3877,
+ "PRISM Indigo Mini-PCI WLAN",
+ },
+ {
+ PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_3890,
+ "PRISM Duette Mini-PCI WLAN",
},
{
PCI_VENDOR_INVERTEX, PCI_PRODUCT_INVERTEX_AEON,
@@ -9760,4 +9772,4 @@
"Video Controller",
},
};
-const int pci_nproducts = 1864;
+const int pci_nproducts = 1866;
Home |
Main Index |
Thread Index |
Old Index