From owner-freebsd-stable@FreeBSD.ORG Thu Oct 30 23:00:43 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E43FE1065670; Thu, 30 Oct 2008 23:00:43 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 925D78FC0C; Thu, 30 Oct 2008 23:00:43 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 1DDCB6187; Thu, 30 Oct 2008 19:00:42 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1225407642; bh=/eefmuNcvZQgdI Ld2YvorRDGvVczzWpD5GJZr/i0DNo=; h=Message-ID:Date:From:MIME-Version: To:CC:Subject:References:In-Reply-To:Content-Type: Content-Transfer-Encoding; b=eHhZ9V88jYm4nPWi0XLldBnNkiglJV9G/5G3i zbAsipdZLW1UKXjfZTzMuosrF/MglDwbNnH7NyNAf60OJvVW2/ipm/6EN/DJdG2woed sfMrfThoFCoG7cmvR7qYKqpp DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=gsMt/NoHCE2M3y38mBW9uQrX2u/2WAmCCzCKZG0YVDq0HzsoodPo2zzCcdQK+5Uf1 SXG+HLsbi+aDYFJregfzTZlYoN97obIKF1gxsya2ABIixxnZvwfqB8mOwJQ6kU1 Message-ID: <490A3C95.1050405@protected-networks.net> Date: Thu, 30 Oct 2008 19:00:37 -0400 From: Michael Butler User-Agent: Thunderbird 2.0.0.17 (X11/20081021) MIME-Version: 1.0 To: Jeremy Chadwick References: <490A0A35.8040109@protected-networks.net> <490A1D74.10008@delphij.net> <20081030224519.GA15921@icarus.home.lan> In-Reply-To: <20081030224519.GA15921@icarus.home.lan> X-Enigmail-Version: 0.95.7 OpenPGP: id=0442D492 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: FreeBSD stable , =?ISO-8859-1?Q?Schmidt?= , =?ISO-8859-1?Q?S=F8ren_?= Subject: Re: ICH7M limited to SATA-150? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 23:00:44 -0000 Jeremy Chadwick wrote: > On Thu, Oct 30, 2008 at 01:47:48PM -0700, Xin LI wrote: >> Personally I don't really think ICH7M is capable to do SATA-300. Intel >> datasheet 307013, page 191 says: >> >> Supported Supported >> 3 Gb/s Transfer Rate >> (Desktop Only) (Desktop Only) >> >> My understanding is that ICH7- *M* does not support SATA-300 at all. > > Xin Li is correct -- the mobile version doesn't do SATA300. Then there is a correction required to /sys/dev/ata/ata_chipset.c - mine identifies itself as: atapci0@pci0:0:31:2: class=0x010180 card=0xff101179 chip=0x27c48086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller' class = mass storage subclass = ATA .. where 0x27c4 is "legacy" mode and 0x27c5 is AHCI mode, Michael