From owner-freebsd-questions@FreeBSD.ORG Fri Feb 1 03:19:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 816CE16A41B for ; Fri, 1 Feb 2008 03:19:53 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 4CFCB13C458 for ; Fri, 1 Feb 2008 03:19:53 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDESK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id m113Jo9V077936; Thu, 31 Jan 2008 19:19:52 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Date: Thu, 31 Jan 2008 19:20:56 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <1491BD81F2234EC5A56622512C7343F4@Europa> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Thu, 31 Jan 2008 19:19:52 -0800 (PST) Cc: Subject: RE: SATA question 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: Fri, 01 Feb 2008 03:19:53 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Darryl Hoar > Sent: Tuesday, January 29, 2008 6:59 AM > To: freebsd-questions@freebsd.org > Subject: SATA question > > > Well, > maybe I spoke to soon. While looking at dmesg in prep for doing > a custom kernel for my new server, I noticed an oddity. > > ad4 - DMA limited to UDMA33, device found non-ata66 cable. > ad4 - > > Is this telling me the system recognized my > 160GB 7.2K RPM Serial ATA 3Gbps 3.5-in Cabled Hard Drive as > a UDMA33 ? > No doubt, a pciconf followed by insertion of the ID into the ata detection routines would help - assuming your sata chipset is supported. You don't have the entire dmesg here but it looks like it's using the generic driver. Ted