Module Name:    src
Committed By:   christos
Date:           Sat May  9 21:53:45 UTC 2015

Modified Files:
        src/sys/dev/pci: if_rtk_pci.c pcidevs

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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/pci/if_rtk_pci.c
cvs rdiff -u -r1.1222 -r1.1223 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_rtk_pci.c
diff -u src/sys/dev/pci/if_rtk_pci.c:1.45 src/sys/dev/pci/if_rtk_pci.c:1.46
--- src/sys/dev/pci/if_rtk_pci.c:1.45	Sat Mar 29 15:28:25 2014
+++ src/sys/dev/pci/if_rtk_pci.c	Sat May  9 17:53:45 2015
@@ -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 @@ static const struct rtk_type rtk_pci_dev
 		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,

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1222 src/sys/dev/pci/pcidevs:1.1223
--- src/sys/dev/pci/pcidevs:1.1222	Mon May  4 17:18:22 2015
+++ src/sys/dev/pci/pcidevs	Sat May  9 17:53:45 2015
@@ -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 DIGI NEO8_PCIE	0x00f0	Neo 8-port
 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

Reply via email to