From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 11:14:33 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 8F39016A4CE for ; Mon, 30 Aug 2004 11:14:33 +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 E35C143D60 for ; Mon, 30 Aug 2004 11:14:32 +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 i7UBEVVr098049; Mon, 30 Aug 2004 13:14:31 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <41330BF7.9080704@DeepCore.dk> Date: Mon, 30 Aug 2004 13:13:59 +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: "Alexander S. Usov" References: <200408301251.38700.A.S.Usov@kvi.nl> In-Reply-To: <200408301251.38700.A.S.Usov@kvi.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: freebsd-current@freebsd.org Subject: Re: 5.3-BETA2 hangs during cdrom detection 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: Mon, 30 Aug 2004 11:14:33 -0000 Alexander S. Usov wrote: > Hi! >=20 > I have a problems installing 5.3-BETA1 & BETA2 on my pc. >=20 > The configuration is like this: > motherboard -- AOpen AX4GR based on i845G and ICH4. > On the first ide channel there is an HDD, and on the second channel -- = CDROM. > I am not sure about the exact model, but FreeBSD 5.2.1-p9 detects it as= =20 > . >=20 > The problem is, that FreeBSD somehow incorrectly detects the absence of= the=20 > slave device on the second ata channel, and tries to detect it. > On 5.2.1 it looks like this: > ..... > ad0: 76345MB [155114/16/63] at ata0-master UDMA100 > ata1-slave: FAILURE - ATA_IDENTIFY no interrupt > ata1-slave: FAILURE - ATA_IDENTIFY status=3D7f CORRECTABLE,INDEX,ERROR> error=3D7f NID_NOT_FOUND,MEDIA_CHANGE_REQEST,ABORTED,NO_MEDIA,ILLEGAL_LENGTH> LBA=3D= 0 > ata1-slave: FAILURE - ATA_IDENTIFY no interrupt > acd0: CDROM at ata1-master WDMA2 > ...... >=20 > With 5.3 I am getting only the=20 > ata1-slave: FAILURE - ATA_IDENTIFY status=3D7f CORRECTABLE,INDEX,ERROR> error=3D 7f NID_NOT_FOUND,MEDIA_CHANGE_REQEST,ABORTED,NO_MEDIA,ILLEGAL_LENGTH> LBA=3D= 0 > and it hangs. > I have tried replacing the cdrom with different hdd and putting in as a= slave=20 > on the first channel -- both cases work. This has been fixed in -current some time ago, but has not been MFC'd to = the RELENG_5 branch yet... -S=F8ren