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

(-)src/sys/dev/usb/net/if_axge.c (+1 lines)
Lines 68-73 Link Here
68
	AXGE_DEV(ASIX, AX88179),
68
	AXGE_DEV(ASIX, AX88179),
69
	AXGE_DEV(DLINK, DUB1312),
69
	AXGE_DEV(DLINK, DUB1312),
70
	AXGE_DEV(SITECOMEU, LN032),
70
	AXGE_DEV(SITECOMEU, LN032),
71
	AXGE_DEV(LENOVO, ONELINK_GIGALAN),
71
#undef AXGE_DEV
72
#undef AXGE_DEV
72
};
73
};
73
74
(-)src/sys/dev/usb/usbdevs (+1 lines)
Lines 2627-2632 Link Here
2627
product LEADTEK 9531		0x2101	9531 GPS
2627
product LEADTEK 9531		0x2101	9531 GPS
2628
2628
2629
/* Lenovo products */
2629
/* Lenovo products */
2630
product LENOVO ONELINK_GIGALAN	0x304b	AX88179 USB 3.0 10/100/1000 Ethernet
2630
product LENOVO ETHERNET		0x7203	USB 2.0 Ethernet
2631
product LENOVO ETHERNET		0x7203	USB 2.0 Ethernet
2631
2632
2632
/* Lexar products */
2633
/* Lexar products */

Return to bug 199184