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 regen (fvdl): recognize another 390xB card



details:   https://anonhg.NetBSD.org/src/rev/4a183ae33c54
branches:  netbsd-1-4
changeset: 468897:4a183ae33c54
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 17:16:08 1999 +0000

description:
regen (fvdl): recognize another 390xB card

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 a502bd27fa12 -r 4a183ae33c54 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Tue Jun 22 17:14:52 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Tue Jun 22 17:16:08 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.120.2.1 1999/04/13 22:52:42 jonathan Exp $       */
+/*     $NetBSD: pcidevs.h,v 1.120.2.2 1999/06/22 17:16:08 perry Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.114 1999/04/12 23:18:16 jonathan Exp 
+ *     NetBSD
  */
 
 /*
@@ -545,6 +545,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 a502bd27fa12 -r 4a183ae33c54 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Tue Jun 22 17:14:52 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Tue Jun 22 17:16:08 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.118.2.1 1999/04/13 22:52:43 jonathan Exp $  */
+/*     $NetBSD: pcidevs_data.h,v 1.118.2.2 1999/06/22 17:16:09 perry Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.114 1999/04/12 23:18:16 jonathan Exp 
+ *     NetBSD
  */
 
 /*
@@ -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