From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 1 10:51:45 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2AD91065675 for ; Thu, 1 Apr 2010 10:51:45 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 544AE8FC16 for ; Thu, 1 Apr 2010 10:51:44 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so302192fga.13 for ; Thu, 01 Apr 2010 03:51:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=uX9eMQFftQcd7256H1ZgZXpdUw16PDCRZNf1LDexjkc=; b=OgVkX4+DhnqTwEIxg/GtsEwlshlEqesX4/Rjg6USu+gW537voOj9lmWZNDL7nAe7iU lflEkhX110iaZAhDkSldPqlpEGxh05is0xydQcV/EIwm6csLqSnYCGsAVqG+28qBf19N ijPN4dDEyLHfhZljYwMW1qXk7SYEg+O7/lxuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=XP/rHNcKHOjblrQVxi7Cb7CF5NS0V+hJhYYGl3c96+RhuyymtdFYA9BMX/I4WPTADp yfI2zS6rSJ5WBnmHt6hQr9P0Mp5zbGdA/0VTUHAqI7/Okn5o5LAWyIbyAYl/FZtPtGRw bY5p3ukWtlg22rddzA5mOVrvniEHvAkB10tsM= Received: by 10.87.17.34 with SMTP id u34mr1876449fgi.10.1270119104031; Thu, 01 Apr 2010 03:51:44 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 14sm5511656fxm.13.2010.04.01.03.51.43 (version=SSLv3 cipher=RC4-MD5); Thu, 01 Apr 2010 03:51:43 -0700 (PDT) Sender: Alexander Motin Message-ID: <4BB47ABE.8080903@FreeBSD.org> Date: Thu, 01 Apr 2010 13:51:42 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: Ali Mashtizadeh References: <1270113802.00236306.1270102201@10.7.7.3> In-Reply-To: <1270113802.00236306.1270102201@10.7.7.3> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: AHCI Driver on ICH7 (27c08086) Chipset X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2010 10:51:45 -0000 Ali Mashtizadeh wrote: > I have a new motherboard with an ICH7 chipset (G41) and the ata driver > recognizes it as ATA_I82801GB_S1 (PCI ID 27c08086), but this card does > not seem to work with the AHCI. Can anyone point me to why this is the > case? I really need NCQ working for this machine. Most of ICH7 chipsets (especially on cheap boards) do not support AHCI mode. Only ICH7R and ICH7M do, if BIOS is so kind to enable it. -- Alexander Motin