From owner-freebsd-amd64@FreeBSD.ORG Tue May 4 12:35:35 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A89316A4CE for ; Tue, 4 May 2004 12:35:35 -0700 (PDT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 757B143D1F for ; Tue, 4 May 2004 12:35:34 -0700 (PDT) (envelope-from marcolz@stack.nl) Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132]) by mailhost.stack.nl (Postfix) with ESMTP id 7E1661F001; Tue, 4 May 2004 21:35:33 +0200 (CEST) Received: by turtle.stack.nl (Postfix, from userid 333) id 47CAA1CD60; Tue, 4 May 2004 21:35:33 +0200 (CEST) Date: Tue, 4 May 2004 21:35:33 +0200 From: Marc Olzheim To: S??ren Schmidt Message-ID: <20040504193533.GA92558@stack.nl> References: <007e01c417eb$6691ef90$122aa8c0@skon2> <406C29F9.3070705@DeepCore.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <406C29F9.3070705@DeepCore.dk> X-Operating-System: FreeBSD turtle.stack.nl 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 X-URL: http://www.stack.nl/~marcolz/ User-Agent: Mutt/1.5.6i cc: freebsd-amd64@freebsd.org Subject: Re: ATA driver cannot detect the Serial ATA disk in FreeBSD/AMD64-Current X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 19:35:35 -0000 On Thu, Apr 01, 2004 at 04:40:57PM +0200, S??ren Schmidt wrote: > >Old ata driver could detect the disk. Below the verbose message on > >bootstrap: > > Please try this patch: > > Index: ata-pci.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/ata/ata-pci.c,v > retrieving revision 1.77 > diff -u -r1.77 ata-pci.c > --- ata-pci.c 17 Mar 2004 17:50:27 -0000 1.77 > +++ ata-pci.c 1 Apr 2004 14:40:00 -0000 > @@ -546,8 +546,6 @@ > ch->device[MASTER].setmode = ctlr->setmode; > ch->device[SLAVE].setmode = ctlr->setmode; > ch->locking = ctlr->locking; > - if (ch->reset) > - ch->reset(ch); > return ata_probe(dev); > } This patch still has to be applied to be able to boot on my AMD64... Maybe it should be committed ? Marc