From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 10:53:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C1416A4D2 for ; Mon, 9 Feb 2004 10:53:52 -0800 (PST) Received: from thunderbird.etv.net (thunderbird.etv.net [208.14.190.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8DF43D31 for ; Mon, 9 Feb 2004 10:53:52 -0800 (PST) (envelope-from lists@efinley.com) Received: from [205.161.203.50] (helo=science1) by thunderbird.etv.net with smtp (Exim 4.30; FreeBSD) id 1AqGXY-0008yD-5B; Mon, 09 Feb 2004 11:53:52 -0700 Message-ID: <017901c3ef3e$0ec99a90$32cba1cd@science1> From: "Elliot Finley" To: , References: <014d01c3ef38$64eaeab0$32cba1cd@science1> <1076351837.79673.1.camel@kaiser.sig11.org> Date: Mon, 9 Feb 2004 11:53:45 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: boot hang with tag=RELENG_5_2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Elliot Finley List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 18:53:53 -0000 Is the fix going to be MFC into the RELENG_5_2 branch? ----- Original Message ----- From: "Matteo Riondato" To: Sent: Monday, February 09, 2004 11:37 AM Subject: Re: boot hang with tag=RELENG_5_2 > this is with tag=RELENG_5_2 as of Feb. 8 > > I have a CD burner as my primary slave. It shows up in dmesg like: > > acd0: CDRW at ata0-slave PIO4 > > booting hangs with: > > ata0-slave : TIMEOUT - SETFEATURES SET TRANSFER MODE retrying (0 retries > left) > ata0-slave : TIMEOUT - SETFEATURES SET TRANSFER MODE retrying (0 retries > left) > > but if I have a CD in the drive it boots just fine. No > errors/warnings/freezes. > > Elliot It's a known problem. Søren committed a workaround for this on HEAD, and he is trying to understand what's wrong with LiteOn drives. Regards