From owner-freebsd-usb@FreeBSD.ORG Sat Apr 9 18:41:39 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E094616A4CF for ; Sat, 9 Apr 2005 18:41:39 +0000 (GMT) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1949143D45 for ; Sat, 9 Apr 2005 18:41:39 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-217-204-131.daxnet.no ([193.217.204.131] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 4.2.9) with ESMTP id 339500947 for freebsd-usb@freebsd.org; Sat, 09 Apr 2005 20:41:37 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 9 Apr 2005 20:42:38 +0200 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504092042.39741.hselasky@c2i.net> Subject: USB driver X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 18:41:40 -0000 Hi, I've just updated my USB driver. A handfull of bugs have been fixed. Some news: Full support for EHCI split transactions (ISOC/INTERRUPT/BULK) Full support for EHCI high speed isochronous transfers (please be aware that high speed isochronous transfers consume 8 frames per millisecond, and consequently one can allocate 8 times more frames. Currently the maximum number of frames per transfer is 128*8, but 64*8 is recommended.) If anyone needs it, here is it: Download the three files below into a new directory and type "make install" (to uninstall type "make deinstall") http://home.c2i.net/hselasky/isdn4bsd/privat/usb/Makefile http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.diff.bz2 http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.tar.bz2 Yours --HPS