From owner-freebsd-current@FreeBSD.ORG Tue Jul 10 08:51:51 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7D1E16A469 for ; Tue, 10 Jul 2007 08:51:51 +0000 (UTC) (envelope-from ubm@u-boot-man.de) Received: from mail.upper.net (mail.upper.net [62.75.224.33]) by mx1.freebsd.org (Postfix) with ESMTP id 76E2D13C455 for ; Tue, 10 Jul 2007 08:51:51 +0000 (UTC) (envelope-from ubm@u-boot-man.de) Received: from ubm.mine.nu (p57AE3FD7.dip0.t-ipconnect.de [87.174.63.215]) (authenticated bits=0) by mail.upper.net (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id l6A8poLw010749 for ; Tue, 10 Jul 2007 10:51:50 +0200 Date: Tue, 10 Jul 2007 10:57:48 +0200 From: Marc "UBM" Bocklet To: freebsd-current@freebsd.org Message-Id: <20070710105748.e8b697fa.ubm@u-boot-man.de> In-Reply-To: <200707050405.l6545vrO086595@repoman.freebsd.org> References: <200707050405.l6545vrO086595@repoman.freebsd.org> X-Mailer: Sylpheed 2.4.0 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 08:51:51 -0000 On Thu, 5 Jul 2007 04:05:52 +0000 (UTC) Warner Losh wrote: > imp 2007-07-05 04:05:52 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb umass.c usbdevs > Log: > Add support for Western Digital MyBook external enclosures. They > need this quirk to work. > > Submitted by: Dierk Sacher > PR: usb/99419 > Approved by: re (blanket) > > Revision Changes Path > 1.159 +4 -0 src/sys/dev/usb/umass.c > 1.317 +6 -0 src/sys/dev/usb/usbdevs > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" Thanks a lot! :-) For the record, this fixes the long wait (approx. 20min) before the drive inside the enclosure is detected by the scsi layer. Bye Marc