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/7360dd35ba95
branches:  trunk
changeset: 473315:7360dd35ba95
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sat May 29 01:29:21 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 082e94193604 -r 7360dd35ba95 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sat May 29 01:28:52 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Sat May 29 01:29:21 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.130 1999/05/27 03:05:32 mrg Exp $        */
+/*     $NetBSD: pcidevs.h,v 1.131 1999/05/29 01:29:21 fvdl Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.123 1999/05/27 02:51:19 mrg Exp 
+ *     NetBSD: pcidevs,v 1.124 1999/05/29 01:28:52 fvdl Exp 
  */
 
 /*
@@ -546,6 +546,7 @@
 #define        PCI_PRODUCT_3COM_3C905T4        0x9051          /* 3c905-T4 10/100 Ethernet */
 #define        PCI_PRODUCT_3COM_3C900BTPO      0x9004          /* 3c900B-TPO Ethernet */
 #define        PCI_PRODUCT_3COM_3C900BCOMBO    0x9005          /* 3c900B-COMBO Ethernet */
+#define        PCI_PRODUCT_3COM_3C900BTPC      0x9006          /* 3c900B-TPC Ethernet */
 #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 */
diff -r 082e94193604 -r 7360dd35ba95 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sat May 29 01:28:52 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sat May 29 01:29:21 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.128 1999/05/27 03:05:32 mrg Exp $   */
+/*     $NetBSD: pcidevs_data.h,v 1.129 1999/05/29 01:29:21 fvdl Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.123 1999/05/27 02:51:19 mrg Exp 
+ *     NetBSD: pcidevs,v 1.124 1999/05/29 01:28:52 fvdl Exp 
  */
 
 /*
@@ -100,6 +100,12 @@
            "3c900B-COMBO Ethernet",
        },
        {
+           PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C900BTPC,
+           0,
+           "3Com",
+           "3c900B-TPC Ethernet",
+       },
+       {
            PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C905BTX,
            0,
            "3Com",



Home | Main Index | Thread Index | Old Index