From owner-freebsd-current@FreeBSD.ORG Wed Nov 7 05:44:11 2007 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 8D2A716A41A; Wed, 7 Nov 2007 05:44:11 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.223.87]) by mx1.freebsd.org (Postfix) with ESMTP id 1DF3613C4B2; Wed, 7 Nov 2007 05:44:09 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([77.72.136.145]:16354 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S8373812AbXKGFoC (ORCPT + 3 others); Wed, 7 Nov 2007 08:44:02 +0300 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: bu7cher Message-ID: <47315094.6080405@yandex.ru> Date: Wed, 07 Nov 2007 08:43:48 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Scott Long References: <200711041119.45971.jrh29@alumni.cwru.edu> <472DD231.9030501@gmail.com> <472E67CC.9040201@delphij.net> <472E4FF0.3080801@gmail.com> <472EB211.7050001@delphij.net> <472EEADF.1000008@gmail.com> <472F466E.8050405@delphij.net> <472F5846.1020304@gmail.com> <472F5D9A.9050900@delphij.net> <20071106153509.GB91218@eos.sc1.parodius.com> <47308E19.70507@samsco.org> In-Reply-To: <47308E19.70507@samsco.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: "Aryeh M. Friedman" , Justin Hibbits , Jeremy Chadwick , freebsd-current@freebsd.org, d@delphij.net, "Sean C. Farley" , =?KOI8-R?Q?S=3Fren_Schmidt?= Subject: Re: [ANNOUNCEMENT] Wiki for discussing P35/IHC9(R)/SATA issues set up X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 07 Nov 2007 05:44:11 -0000 Scott Long wrote: > SATA II does not automatically mean 3GHz link speed. It's just an > umbrella term meaning that the drive implements one or more features > defined in SATA-2. It's similar to the mis-representation in the USB > world of what USB 2.0 means. If i right understand our driver code, the cause of problem is in the driver. There is two ways in the code path for ther ICH9 support: 1. AHCI mode. 2. Legacy mode. As i see from pciconf and dmesg output Aryeh's hardware not determined as an AHCI and driver use legacy way for interact with controller. In this case driver don't use any of SATA method's and can't determine drives speed. -- WBR, Andrey V. Elsukov