From owner-freebsd-amd64@FreeBSD.ORG Thu Aug 6 07:47:30 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27588106564A; Thu, 6 Aug 2009 07:47:30 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id D700D8FC08; Thu, 6 Aug 2009 07:47:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 8D75B3F4A7; Thu, 6 Aug 2009 09:29:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at vistream.de Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nIlPJzEpMuKB; Thu, 6 Aug 2009 09:28:59 +0200 (CEST) Received: from nibbler.vistream.local (relay3.vistream.de [87.139.10.28]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 39A193F4AE; Thu, 6 Aug 2009 09:28:59 +0200 (CEST) Message-ID: <4A7A863A.7080608@kasimir.com> Date: Thu, 06 Aug 2009 09:28:58 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3pre) Gecko/20090805 Shredder/3.0b4pre MIME-Version: 1.0 To: stickybit@gmx.net References: <200908052217.06935.stickybit@gmx.net> In-Reply-To: <200908052217.06935.stickybit@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: [regression] 8.0-CURRENT amd64: SATA disks not attaching, MCP55 controller X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 07:47:30 -0000 On 8/5/09 10:17 PM, Sticky Bit wrote: > Hello, > > I have a similar problem with 8.0-CURRENT amd64 like described in PR 128686 > and PR 132372 and several older ones. Short: SATA disks will not attach. > > Some example (please see full logs below): > > [...] > ata3: Identifying devices: 00000001 > ata3: New devices: 00000001 > ata3: reiniting channel .. > ata3: SATA connect time=0ms status=00000123 > ata3: reset tp1 mask=01 ostat0=58 ostat1=00 > ata3: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 > ata3: reset tp2 stat0=50 stat1=00 devices=0x1 > ata3: reinit done .. > unknown: FAILURE - ATA_IDENTIFY timed out LBA=0 > [...] > > SATA 300 controller is a MCP55 (ULTRA, not SLI) chip, which is working without > any problems for years. Works fine with recent RELENG_7 amd64, but not with > RELENG_8 amd64. > > RELENG_8 i386 seems to attach the disks. So it looks like an amd64 only bug. > Hi, i had the same problem with MCP55 on amd64, i tried the new ahci module but to no avail. However if you set hw.pci.mcfg=0 the disks are found by the normal ata driver (this is already mentioned in one of the PRs). Cheers, Florian