From owner-cvs-all@FreeBSD.ORG Sat Apr 19 01:50:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A30C106566C; Sat, 19 Apr 2008 01:50:36 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 9454E8FC1B; Sat, 19 Apr 2008 01:50:35 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m3J1oXbW042375; Sat, 19 Apr 2008 05:50:33 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1208569833; bh=0L1TA05UxVMp2prxv3jJ7f7OU5UcZIMy61n8byt ESOY=; l=404; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To; b=ZgsctqsA+gC2zHNPFtYlGULw58JtfkWYar6djYSGKsxgrHPzP9llWUw+617zf4CVM JALIg8vulsc1k7UGbEJ3vy5JvIYeqfNu4/cHjIF+On9osMPWvRbN2+15heaPv2ZArY1 PBBvyK9ROZIQ3UxXnNHRs93DPXnc4AI2GtGdsH4= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m3J1oWFv042374; Sat, 19 Apr 2008 05:50:32 +0400 (MSD) (envelope-from ache) Date: Sat, 19 Apr 2008 05:50:31 +0400 From: Andrey Chernov To: =?koi8-r?Q?S=F8ren?= Schmidt Message-ID: <20080419015030.GA42329@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , =?koi8-r?Q?S=F8ren?= Schmidt , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200804181515.m3IFF6Nr005172@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200804181515.m3IFF6Nr005172@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-dma.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2008 01:50:36 -0000 On Fri, Apr 18, 2008 at 03:15:04PM +0000, Søren Schmidt wrote: > Modified files: > sys/dev/ata ata-all.c ata-dma.c > Log: > Fix the breakage that caused AHCI devices to vanish. Editor droppings :( Even with this change ATA driver still can't mount root. ata* disks are not visible through mountroot '?' command too. ICH6, AHCI mode, ATA_STATIC_ID -- http://ache.pp.ru/