1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Add new device id of D-Link DGE-530T Rev. C controller. DGE-503T

Rev A1 and B1 is supported by sk(4) but the DGE-530T Rev. C
controller is re-branded RealTek 8169 controller.

PR:	kern/159116
Approved by:	re (kib)
This commit is contained in:
Pyun YongHyeon 2011-07-30 01:06:12 +00:00
parent 02d9c7407f
commit caa19d50d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224506
2 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,8 @@ TUNABLE_INT("hw.re.prefer_iomap", &prefer_iomap);
static struct rl_type re_devs[] = {
{ DLINK_VENDORID, DLINK_DEVICEID_528T, 0,
"D-Link DGE-528(T) Gigabit Ethernet Adapter" },
{ DLINK_VENDORID, DLINK_DEVICEID_530T_REVC, 0,
"D-Link DGE-530(T) Gigabit Ethernet Adapter" },
{ RT_VENDORID, RT_DEVICEID_8139, 0,
"RealTek 8139C+ 10/100BaseTX" },
{ RT_VENDORID, RT_DEVICEID_8101E, 0,

View File

@ -1042,6 +1042,7 @@ struct rl_softc {
* D-Link DFE-5280T device ID
*/
#define DLINK_DEVICEID_528T 0x4300
#define DLINK_DEVICEID_530T_REVC 0x4302
/*
* D-Link DFE-690TXD device ID