From owner-freebsd-usb@FreeBSD.ORG Mon Nov 29 20:52:30 2004 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 8E79A16A4CE for ; Mon, 29 Nov 2004 20:52:30 +0000 (GMT) Received: from mailfe02.swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF12243D64 for ; Mon, 29 Nov 2004 20:52:29 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from [193.216.45.132] (HELO curly.tele2.no) by mailfe02.swip.net (CommuniGate Pro SMTP 4.2.6) with ESMTP id 233221215 for freebsd-usb@freebsd.org; Mon, 29 Nov 2004 21:52:27 +0100 Received: (from root@localhost) by curly.tele2.no (8.12.5/8.12.3) id iATKw88t007678 for freebsd-usb@freebsd.org; Mon, 29 Nov 2004 21:58:08 +0100 (CET) (envelope-from hselasky@c2i.net) Date: Mon, 29 Nov 2004 21:58:06 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Message-ID: <20041129215805.A1107@curly.tele2.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: Re: new USB driver X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:52:30 -0000 Hi, I've hacked together a new version of my USB driver, which should be up to date with FreeBSD-5-current. All memory is now allocated using bus_dma_xxx. A compatibility layer has been added so that the old USB drivers will work. The USB driver supports OHCI, UHCI and EHCI. You need FreeBSD 5.2/5.3 to get it compiled. Anyone who wants to give it a try? Create a new directory and download the following files 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