aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/msk
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2009-09-28 21:11:31 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2009-09-28 21:11:31 +0000
commit60d3251abb19cfce2effec657d486f9abf517397 (patch)
treef152709772fd5f1235317831028bcd518b9292a9 /sys/dev/msk
parentcde64af338213dfba7b45606e1c36ad875605c08 (diff)
downloadsrc-60d3251abb19cfce2effec657d486f9abf517397.tar.gz
src-60d3251abb19cfce2effec657d486f9abf517397.zip
Add DGE-560SX(Yukon XL) to the supported device list. Many thanks
to "Eugene Perevyazko <john <> dnepro dot net>" who kindly gave remote access to system with DGE-560SX.
Notes
Notes: svn path=/head/; revision=197592
Diffstat (limited to 'sys/dev/msk')
-rw-r--r--sys/dev/msk/if_msk.c2
-rw-r--r--sys/dev/msk/if_mskreg.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c
index e72d490fc6c3..7c6191b8683a 100644
--- a/sys/dev/msk/if_msk.c
+++ b/sys/dev/msk/if_msk.c
@@ -223,6 +223,8 @@ static struct msk_product {
"Marvell Yukon 88E8072 Gigabit Ethernet" },
{ VENDORID_DLINK, DEVICEID_DLINK_DGE550SX,
"D-Link 550SX Gigabit Ethernet" },
+ { VENDORID_DLINK, DEVICEID_DLINK_DGE560SX,
+ "D-Link 560SX Gigabit Ethernet" },
{ VENDORID_DLINK, DEVICEID_DLINK_DGE560T,
"D-Link 560T Gigabit Ethernet" }
};
diff --git a/sys/dev/msk/if_mskreg.h b/sys/dev/msk/if_mskreg.h
index 19b3bfba8b71..575b59f7d695 100644
--- a/sys/dev/msk/if_mskreg.h
+++ b/sys/dev/msk/if_mskreg.h
@@ -148,6 +148,7 @@
* D-Link gigabit ethernet device ID
*/
#define DEVICEID_DLINK_DGE550SX 0x4001
+#define DEVICEID_DLINK_DGE560SX 0x4002
#define DEVICEID_DLINK_DGE560T 0x4b00
#define BIT_31 (1 << 31)