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

(-)b/sys/dev/re/if_re.c (-1 / +3 lines)
Lines 192-198 static const struct rl_type re_devs[] = { Link Here
192
	{ LINKSYS_VENDORID, LINKSYS_DEVICEID_EG1032, 0,
192
	{ LINKSYS_VENDORID, LINKSYS_DEVICEID_EG1032, 0,
193
	    "Linksys EG1032 (RTL8169S) Gigabit Ethernet" },
193
	    "Linksys EG1032 (RTL8169S) Gigabit Ethernet" },
194
	{ USR_VENDORID, USR_DEVICEID_997902, 0,
194
	{ USR_VENDORID, USR_DEVICEID_997902, 0,
195
	    "US Robotics 997902 (RTL8169S) Gigabit Ethernet" }
195
	    "US Robotics 997902 (RTL8169S) Gigabit Ethernet" },
196
	{ NCUBE_VENDORID, RT_DEVICEID_8168, 0,
197
	    "NCube Device 8168" },
196
};
198
};
197
199
198
static const struct rl_hwrev re_hwrevs[] = {
200
static const struct rl_hwrev re_hwrevs[] = {
(-)b/sys/dev/rl/if_rlreg.h (+3 lines)
Lines 1158-1160 struct rl_softc { Link Here
1158
/* US Robotics 997902 device ID */
1158
/* US Robotics 997902 device ID */
1159
1159
1160
#define	USR_DEVICEID_997902	0x0116
1160
#define	USR_DEVICEID_997902	0x0116
1161
1162
/* NCube vendor ID */
1163
#define	NCUBE_VENDORID		0x10FF

Return to bug 212876