From owner-freebsd-current@FreeBSD.ORG Tue Aug 24 10:04:42 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 5DE9816A4CE for ; Tue, 24 Aug 2004 10:04:42 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B542E43D1D for ; Tue, 24 Aug 2004 10:04:41 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7OA4elm025617; Tue, 24 Aug 2004 12:04:40 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <412B129E.9030208@DeepCore.dk> Date: Tue, 24 Aug 2004 12:04:14 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ulrich Spoerlein References: <4129EE0E.7080606@veldy.net> <20040824085552.GA25548@galgenberg.net> In-Reply-To: <20040824085552.GA25548@galgenberg.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: "Thomas T. Veldhouse" cc: freebsd-current@freebsd.org Subject: Re: FREEBSD-5.3BETA hard hang during hardware probe from CD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Aug 2004 10:04:42 -0000 Ulrich Spoerlein wrote: > On Mon, 23.08.2004 at 08:15:58 -0500, Thomas T. Veldhouse wrote: >=20 >>I downloaded the miniinstall and booted it. The install booted alright= =20 >>and started probing hardware. There is a hard hang at the point it=20 >>attempts to probe my DVD reader/burner [on acd1]. I have to pull the=20 >>power. There is a message indicating an ATAPI delay of 30 and 50=20 >>microseconds before the final failed probe. >=20 >=20 > This is just a /me too. Been running CURRENT on this laptop since the > gcc 3.4 import and the DVD gets probed around half the time. The other > half, the boot process stops after the ATAPI_RESET message and the > Dics/CD LED is on. >=20 > Sadly I haven't yet made a verbose boot while it hung. It looks like > every time I try a verbose boot, the probe succeeds. Strange indeed. Upgrade /sys/dev/ata to whats in -current, I should have fixed it there. -S=F8ren