From owner-freebsd-current@FreeBSD.ORG Sun Mar 8 18:37:14 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54A391065696 for ; Sun, 8 Mar 2009 18:37:14 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 2DAC98FC19 for ; Sun, 8 Mar 2009 18:37:14 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id DB21733C62; Sun, 8 Mar 2009 11:37:13 -0700 (PDT) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 6171233C5B; Sun, 8 Mar 2009 11:37:13 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18868.4185.95172.261233@almost.alerce.com> Date: Sun, 8 Mar 2009 11:37:13 -0700 To: Wes Morgan In-Reply-To: References: <18867.1464.374096.420552@almost.alerce.com> X-Mailer: VM 8.0.12 under 22.1.50.1 (i386-apple-darwin8.11.1) X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Sun, 08 Mar 2009 19:35:23 +0000 Cc: freebsd-current@freebsd.org, George Hartzell Subject: Re: Am I using atacontrol attach properly? (sata hotplug issue). X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2009 18:37:18 -0000 Wes Morgan writes: > On Sat, 7 Mar 2009, George Hartzell wrote: > > > I have a Gigabyte GA-6KIEH-RH motherboard. It has 5 SATA ports, 4 > > attached to a Sil 3114 controller and 1 attach to an ICH8m. The > > system is running -CURRENT from yesterday. > > > > I have two disks attaching as ad4 and ad6 to ata2 and ata3 resp. > > > > I can set ACHI mode for ICH8m in the BIOS. When I do not enable it, > > the 5th SATA conector shows up as slave on ata6. When I do enable it > > the 5th connector shows up as master on ata8. > > > > If I boot without anything connected to the fifth port, then connect a > > drive I thought that the following should work to get the drive > > recognized: > > > > sudo atacontrol detach ata8 > > sudo atacontrol attach ata8 > > I'm able to hot-plug new and hot-swap existing drives on an ICH7 > controller, on -current. Have you also tried a reinit? I have tried reinit without any success. I also just rearranged connectors and tried adding a new drive to one of the Sil 3114 without any luck. g.