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 revision 1.6 (requested by tron):



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

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

diffstat:

 sys/dev/pci/if_rtk_pci.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r fe01cc238b33 -r 9f6eae181bc8 sys/dev/pci/if_rtk_pci.c
--- a/sys/dev/pci/if_rtk_pci.c  Mon Jun 11 19:34:12 2001 +0000
+++ b/sys/dev/pci/if_rtk_pci.c  Mon Jun 11 19:34:39 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_rtk_pci.c,v 1.3 2000/05/19 13:42:30 tsutsui Exp $   */
+/*     $NetBSD: if_rtk_pci.c,v 1.3.4.1 2001/06/11 19:34:39 he Exp $    */
 
 /*
  * Copyright (c) 1997, 1998
@@ -168,6 +168,9 @@
        { PCI_VENDOR_ADDTRON, PCI_PRODUCT_ADDTRON_8139,
                "Addtron Technology 8139 10/100BaseTX",
                RTK_8139 },
+       {       PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE530TXPLUS,
+               "D-Link Systems DFE 530TX+",
+               RTK_8139 },
        { 0, 0, NULL, 0 }
 };
 



Home | Main Index | Thread Index | Old Index