summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_kue.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-01-07 22:18:49 +0000
committerwpaul <wpaul@FreeBSD.org>2000-01-07 22:18:49 +0000
commitc448dd1fa79f765606a81f1d2f1ed41ce27e635e (patch)
tree68f487bca27427067bf97682a84109d5a399d0bc /sys/dev/usb/if_kue.c
parent61162a8a2afe3f47fc13b607ebcbb380b88dc5db (diff)
downloadFreeBSD-src-c448dd1fa79f765606a81f1d2f1ed41ce27e635e.zip
FreeBSD-src-c448dd1fa79f765606a81f1d2f1ed41ce27e635e.tar.gz
Add the vendor and device IDs for a whole bunch of additional USB
ethernet adapters that are supported by the aue and kue drivers. There are actually a couple more out there from Accton, Asante and EXP Computer, however I was not able to find any Windows device drivers for these on their servers, and hence could not harvest their vendor/device ID info. If somebody has one of these things and can look in the .inf file that comes with the Windows driver, I'd appreciate knowing what it says for 'VID' and 'PID.' Additional adapters include: the D-Link DSB-650 and DSB-650TX, the SMC 2102USB, 2104USB and 2202USB, the ATen UC10T, and the Netgear EA101. These are all mentioned in the man pages, relnotes and LINT. Also correct the date in the kue(4) man page. I wrote this thing on Jan, 4 2000, not 1999.
Diffstat (limited to 'sys/dev/usb/if_kue.c')
-rw-r--r--sys/dev/usb/if_kue.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index 55de20d..1512fbd 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -113,6 +113,10 @@ static struct kue_type kue_devs[] = {
"KLSI USB ethernet" },
{ USB_VENDOR_ADS, USB_PRODUCT_ADS_ENET,
"KLSI USB ethernet" },
+ { USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC10T,
+ "KLSI USB ethernet" },
+ { USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_EA101,
+ "KLSI USB ethernet" },
{ USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET,
"KLSI USB ethernet" },
{ USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET2,
@@ -121,6 +125,10 @@ static struct kue_type kue_devs[] = {
"KLSI USB ethernet" },
{ USB_VENDOR_3COM, USB_PRODUCT_3COM_3C19250,
"KLSI USB ethernet" },
+ { USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650C,
+ "KLSI USB ethernet" },
+ { USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB,
+ "KLSI USB ethernet" },
{ 0, 0, NULL }
};
OpenPOWER on IntegriCloud