summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/axe.411
-rw-r--r--sys/dev/usb/if_axe.c2
-rw-r--r--sys/dev/usb/usbdevs2
3 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4
index 9113c28..e759d18 100644
--- a/share/man/man4/axe.4
+++ b/share/man/man4/axe.4
@@ -47,7 +47,16 @@
The
.Nm
driver provides support for USB ethernet adapters based on the ASIX
-Electronics AX88172 USB 2.0 chipset, including the LinkSys USB200M.
+Electronics AX88172 USB 2.0 chipset, including the following:
+.Pp
+.Bl -bullet -compact
+.It
+D-Link DUBE100
+.It
+LinkSys USB200M
+.It
+Netgear FA120
+.El
.Pp
The AX88172 is a USB 2.0 device which contains a 10/100
ethernet MAC with MII interface and is designed to work with both
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c
index 5c243fa..37afee3 100644
--- a/sys/dev/usb/if_axe.c
+++ b/sys/dev/usb/if_axe.c
@@ -109,6 +109,8 @@ static const char rcsid[] =
*/
Static struct axe_type axe_devs[] = {
{ USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88172 },
+ { USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100 },
+ { USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120 },
{ 0, 0 }
};
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 8c71f55..d0ceba0 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -550,6 +550,7 @@ product DIGI ACCELEPORT8 0x0008 AccelePort USB 8
/* D-Link products */
/*product DLINK DSBS25 0x0100 DSB-S25 serial adapter*/
+product DLINK DUBE100 0x1a00 10/100 ethernet adapter
product DLINK DSB650TX4 0x200c 10/100 ethernet adapter
product DLINK DSB650C 0x4000 10Mbps ethernet adapter
product DLINK DSB650TX1 0x4001 10/100 ethernet adapter
@@ -897,6 +898,7 @@ product NETCHIP TURBOCONNECT 0x1080 Turbo-Connect
/* Netgear products */
product NETGEAR EA101 0x1001 Ethernet adapter
+product NETGEAR FA120 0x1040 USB 2.0 Ethernet adapter
/* Nikon products */
product NIKON E990 0x0102 Digital Camera E990
OpenPOWER on IntegriCloud