Add support for D-Link DGE-528(T) Rev.B1

PR:		112774
Submitted by:	Denis Fortin <fortin at acm dot org>
Approved by:	imp (mentor), yongari
MFC After:	3 days
This commit is contained in:
Remko Lodder 2007-11-12 15:44:00 +00:00
parent db6b0a619f
commit 3b9982e59c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173565

View File

@ -172,6 +172,8 @@ TUNABLE_INT("hw.re.msi_disable", &msi_disable);
static struct rl_type re_devs[] = {
{ DLINK_VENDORID, DLINK_DEVICEID_528T, RL_HWREV_8169S,
"D-Link DGE-528(T) Gigabit Ethernet Adapter" },
{ DLINK_VENDORID, DLINK_DEVICEID_528T, RL_HWREV_8169_8110SB,
"D-Link DGE-528(T) Rev.B1 Gigabit Ethernet Adapter" },
{ RT_VENDORID, RT_DEVICEID_8139, RL_HWREV_8139CPLUS,
"RealTek 8139C+ 10/100BaseTX" },
{ RT_VENDORID, RT_DEVICEID_8101E, RL_HWREV_8101E,