summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-10-10 23:45:17 +0000
committerwpaul <wpaul@FreeBSD.org>2000-10-10 23:45:17 +0000
commit02e5ad12baf178ba230b46a58f74e6d2ef5738af (patch)
tree7056772333de67e9315e396e03b6bfc14bd6acbd /sys
parentd71aaf0f854ffc2f7c39ce689716a9c79ad062c7 (diff)
downloadFreeBSD-src-02e5ad12baf178ba230b46a58f74e6d2ef5738af.zip
FreeBSD-src-02e5ad12baf178ba230b46a58f74e6d2ef5738af.tar.gz
Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We're
up to 11 of these now.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_aue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index 5455262..4f78cc5 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -116,6 +116,7 @@ Static struct aue_type aue_devs[] = {
{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB100TX },
{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TA },
{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TX },
+ { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX, }
{ 0, 0 }
};
OpenPOWER on IntegriCloud