Date: Thu, 13 Jan 2000 12:14:00 -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_ethersubr.c usb_ethersubr.h usbdevs usb_quirks.c Message-ID: <200001132014.MAA92782@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2000/01/13 12:14:00 PST
Modified files:
sys/dev/usb if_aue.c if_kue.c usb_ethersubr.c
usb_ethersubr.h usbdevs usb_quirks.c
Log:
Bunch of updates:
- Add vendor/device ID for Corega USB-T ethernet adapter to necessary
places so that it will work with the kue driver.
- Add vendor/device ID for CATC Netmate devices for driver to be added
soon.
- Get really crazy about netisr stuff: avoid doing any mbuf allocations
or deallocations at splbio/splusb.
- Fix if_aue driver so that it works with LinkSys USB100TX: you need
to flip the GPIO bits just the right way to put the PHY in the right
mode.
Revision Changes Path
1.7 +50 -29 src/sys/dev/usb/if_aue.c
1.12 +41 -33 src/sys/dev/usb/if_kue.c
1.3 +28 -3 src/sys/dev/usb/usb_ethersubr.c
1.3 +6 -1 src/sys/dev/usb/usb_ethersubr.h
1.8 +7 -1 src/sys/dev/usb/usbdevs
1.20 +5 -1 src/sys/dev/usb/usb_quirks.c
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?200001132014.MAA92782>
