From owner-freebsd-questions@FreeBSD.ORG Tue Oct 10 01:02:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B60D16A415 for ; Tue, 10 Oct 2006 01:02:25 +0000 (UTC) (envelope-from juhasaarinen@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F41743DA9 for ; Tue, 10 Oct 2006 01:02:14 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1669462wxd for ; Mon, 09 Oct 2006 18:02:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TAJ/13nhhZzOOYOx6nIbWHzYF1StJZJQ1Noau7dfpqMdlxz0GoeXCyq7HTwxZPIqP9D/ZNCR6BrErM4suuy1s26Yqk5TwDpGRTIO73fspeLd1CaFKEOyoArgN96p0dhBquCoPpkvbWs5KjQ76jPCHznKzzkV6WrPlUlyXXAjC7s= Received: by 10.90.25.3 with SMTP id 3mr3323635agy; Mon, 09 Oct 2006 18:02:13 -0700 (PDT) Received: by 10.90.63.8 with HTTP; Mon, 9 Oct 2006 18:02:13 -0700 (PDT) Message-ID: Date: Tue, 10 Oct 2006 14:02:13 +1300 From: "Juha Saarinen" To: "Antony Mawer" In-Reply-To: <452AEA98.2030409@mawer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <452AEA98.2030409@mawer.org> Cc: FreeBSD questions Subject: Re: AHCI support in 6.1-RELEASE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 01:02:25 -0000 On 10/10/06, Antony Mawer wrote: > Most likely this renumbers the drivers, so you go from your hard drive > showing as eg. ad0 to ad4. You will need to edit /etc/fstab as > appropriate to match what the drive is showing up as after changing to > AHCI mode. Yep... exactly like that - from ad0 to ad4. Worked perfectly. Thank you very much, it didn't occur to me that there would be driver renumbering when switching to AHCI. Oddly enough, even though the drive is connected to SATA port 0 on the motherboard, it shows up as being on ATA channel 2, Master. According to atacontrol, I have six ATA channels on the box, 0-5. Doesn't seem quite logical that the driver should be renumbered as ad4, but... if it works, I don't care. -- Juha