Date: Sun, 27 Jul 2008 06:25:24 -0700 From: Xin LI <delphij@delphij.net> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: ata(4): Call for ICH10 owners' test Message-ID: <488C7744.2000207@delphij.net>
next in thread | raw e-mail | index | archive | help
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 <delphij@delphij.net> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?488C7744.2000207>