From owner-freebsd-current@FreeBSD.ORG Tue Aug 26 12:28:49 2003 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 52A1E16A4BF for ; Tue, 26 Aug 2003 12:28:49 -0700 (PDT) Received: from fed1mtao02.cox.net (fed1mtao02.cox.net [68.6.19.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9805D43FD7 for ; Tue, 26 Aug 2003 12:28:48 -0700 (PDT) (envelope-from xcas@cox.net) Received: from localhost.bsd-unix.org ([68.2.130.120]) by fed1mtao02.cox.netSMTP <20030826192845.ZRVU15700.fed1mtao02.cox.net@localhost.bsd-unix.org>; Tue, 26 Aug 2003 15:28:45 -0400 Date: Tue, 26 Aug 2003 12:28:35 -0700 From: "Greg J." To: Bruce Evans Message-Id: <20030826122835.0d560625.xcas@cox.net> In-Reply-To: <20030827025058.F914@gamplex.bde.org> References: <200308240927.h7O9R5XJ065453@spider.deepcore.dk> <20030826112759.GC66052@mail.evip.pl> <20030827025058.F914@gamplex.bde.org> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: bsd@w.evip.pl cc: sos@spider.deepcore.dk cc: current@freebsd.org Subject: Re: HEADS UP! ATAng committed 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, 26 Aug 2003 19:28:49 -0000 On Wed, 27 Aug 2003 03:10:27 +1000 (EST) Bruce Evans wrote: > On Tue, 26 Aug 2003, Wiktor Niesiobedzki wrote: > > > On Sun, Aug 24, 2003 at 11:27:05AM +0200, Soren Schmidt wrote: > > > > > > ATAng has just been committed. You need to make world after this > > > update as atacontrol etc needs to pick up the changes. > > > > > After updating to ATAng my DVD drive isn't detected. I get following > > message: ata1-slave: FAILURE - ATA_IDENTIFY > > status=51 error=4 > > Try backing out rev.1.5 of ata-lowlevel.c. It clobbers the signature > of all 3 atapi drives on one of my systems here. This results the > atapi drives being further probed as ata drives and the probe soon > fails with the above error. Confirmed.. I went back to 'src/sys/dev/ata/ata-lowlevel.c,v 1.4' and all is well again.