From owner-freebsd-usb@FreeBSD.ORG Sun Jun 4 15:59:51 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org 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 CB68816A557 for ; Sun, 4 Jun 2006 15:59:51 +0000 (UTC) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F6B243D48 for ; Sun, 4 Jun 2006 15:59:50 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 4 Jun 2006 16:59:49 +0100 (IST) To: Hans Petter Selasky In-Reply-To: Your message of "Sat, 03 Jun 2006 13:29:28 +0200." <200606031329.29145.hselasky@c2i.net> Date: Sun, 04 Jun 2006 16:59:49 +0100 From: Ian Dowse Message-ID: <200606041659.aa25650@nowhere.iedowse.com> Cc: freebsd-usb@freebsd.org Subject: Re: eagleflash problem on 6.x X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 15:59:54 -0000 In message <200606031329.29145.hselasky@c2i.net>, Hans Petter Selasky writes: >This can be fixed by doing a: > >ifconfig ural0 down >ifconfig ural0 up > >I will try to fix this problem during the summer. > >By the way, if any USB developers are interested in helping out, porting all >the old USB device drivers to my new and Giant-free USB API, then please drop >me an e-mail. The current status of the work progress can be obtained by >browsing to: What would be very useful is if we could separate out both bug fixes and new features (e.g. EHCI isoc support) and get them committed to -current independent of the locking and reorganisation work, since they can easily be tested and MFC'd. I have a limited amount of time but I am interested in helping getting bug fixes and new features into the -current tree. BTW, when converting existing drivers in your p4 tree it would be really helpful to keep unrelated changes to an absolute minimum - these kind of diffs don't help anyone figure out what bugs you've fixed or what was involved in changing to your new API... http://perforce.freebsd.org/fileDiffView.cgi?FSPC=%2F%2Fdepot%2Fprojects%2Fusb%2Fsrc%2Fsys%2Fdev%2Fusb%2Fums.c&ACT=edit&REV=4&REV2=1&Go=Go http://perforce.freebsd.org/fileDiffView.cgi?FSPC=%2F%2Fdepot%2Fprojects%2Fusb%2Fsrc%2Fsys%2Fdev%2Fusb%2Fugen.c&ACT=edit&REV=3&REV2=1&Go=Go Is there any driver there where the diffs show what was involved in the conversion, or information about what in general needs to be changed to use your API? Ian