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; Added Antares Gigabit Ethernet.
details: https://anonhg.NetBSD.org/src/rev/2b3a9063c1ab
branches: trunk
changeset: 513146:2b3a9063c1ab
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jul 25 01:45:55 2001 +0000
description:
Regen; Added Antares Gigabit Ethernet.
diffstat:
sys/dev/pci/pcidevs.h | 8 ++++++--
sys/dev/pci/pcidevs_data.h | 16 ++++++++++++++--
2 files changed, 20 insertions(+), 4 deletions(-)
diffs (76 lines):
diff -r 45fd6cb7165a -r 2b3a9063c1ab sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Wed Jul 25 01:44:59 2001 +0000
+++ b/sys/dev/pci/pcidevs.h Wed Jul 25 01:45:55 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.343 2001/07/23 20:14:36 bouyer Exp $ */
+/* $NetBSD: pcidevs.h,v 1.344 2001/07/25 01:45:55 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.337 2001/07/23 20:13:26 bouyer Exp
+ * NetBSD: pcidevs,v 1.338 2001/07/25 01:44:59 thorpej Exp
*/
/*
@@ -546,6 +546,7 @@
#define PCI_VENDOR_GEOCAST 0x15a1 /* Geocast Network Systems */
#define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
#define PCI_VENDOR_SIBYTE 0x166d /* SiByte, Inc. */
+#define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems, Inc. */
#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_LAVA 0x1407 /* Lava Semiconductor Manufacturing, Inc. */
@@ -745,6 +746,9 @@
#define PCI_PRODUCT_AMI_MEGARAID2 0x9060 /* MegaRAID 2 */
#define PCI_PRODUCT_AMI_MEGARAID3 0x1960 /* MegaRAID 3 */
+/* Antares Microsystems, Inc. products */
+#define PCI_PRODUCT_ANTARES_TC9021 0x1021 /* Antares Gigabit Ethernet */
+
/* Apple products */
#define PCI_PRODUCT_APPLE_BANDIT 0x0001 /* Bandit Host-PCI Bridge */
#define PCI_PRODUCT_APPLE_GC 0x0002 /* Grand Central I/O Controller */
diff -r 45fd6cb7165a -r 2b3a9063c1ab sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Wed Jul 25 01:44:59 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h Wed Jul 25 01:45:55 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.341 2001/07/23 20:14:37 bouyer Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.342 2001/07/25 01:45:55 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.337 2001/07/23 20:13:26 bouyer Exp
+ * NetBSD: pcidevs,v 1.338 2001/07/25 01:44:59 thorpej Exp
*/
/*
@@ -826,6 +826,12 @@
"MegaRAID 3",
},
{
+ PCI_VENDOR_ANTARES, PCI_PRODUCT_ANTARES_TC9021,
+ 0,
+ "Antares Microsystems, Inc.",
+ "Antares Gigabit Ethernet",
+ },
+ {
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT,
0,
"Apple Computer",
@@ -9160,6 +9166,12 @@
NULL,
},
{
+ PCI_VENDOR_ANTARES, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "Antares Microsystems, Inc.",
+ NULL,
+ },
+ {
PCI_VENDOR_SYMPHONY2, 0,
PCI_KNOWNDEV_NOPROD,
"Symphony Labs (2nd PCI Vendor ID)",
Home |
Main Index |
Thread Index |
Old Index