Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci PR/49889: Maxim Tsyplakov: support for D-Link DF...



details:   https://anonhg.NetBSD.org/src/rev/cdedb4607d8a
branches:  trunk
changeset: 338084:cdedb4607d8a
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 09 21:53:45 2015 +0000

description:
PR/49889: Maxim Tsyplakov: support for D-Link DFE520TX

diffstat:

 sys/dev/pci/if_rtk_pci.c |  6 ++++--
 sys/dev/pci/pcidevs      |  5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r a7786de8c601 -r cdedb4607d8a sys/dev/pci/if_rtk_pci.c
--- a/sys/dev/pci/if_rtk_pci.c  Sat May 09 21:44:47 2015 +0000
+++ b/sys/dev/pci/if_rtk_pci.c  Sat May 09 21:53:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_rtk_pci.c,v 1.45 2014/03/29 19:28:25 christos Exp $ */
+/*     $NetBSD: if_rtk_pci.c,v 1.46 2015/05/09 21:53:45 christos Exp $ */
 
 /*
  * Copyright (c) 1997, 1998
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.45 2014/03/29 19:28:25 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.46 2015/05/09 21:53:45 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -104,6 +104,8 @@
                RTK_8139, "Addtron Technology 8139 10/100BaseTX" },
        { PCI_VENDOR_SEGA, PCI_PRODUCT_SEGA_BROADBAND,
                RTK_8139, "SEGA Broadband Adapter" },
+       { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE520TX,
+               RTK_8139, "D-Link Systems DFE 520TX" }, 
        { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE530TXPLUS,
                RTK_8139, "D-Link Systems DFE 530TX+" },
        { PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BAYSTACK_21,
diff -r a7786de8c601 -r cdedb4607d8a sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sat May 09 21:44:47 2015 +0000
+++ b/sys/dev/pci/pcidevs       Sat May 09 21:53:45 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1222 2015/05/04 21:18:22 ryo Exp $
+$NetBSD: pcidevs,v 1.1223 2015/05/09 21:53:45 christos Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2085,9 +2085,10 @@
 product DLINK DL1002           0x1002  DL-1002 10/100 Ethernet
 product DLINK DFE530TXPLUS     0x1300  DFE-530TXPLUS 10/100 Ethernet
 product DLINK DFE690TXD                0x1340  DFE-690TXD 10/100 Ethernet
-product        DLINK DWL610            0x3300  DWL-610 802.11b WLAN
+product DLINK DWL610           0x3300  DWL-610 802.11b WLAN
 product DLINK DL4000           0x4000  DL-4000 Gigabit Ethernet
 product DLINK DGE550SX         0x4001  DGE-550SX
+product DLINK DFE520TX         0x4200  DFE-520TX 10/100 Ethernet
 product DLINK DGE528T          0x4300  DGE-528T Gigabit Ethernet
 product DLINK DGE560T          0x4b00  DGE-560T Gigabit Ethernet
 product DLINK DGE560T_2                0x4b01  DGE-560T_2 Gigabit Ethernet



Home | Main Index | Thread Index | Old Index