From owner-freebsd-current@FreeBSD.ORG Sun Jul 27 13:25:35 2008 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 B7A57106564A for ; Sun, 27 Jul 2008 13:25:35 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (unknown [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5236F8FC08 for ; Sun, 27 Jul 2008 13:25:35 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [211.166.10.233]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 4347F28448 for ; Sun, 27 Jul 2008 21:25:34 +0800 (CST) Received: from localhost (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id DC946EC3C85; Sun, 27 Jul 2008 21:25:33 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by localhost (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with ESMTP id zLrijuClwUG9; Sun, 27 Jul 2008 21:25:28 +0800 (CST) Received: from charlie.delphij.net (c-69-181-135-56.hsd1.ca.comcast.net [69.181.135.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id F4233EC3ABA; Sun, 27 Jul 2008 21:25:27 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:subject:x-enigmail-version:openpgp:content-type; b=hs6tZ2jwEwuKkJFwixi8UXRQWgrbgQAfWUEwyMjV8mr+PvZNJAAdf+QcyEK8v1x5P FUrbiWuHtEK/ZYYiEJvqg== Message-ID: <488C7744.2000207@delphij.net> Date: Sun, 27 Jul 2008 06:25:24 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.16 (X11/20080725) MIME-Version: 1.0 To: FreeBSD Current X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: multipart/mixed; boundary="------------080709070109080801050305" Subject: ata(4): Call for ICH10 owners' test X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2008 13:25:35 -0000 This is a multi-part message in MIME format. --------------080709070109080801050305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have added ICH10 PCI IDs according to Intel's specification. Testing appreciated. If possible please test 6 devices with IDE compatible, AHCI and RAID modes, thank you! Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkiMd0QACgkQi+vbBBjt66BL8ACeL8gRdofjCWEXXtC8SUQu8fR7 VDUAoKYhyDRqMupoMYSCBt5G0oZ1ZRw/ =h1r7 -----END PGP SIGNATURE----- --------------080709070109080801050305 Content-Type: text/plain; name="patch-ata-ich10.diff" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="patch-ata-ich10.diff" Index: ata-chipset.c =================================================================== --- ata-chipset.c (版本 180815) +++ ata-chipset.c (工作副本) @@ -2139,6 +2139,10 @@ { ATA_I82801IB_AH4, 0, AHCI, 0x00, ATA_SA300, "ICH9" }, { ATA_I82801IB_AH6, 0, AHCI, 0x00, ATA_SA300, "ICH9" }, { ATA_I82801IB_R1, 0, AHCI, 0x00, ATA_SA300, "ICH9" }, + { ATA_I82801JIB_S1, 0, 0, 0x00, ATA_SA300, "ICH10" }, + { ATA_I82801JIB_AH6,0, AHCI, 0x00, ATA_SA300, "ICH10" }, + { ATA_I82801JIB_R1, 0, AHCI, 0x00, ATA_SA300, "ICH10" }, + { ATA_I82801JIB_S2, 0, 0, 0x00, ATA_SA300, "ICH10" }, { ATA_I31244, 0, 0, 0x00, ATA_SA150, "31244" }, { 0, 0, 0, 0, 0, 0}}; Index: ata-pci.h =================================================================== --- ata-pci.h (版本 180815) +++ ata-pci.h (工作副本) @@ -183,6 +183,10 @@ #define ATA_I82801IB_AH4 0x29238086 #define ATA_I82801IB_R1 0x29258086 #define ATA_I82801IB_S2 0x29268086 +#define ATA_I82801JIB_S1 0x3a208086 +#define ATA_I82801JIB_AH6 0x3a228086 +#define ATA_I82801JIB_R1 0x3a258086 +#define ATA_I82801JIB_S2 0x3a268086 #define ATA_I31244 0x32008086 #define ATA_ITE_ID 0x1283 --------------080709070109080801050305--