Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pci Pull up regenerated files (requested by bil...



details:   https://anonhg.NetBSD.org/src/rev/3985427c2591
branches:  netbsd-1-5
changeset: 489925:3985427c2591
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 13:56:12 2000 +0000

description:
Pull up regenerated files (requested by billc):
  Add PCI IDs for 3Com Home Connect (3c450) and Office Connect
  (3cSOHO100), register compatible with later versions of 3c905.

diffstat:

 sys/dev/pci/pcidevs.h      |   6 ++++--
 sys/dev/pci/pcidevs_data.h |  16 ++++++++++++++--
 2 files changed, 18 insertions(+), 4 deletions(-)

diffs (71 lines):

diff -r 46a944b33221 -r 3985427c2591 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Oct 19 13:55:24 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Oct 19 13:56:12 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.242.2.8 2000/09/21 18:00:05 thorpej Exp $        */
+/*     $NetBSD: pcidevs.h,v 1.242.2.9 2000/10/19 13:56:13 he Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.236.2.8 2000/09/21 17:59:05 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.236.2.9 2000/10/19 13:55:24 he Exp 
  */
 
 /*
@@ -562,10 +562,12 @@
 
 /* 3COM Products */
 #define        PCI_PRODUCT_3COM_3C985  0x0001          /* 3c985 Gigabit Ethernet */
+#define        PCI_PRODUCT_3COM_3C450TX        0x4500          /* 3c450-TX 10/100 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 */
 #define        PCI_PRODUCT_3COM_3C595MII       0x5952          /* 3c595-MII 10/100 Ethernet */
+#define        PCI_PRODUCT_3COM_3CSOHO100TX    0x7646          /* 3cSOHO100-TX 10/100 Ethernet */
 #define        PCI_PRODUCT_3COM_3C900TPO       0x9000          /* 3c900-TPO Ethernet */
 #define        PCI_PRODUCT_3COM_3C900COMBO     0x9001          /* 3c900-COMBO Ethernet */
 #define        PCI_PRODUCT_3COM_3C905TX        0x9050          /* 3c905-TX 10/100 Ethernet */
diff -r 46a944b33221 -r 3985427c2591 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Oct 19 13:55:24 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Oct 19 13:56:12 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.240.2.8 2000/09/21 18:00:06 thorpej Exp $   */
+/*     $NetBSD: pcidevs_data.h,v 1.240.2.9 2000/10/19 13:56:12 he Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.236.2.8 2000/09/21 17:59:05 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.236.2.9 2000/10/19 13:55:24 he Exp 
  */
 
 /*
@@ -46,6 +46,12 @@
            "3c985 Gigabit Ethernet",
        },
        {
+           PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C450TX,
+           0,
+           "3Com",
+           "3c450-TX 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C590,
            0,
            "3Com",
@@ -70,6 +76,12 @@
            "3c595-MII 10/100 Ethernet",
        },
        {
+           PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CSOHO100TX,
+           0,
+           "3Com",
+           "3cSOHO100-TX 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C900TPO,
            0,
            "3Com",



Home | Main Index | Thread Index | Old Index