View | Details | Raw Unified | Return to bug 274292
Collapse All | Expand All

(-)b/sys/dev/re/if_re.c (+2 lines)
Lines 180-185 static const struct rl_type re_devs[] = { Link Here
180
	    "D-Link DGE-528(T) Gigabit Ethernet Adapter" },
180
	    "D-Link DGE-528(T) Gigabit Ethernet Adapter" },
181
	{ DLINK_VENDORID, DLINK_DEVICEID_530T_REVC, 0,
181
	{ DLINK_VENDORID, DLINK_DEVICEID_530T_REVC, 0,
182
	    "D-Link DGE-530(T) Gigabit Ethernet Adapter" },
182
	    "D-Link DGE-530(T) Gigabit Ethernet Adapter" },
183
        { RT_VENDORID, RT_DEVICEID_2600, 0,
184
            "RealTek Killer E2600 Gigabit Ethernet Controller" },
183
	{ RT_VENDORID, RT_DEVICEID_8139, 0,
185
	{ RT_VENDORID, RT_DEVICEID_8139, 0,
184
	    "RealTek 8139C+ 10/100BaseTX" },
186
	    "RealTek 8139C+ 10/100BaseTX" },
185
	{ RT_VENDORID, RT_DEVICEID_8101E, 0,
187
	{ RT_VENDORID, RT_DEVICEID_8101E, 0,
(-)b/sys/dev/rl/if_rlreg.h (-1 / +1 lines)
Lines 993-998 struct rl_softc { Link Here
993
/*
993
/*
994
 * RealTek chip device IDs.
994
 * RealTek chip device IDs.
995
 */
995
 */
996
#define RT_DEVICEID_2600          		0x2600
996
#define	RT_DEVICEID_8139D			0x8039
997
#define	RT_DEVICEID_8139D			0x8039
997
#define	RT_DEVICEID_8129			0x8129
998
#define	RT_DEVICEID_8129			0x8129
998
#define	RT_DEVICEID_8101E			0x8136
999
#define	RT_DEVICEID_8101E			0x8136
999
- 

Return to bug 274292