From owner-freebsd-current@FreeBSD.ORG Thu May 20 10:35:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3401716A4CE for ; Thu, 20 May 2004 10:35:45 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28ED943D1F for ; Thu, 20 May 2004 10:35:45 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 14CC672DCB; Thu, 20 May 2004 10:35:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 1212872DB5; Thu, 20 May 2004 10:35:45 -0700 (PDT) Date: Thu, 20 May 2004 10:35:45 -0700 (PDT) From: Doug White To: Forrest Aldrich In-Reply-To: <40A655A2.5010706@forrie.com> Message-ID: <20040520103419.C79069@carver.gumbysoft.com> References: <40A655A2.5010706@forrie.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: dmesg for ATA devices (SATA) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 17:35:45 -0000 On Sat, 15 May 2004, Forrest Aldrich wrote: > I adjusted my BIOS (SOYO Dragon Platinum) to enable only the Primary IDE > + SATA and now I can see all drives on FreeBSD-5-CURRENT. However, the > dmesg output looks a little weird: > > ad2: 76319MB [155061/16/63] at ata1-master SATA150 > ad3: 76319MB [155061/16/63] at ata1-slave SATA150 > ad4: 76319MB [155061/16/63] at ata2-master SATA150 > ad6: 76319MB [155061/16/63] at ata3-master SATA150 Seems right to me: ad2 and ad3 are on the chipset ATA controller and are being run through a parallel-serial converter. ad4 and ad6 are native sata ports. A full dmesg or 'atacontrol list' would tell you for sure. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org