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/bed2a5fdf36f
branches:  trunk
changeset: 474683:bed2a5fdf36f
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Jul 15 18:06:39 1999 +0000

description:
Regen.

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 209c221c15b0 -r bed2a5fdf36f sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Jul 15 18:02:08 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Jul 15 18:06:39 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.143 1999/07/15 14:53:13 augustss Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.144 1999/07/15 18:06:39 ross Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.136 1999/07/15 14:52:48 augustss Exp 
+ *     NetBSD: pcidevs,v 1.137 1999/07/15 18:02:08 ross Exp 
  */
 
 /*
@@ -557,6 +557,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 209c221c15b0 -r bed2a5fdf36f sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Jul 15 18:02:08 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Jul 15 18:06:39 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.141 1999/07/15 14:53:13 augustss Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.142 1999/07/15 18:06:40 ross Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.136 1999/07/15 14:52:48 augustss Exp 
+ *     NetBSD: pcidevs,v 1.137 1999/07/15 18:02:08 ross 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