From owner-cvs-all Thu Jan 13 12:14:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F8911559F; Thu, 13 Jan 2000 12:14:00 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92782; Thu, 13 Jan 2000 12:14:00 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200001132014.MAA92782@freefall.freebsd.org> From: Bill Paul Date: Thu, 13 Jan 2000 12:14:00 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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