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 Regenerated.



details:   https://anonhg.NetBSD.org/src/rev/80258141e387
branches:  netbsd-1-4
changeset: 469317:80258141e387
user:      he <he%NetBSD.org@localhost>
date:      Sun Aug 29 20:59:57 1999 +0000

description:
Regenerated.
  Recognize 3c905C-TX card.  (bouyer)

diffstat:

 sys/dev/pci/pcidevs.h      |   5 +++--
 sys/dev/pci/pcidevs_data.h |  10 ++++++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 402a2e94d981 -r 80258141e387 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sun Aug 29 20:59:05 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Sun Aug 29 20:59:57 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.120.2.2 1999/06/22 17:16:08 perry Exp $  */
+/*     $NetBSD: pcidevs.h,v 1.120.2.3 1999/08/29 20:59:58 he Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD
+ *     NetBSD: pcidevs,v 1.113.2.2 1999/06/22 17:13:57 perry Exp 
  */
 
 /*
@@ -549,6 +549,7 @@
 #define        PCI_PRODUCT_3COM_3C905BTX       0x9055          /* 3c905B-TX 10/100 Ethernet */
 #define        PCI_PRODUCT_3COM_3C905BT4       0x9056          /* 3c905B-T4 10/100 Ethernet */
 #define        PCI_PRODUCT_3COM_3C905BFX       0x905a          /* 3c905B-FX 10/100 Ethernet */
+#define        PCI_PRODUCT_3COM_3C905CTX       0x9200          /* 3c905C-TX 10/100 Ethernet with mngmt */
 #define        PCI_PRODUCT_3COM_3C980SRV       0x9800          /* 3c980 Server Adapter 10/100 Ethernet */
 
 /* 3Dfx Interactive producs */
diff -r 402a2e94d981 -r 80258141e387 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sun Aug 29 20:59:05 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sun Aug 29 20:59:57 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.118.2.2 1999/06/22 17:16:09 perry Exp $     */
+/*     $NetBSD: pcidevs_data.h,v 1.118.2.3 1999/08/29 20:59:57 he Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD
+ *     NetBSD: pcidevs,v 1.113.2.2 1999/06/22 17:13:57 perry Exp 
  */
 
 /*
@@ -124,6 +124,12 @@
            "3c905B-FX 10/100 Ethernet",
        },
        {
+           PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C905CTX,
+           0,
+           "3Com",
+           "3c905C-TX 10/100 Ethernet with mngmt",
+       },
+       {
            PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C980SRV,
            0,
            "3Com",



Home | Main Index | Thread Index | Old Index