Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/pci Regenerate these from recent pcidevs pullup.
details: https://anonhg.NetBSD.org/src/rev/5291b422ad33
branches: netbsd-1-4
changeset: 469533:5291b422ad33
user: he <he%NetBSD.org@localhost>
date: Tue Oct 05 22:11:32 1999 +0000
description:
Regenerate these from recent pcidevs pullup.
diffstat:
sys/dev/pci/pcidevs.h | 16 ++++++++++++++--
sys/dev/pci/pcidevs_data.h | 40 ++++++++++++++++++++++++++++++++++++++--
2 files changed, 52 insertions(+), 4 deletions(-)
diffs (160 lines):
diff -r 34dfb56adf29 -r 5291b422ad33 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Tue Oct 05 22:10:04 1999 +0000
+++ b/sys/dev/pci/pcidevs.h Tue Oct 05 22:11:32 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.120.2.4 1999/09/24 05:52:04 cgd Exp $ */
+/* $NetBSD: pcidevs.h,v 1.120.2.5 1999/10/05 22:11:33 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.113.2.3 1999/08/29 20:58:45 he Exp
+ * NetBSD: pcidevs,v 1.113.2.4 1999/10/05 22:10:04 he Exp
*/
/*
@@ -506,9 +506,11 @@
#define PCI_VENDOR_TRITECH 0x1292 /* TriTech Microelectronics */
#define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */
#define PCI_VENDOR_RISCOM 0x12aa /* RISCom */
+#define PCI_VENDOR_ALTEON 0x12ae /* Alteon */
#define PCI_VENDOR_PICTUREEL 0x12c5 /* Picture Elements */
#define PCI_VENDOR_STB2 0x12d2 /* STB Systems (2nd PCI Vendor ID) */
#define PCI_VENDOR_LMC 0x1376 /* LAN Media Corporation */
+#define PCI_VENDOR_NETGEAR 0x1385 /* Netgear */
#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_3DLABS 0x3d3d /* 3D Labs */
@@ -535,6 +537,7 @@
*/
/* 3COM Products */
+#define PCI_PRODUCT_3COM_3C985 0x0001 /* 3c985 Gigabit Ethernet */
#define PCI_PRODUCT_3COM_3C590 0x5900 /* 3c590 Ethernet */
#define PCI_PRODUCT_3COM_3C595TX 0x5950 /* 3c595-TX 10/100 Ethernet */
#define PCI_PRODUCT_3COM_3C595T4 0x5951 /* 3c595-T4 10/100 Ethernet */
@@ -622,6 +625,9 @@
/* Alliance products */
#define PCI_PRODUCT_ALLIANCE_AT24 0x6424 /* AT24 */
+/* Alteon products */
+#define PCI_PRODUCT_ALTEON_ACENIC 0x0001 /* ACEnic Gigabit Ethernet */
+
/* AMD products */
#define PCI_PRODUCT_AMD_PCNET_PCI 0x2000 /* 79c970 PCnet-PCI LANCE Ethernet */
#define PCI_PRODUCT_AMD_PCSCSI_PCI 0x2020 /* 53c974 PCscsi-PCI SCSI */
@@ -960,6 +966,9 @@
/* Neomagic products */
#define PCI_PRODUCT_NEOMAGIC_NMMG128ZV 0x0003 /* MagicGraph 128ZV */
+/* Netgear products */
+#define PCI_PRODUCT_NETGEAR_GA620 0x620a /* GA620 Gigabit Ethernet */
+
/* NexGen products */
#define PCI_PRODUCT_NEXGEN_NX82C501 0x4e78 /* NX82C501 Host-PCI Bridge */
@@ -1045,6 +1054,9 @@
#define PCI_PRODUCT_S3_VIRGE_DX 0x8a01 /* ViRGE/DX */
#define PCI_PRODUCT_S3_SONICVIBES 0xca00 /* SonicVibes */
+/* SGI products */
+#define PCI_PRODUCT_SGI_TIGON 0x0009 /* Tigon Gigabit Ethernet */
+
/* SGS Thomson products */
#define PCI_PRODUCT_SGSTHOMSON_2000 0x0008 /* STG 2000X */
#define PCI_PRODUCT_SGSTHOMSON_1764 0x1746 /* STG 1764X */
diff -r 34dfb56adf29 -r 5291b422ad33 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Tue Oct 05 22:10:04 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h Tue Oct 05 22:11:32 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.118.2.4 1999/09/24 05:52:04 cgd Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.118.2.5 1999/10/05 22:11:32 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.113.2.3 1999/08/29 20:58:45 he Exp
+ * NetBSD: pcidevs,v 1.113.2.4 1999/10/05 22:10:04 he Exp
*/
/*
@@ -40,6 +40,12 @@
struct pci_knowndev pci_knowndevs[] = {
{
+ PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C985,
+ 0,
+ "3Com",
+ "3c985 Gigabit Ethernet",
+ },
+ {
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C590,
0,
"3Com",
@@ -442,6 +448,12 @@
"AT24",
},
{
+ PCI_VENDOR_ALTEON, PCI_PRODUCT_ALTEON_ACENIC,
+ 0,
+ "Alteon",
+ "ACEnic Gigabit Ethernet",
+ },
+ {
PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCNET_PCI,
0,
"Advanced Micro Devices",
@@ -1714,6 +1726,12 @@
"MagicGraph 128ZV",
},
{
+ PCI_VENDOR_NETGEAR, PCI_PRODUCT_NETGEAR_GA620,
+ 0,
+ "Netgear",
+ "GA620 Gigabit Ethernet",
+ },
+ {
PCI_VENDOR_NEXGEN, PCI_PRODUCT_NEXGEN_NX82C501,
0,
"NexGen Microsystems",
@@ -2056,6 +2074,12 @@
"SonicVibes",
},
{
+ PCI_VENDOR_SGI, PCI_PRODUCT_SGI_TIGON,
+ 0,
+ "Silicon Graphics",
+ "Tigon Gigabit Ethernet",
+ },
+ {
PCI_VENDOR_SGSTHOMSON, PCI_PRODUCT_SGSTHOMSON_2000,
0,
"SGS Thomson Microelectric",
@@ -5560,6 +5584,12 @@
NULL,
},
{
+ PCI_VENDOR_ALTEON, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "Alteon",
+ NULL,
+ },
+ {
PCI_VENDOR_PICTUREEL, 0,
PCI_KNOWNDEV_NOPROD,
"Picture Elements",
@@ -5578,6 +5608,12 @@
NULL,
},
{
+ PCI_VENDOR_NETGEAR, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "Netgear",
+ NULL,
+ },
+ {
PCI_VENDOR_SYMPHONY2, 0,
PCI_KNOWNDEV_NOPROD,
"Symphony Labs (2nd PCI Vendor ID)",
Home |
Main Index |
Thread Index |
Old Index