Hi tech@,

the diff below adds support for the 
Sitecom USB 3.0 network adapter.

Cheers,
Fabian


dmesg:
axen0 at uhub4 port 2 configuration 1 interface 0 "Sitecom Europe BV Sitecom 
USB 3.0 Gigabit" rev 2.10/1.00 addr 3
axen0: AX88179, address 64:d1:a3:29:46:1a
rgephy1 at axen0 phy 3: RTL8169S/8110S PHY, rev. 5


Index: sys/dev/usb/usbdevs
===================================================================
RCS file: /cvs/src/sys/dev/usb/usbdevs,v
retrieving revision 1.625
diff -u -p -r1.625 usbdevs
--- sys/dev/usb/usbdevs 14 Mar 2014 14:58:56 -0000      1.625
+++ sys/dev/usb/usbdevs 15 Mar 2014 23:10:45 -0000
@@ -3836,6 +3836,7 @@ product SITECOMEU RTL8192CU       0x0061  RTL81
 product SITECOMEU WLA5000      0x0062  WLA-5000
 product SITECOMEU LN028                0x061c  LN-028
 product SITECOMEU RTL8192CU_2  0x0070  RTL8192CU
+product SITECOMEU AX88179      0x0072  AX88179
 product SITECOMEU WL113                0x9071  WL-113
 product SITECOMEU ZD1211B      0x9075  ZD1211B
 product SITECOMEU WL172                0x90ac  WL-172
Index: sys/dev/usb/if_axen.c
===================================================================
RCS file: /cvs/src/sys/dev/usb/if_axen.c,v
retrieving revision 1.5
diff -u -p -r1.5 if_axen.c
--- sys/dev/usb/if_axen.c       20 Nov 2013 08:53:27 -0000      1.5
+++ sys/dev/usb/if_axen.c       15 Mar 2014 23:10:45 -0000
@@ -79,7 +79,8 @@ const struct axen_type axen_devs[] = {
 #if 0 /* not tested */
        { { USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88178A}, AX178A },
 #endif
-       { { USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88179}, AX179 }
+       { { USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88179}, AX179 },
+       { { USB_VENDOR_SITECOMEU, USB_PRODUCT_SITECOMEU_AX88179}, AX179 }
 };
 
 #define axen_lookup(v, p) ((struct axen_type *)usb_lookup(axen_devs, v, p))
Index: share/man/man4/axen.4
===================================================================
RCS file: /cvs/src/share/man/man4/axen.4,v
retrieving revision 1.2
diff -u -p -r1.2 axen.4
--- share/man/man4/axen.4       7 Oct 2013 07:18:36 -0000       1.2
+++ share/man/man4/axen.4       15 Mar 2014 23:10:45 -0000
@@ -35,6 +35,7 @@ including the following:
 .Bl -tag -width Ds -offset indent -compact
 .It Kurotoshiko GbE-USB3.0
 .It Logitec LAN-GTJU3
+.It Sitecom USB 3.0 Network Gigabit Adapter
 .El
 .Pp
 The

Reply via email to