Date: Fri, 7 Jan 2000 14:18:50 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c if_kue.c usb_quirks.c usbdevs usbdevs.h usbdevs_data.h src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 HARDWARE.TXT RELNOTES.TXT src/share/man/man4 aue.4 kue.4 src/sys/i386/conf LINT Message-ID: <200001072218.OAA27475@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2000/01/07 14:18:49 PST
Modified files:
sys/dev/usb if_aue.c if_kue.c usb_quirks.c usbdevs
usbdevs.h usbdevs_data.h
release/texts/alpha RELNOTES.TXT
release/texts/i386 HARDWARE.TXT RELNOTES.TXT
share/man/man4 aue.4 kue.4
sys/i386/conf LINT
Log:
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.
Revision Changes Path
1.2 +8 -2 src/sys/dev/usb/if_aue.c
1.7 +10 -2 src/sys/dev/usb/if_kue.c
1.18 +12 -1 src/sys/dev/usb/usb_quirks.c
1.5 +17 -1 src/sys/dev/usb/usbdevs
1.27 +17 -1 src/sys/dev/usb/usbdevs.h
1.27 +61 -1 src/sys/dev/usb/usbdevs_data.h
1.14 +20 -2 src/release/texts/alpha/RELNOTES.TXT
1.32 +7 -0 src/release/texts/i386/HARDWARE.TXT
1.47 +12 -2 src/release/texts/i386/RELNOTES.TXT
1.2 +5 -2 src/share/man/man4/aue.4
1.2 +6 -5 src/share/man/man4/kue.4
1.715 +8 -5 src/sys/i386/conf/LINT
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001072218.OAA27475>
