From owner-freebsd-stable@FreeBSD.ORG Wed Jun 6 21:41:22 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C62CD16A41F for ; Wed, 6 Jun 2007 21:41:22 +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 68E2C13C48A for ; Wed, 6 Jun 2007 21:41:22 +0000 (UTC) (envelope-from ubm@u-boot-man.de) Received: from ubm.mine.nu (p57AE2333.dip0.t-ipconnect.de [87.174.35.51]) (authenticated bits=0) by mail.upper.net (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id l56LfKa0013868 for ; Wed, 6 Jun 2007 23:41:20 +0200 Date: Wed, 6 Jun 2007 23:45:25 +0200 From: Marc "UBM" Bocklet To: freebsd-stable@freebsd.org Message-Id: <20070606234525.06fb4ee5.ubm@u-boot-man.de> 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: Western Digital MyBook 250GB USB takes *really* long to be recognized X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 21:41:22 -0000 Hiho! ;-) I just bought a Western Digital MyBook 250GB external USB 2.0 drive and I stumbled upon the problem mentioned in: kern/107495: Fix long wait before WD My Book 250GB (USB) is recognized There's a patch attached to that PR, which I applied, but it didn't help. FreeBSD version is FreeBSD ubm.mine.nu 6.2-STABLE FreeBSD 6.2-STABLE 4: Wed Jun 6 19:58:12 CEST 2007 Symptoms are as follows: when I plug the drive in, it is immediately recognized by umass as: umass0: Western Digital External HDD, rev 2.00/1.08, addr 2 About 10 to 15 minutes later, cam kicks in and recognizes it as: da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 238475MB (488397168 512 byte sectors: 255H 63S/T 30401C) >From that point onwards, everything works fine, I just finished rsyncing my entire home directory (about 40gb) to the disk with ehci enabled. I'm just curious if there is anything to be done about the long delay? (not that I care that much, drive is attached to my "server", so it won't be unplugged or be turned off very soon :-)) Thanks in advance! :-) Bye Marc