svn commit: r258036 - head/sys/dev/usb

Mark Johnston markj at FreeBSD.org
Tue Nov 12 06:14:12 UTC 2013


Author: markj
Date: Tue Nov 12 06:14:12 2013
New Revision: 258036
URL: http://svnweb.freebsd.org/changeset/base/258036

Log:
  Add IDs for the ASIX 88179 and 88178A USB to GigE adapters.

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue Nov 12 05:58:23 2013	(r258035)
+++ head/sys/dev/usb/usbdevs	Tue Nov 12 06:14:12 2013	(r258036)
@@ -1121,6 +1121,8 @@ product ASANTE EA		0x1427	Ethernet
 /* ASIX Electronics products */
 product ASIX AX88172		0x1720	10/100 Ethernet
 product ASIX AX88178		0x1780	AX88178
+product ASIX AX88178A		0x178a	AX88178A USB 2.0 10/100/1000 Ethernet
+product ASIX AX88179		0x1790	AX88179 USB 3.0 10/100/1000 Ethernet
 product ASIX AX88772		0x7720	AX88772
 product ASIX AX88772A		0x772a	AX88772A USB 2.0 10/100 Ethernet
 product ASIX AX88772B		0x772b	AX88772B USB 2.0 10/100 Ethernet


More information about the svn-src-all mailing list