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 tron):



details:   https://anonhg.NetBSD.org/src/rev/fe01cc238b33
branches:  netbsd-1-5
changeset: 491887:fe01cc238b33
user:      he <he%NetBSD.org@localhost>
date:      Mon Jun 11 19:34:12 2001 +0000

description:
Pull up regenerated files (requested by tron):
  Support the D-Link DFE-530TX+.  Fixes PR#13161.

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 7f629d966d82 -r fe01cc238b33 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon Jun 11 19:33:53 2001 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon Jun 11 19:34:12 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.242.2.18 2001/05/15 20:51:30 he Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.242.2.19 2001/06/11 19:34:12 he Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.236.2.17 2001/05/06 15:09:33 he Exp 
+ *     NetBSD: pcidevs,v 1.236.2.18 2001/05/15 20:51:04 he Exp 
  */
 
 /*
@@ -941,6 +941,7 @@
 
 /* D-Link Systems products */
 #define        PCI_PRODUCT_DLINK_DFE550TX      0x1002          /* DFE-550TX 10/100 Ethernet */
+#define        PCI_PRODUCT_DLINK_DFE530TXPLUS  0x1300          /* DFE-530TXPLUS 10/100 Ethernet */
 
 /* Distributed Processing Technology products */
 #define        PCI_PRODUCT_DPT_SC_RAID 0xa400          /* SmartCache/SmartRAID */
diff -r 7f629d966d82 -r fe01cc238b33 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon Jun 11 19:33:53 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon Jun 11 19:34:12 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.240.2.18 2001/05/15 20:51:31 he Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.240.2.19 2001/06/11 19:34:14 he Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.236.2.17 2001/05/06 15:09:33 he Exp 
+ *     NetBSD: pcidevs,v 1.236.2.18 2001/05/15 20:51:04 he Exp 
  */
 
 /*
@@ -1690,6 +1690,12 @@
            "DFE-550TX 10/100 Ethernet",
        },
        {
+           PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE530TXPLUS,
+           0,
+           "D-Link Systems",
+           "DFE-530TXPLUS 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_DPT, PCI_PRODUCT_DPT_SC_RAID,
            0,
            "Distributed Processing Technology",



Home | Main Index | Thread Index | Old Index