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/58f3987ec0ad
branches: trunk
changeset: 569994:58f3987ec0ad
user: ragge <ragge%NetBSD.org@localhost>
date: Thu Sep 16 13:09:59 2004 +0000
description:
Regen.
diffstat:
sys/dev/pci/pcidevs.h | 8 ++++++--
sys/dev/pci/pcidevs_data.h | 16 ++++++++++++----
2 files changed, 18 insertions(+), 6 deletions(-)
diffs (87 lines):
diff -r d4252db9aa08 -r 58f3987ec0ad sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Thu Sep 16 13:08:51 2004 +0000
+++ b/sys/dev/pci/pcidevs.h Thu Sep 16 13:09:59 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.649 2004/09/10 13:59:07 darrenr Exp $ */
+/* $NetBSD: pcidevs.h,v 1.650 2004/09/16 13:09:59 ragge Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.648 2004/09/10 13:56:32 darrenr Exp
+ * NetBSD: pcidevs,v 1.649 2004/09/16 13:08:51 ragge 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_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) */
#define PCI_VENDOR_HINT 0x3388 /* HiNT */
@@ -2304,6 +2305,9 @@
/* RNS products */
#define PCI_PRODUCT_RNS_FDDI 0x2200 /* 2200 FDDI */
+/* S2io products */
+#define PCI_PRODUCT_S2IO_XFRAME 0x5831 /* Xframe 10 Gigabit ethernet adapter */
+
/* S3 products */
#define PCI_PRODUCT_S3_VIRGE 0x5631 /* ViRGE */
#define PCI_PRODUCT_S3_TRIO32 0x8810 /* Trio32 */
diff -r d4252db9aa08 -r 58f3987ec0ad sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Thu Sep 16 13:08:51 2004 +0000
+++ b/sys/dev/pci/pcidevs_data.h Thu Sep 16 13:09:59 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.647 2004/09/10 13:59:07 darrenr Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.648 2004/09/16 13:09:59 ragge Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.648 2004/09/10 13:56:32 darrenr Exp
+ * NetBSD: pcidevs,v 1.649 2004/09/16 13:08:51 ragge Exp
*/
/*
@@ -2172,6 +2172,10 @@
"Sandburst, Inc.",
},
{
+ PCI_VENDOR_S2IO,
+ "S2io Technologies",
+ },
+ {
PCI_VENDOR_SYMPHONY2,
"Symphony Labs (2nd PCI Vendor ID)",
},
@@ -2296,7 +2300,7 @@
"INVALID VENDOR ID",
},
};
-const int pci_nvendors = 564;
+const int pci_nvendors = 565;
const struct pci_product pci_products[] = {
{
@@ -7608,6 +7612,10 @@
"2200 FDDI",
},
{
+ PCI_VENDOR_S2IO, PCI_PRODUCT_S2IO_XFRAME,
+ "Xframe 10 Gigabit ethernet adapter",
+ },
+ {
PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE,
"ViRGE",
},
@@ -9652,4 +9660,4 @@
"Video Controller",
},
};
-const int pci_nproducts = 1838;
+const int pci_nproducts = 1839;
Home |
Main Index |
Thread Index |
Old Index