From owner-freebsd-usb@FreeBSD.ORG Sun Jun 4 16:13:53 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 5D7F816A507 for ; Sun, 4 Jun 2006 16:13:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C0543D45 for ; Sun, 4 Jun 2006 16:13:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k54GAejJ038850; Sun, 4 Jun 2006 10:10:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 04 Jun 2006 10:10:48 -0600 (MDT) Message-Id: <20060604.101048.776538523.imp@bsdimp.com> To: iedowse@iedowse.com From: "M. Warner Losh" In-Reply-To: <200606041659.aa25650@nowhere.iedowse.com> References: <200606031329.29145.hselasky@c2i.net> <200606041659.aa25650@nowhere.iedowse.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 16:14:00 -0000 In message: <200606041659.aa25650@nowhere.iedowse.com> Ian Dowse writes: : 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. That would be very helpful indeed! Warner