<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [IMPL] IT8211 ATA RAID Driver]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=5737</link>
		<description><![CDATA[The most recent posts in [IMPL] IT8211 ATA RAID Driver.]]></description>
		<lastBuildDate>Thu, 20 Sep 2012 03:51:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49272#p49272</link>
			<description><![CDATA[<p>Ah, i see that the ATAPI driver has your HWid.&nbsp; So, it&#039;s down to the signing that may only work with Vista64.&nbsp; You may find that signing is OK on a vanilla W7 pre-SP1 install (or not, yet i don&#039;t know if that may help).<br />I gather that the intermediate CA certificate didn&#039;t help?</p><p>&nbsp; For some &quot;outside-of-the-box&quot; thinking, here&#039;s hoping that the following may be an example.</p><p>&nbsp; The IT8211 ATAPI(IDE) driver seems to work on IT8212 RAID &quot;hardware&quot;.&nbsp; The RAID driver may satisfy code-signing requirements of the executable (the .sys file), despite it not having an embedded signature, nor a signed .inf file as long as no other driver exists on a clean installation that Windows would weigh as &quot;better&quot;.&nbsp; Why not try the RAID driver with a modified .inf, only containing your HWid?&nbsp; It was signed by &quot;Microsoft Windows Hardware Compatibility Publisher&quot; using 2048bit encryption.</p><p>&nbsp; Does this agree with the designated order you mentioned previously elsewhere in this forum, <span style="color: royalblue">mr_smartepants</span>?</p><div class="codebox"><pre><code>; 
; ITERAID2.INF
; 
; INF file of IT8212 ATA RAID controller for Windows 64-bit
; Copyright (c) 2004-2010 ITE Tech. Inc. All rights reserved
;
; modified as a test to solve a problem with certification on IT8211, without supporting RAID

[Version]
Signature=&quot;$Windows NT$&quot;
Provider=%ITE%
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Class=SCSIAdapter
CatalogFile=iteraid.cat
DriverVer=09/17/2007,1.7.2.9

[DestinationDirs]
DefaultDestDir = 12             ; DIRID_DRIVERS (this is IOSubsys on
                                ; Win95, and System32\Drivers on NT)

;
; Driver information
;

[Manufacturer]
%ITE%   = ITE.Mfg, Ntamd64, Ntia64

[ITE.Mfg]
%ITE.DeviceDesc0% = iteraid, PCI\VEN_1283&amp;DEV_8211&amp;SUBSYS_82111283	; 8211/DX

[ITE.Mfg.Ntamd64]
%ITE.DeviceDesc0% = iteraid, PCI\VEN_1283&amp;DEV_8211&amp;SUBSYS_82111283	; 8211/DX

[ITE.Mfg.Ntia64]
%ITE.DeviceDesc0% = iteraid, PCI\VEN_1283&amp;DEV_8211&amp;SUBSYS_82111283	; 8211/DX

;
; General installation section
;

[iteraid]
AddReg=iteraid.AddReg
CopyFiles=iteraid.Miniport
Reboot

[iteraid.AddReg]

;
; File sections
;

[iteraid.Miniport]
iteraid.sys

;
; Service Installation
;

[iteraid.Services]
AddService = iteraid, 0x00000002 , iteraid_Service_Inst, iteraid_EventLog_Inst

[iteraid_Service_Inst]
DisplayName    = %iteraid.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 0                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
LoadOrderGroup = SCSI Miniport
ServiceBinary  = %12%\iteraid.sys
AddReg         = pnpsafe_pci_addreg

[iteraid_EventLog_Inst]
AddReg = iteraid_EventLog_AddReg

[iteraid_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,&quot;%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\iteraid.sys&quot;
HKR,,TypesSupported,0x00010001,7

[pnpsafe_pci_addreg]
HKR, &quot;Parameters\PnpInterface&quot;, &quot;5&quot;, 0x00010001, 0x00000001

;
; Source file information
;

[SourceDisksNames]
1 = %InstallDisk%,,,&quot;&quot;

[SourceDisksFiles]
iteraid.sys = 1,,

[Strings]
ITE.DeviceDesc0 = &quot;ITE IT8212 ATA RAID Controller&quot;
InstallDisk = &quot;ITE IT8212 ATA RAID Controller Driver Diskette&quot;
ITE = &quot;ITE Tech. Inc.&quot;
iteraid.SvcDesc=&quot;ITERAID_Service_Install&quot;</code></pre></div><p>&nbsp; Even if this does work, don&#039;t expect RAID configuration from boot<br />&nbsp; &nbsp;(or even functional RAID - trying RAID could be messy, the silicon might simply not exist to support it, the RAID BIOS is definitely lacking from your mobo&#039;s BIOS).<br />&nbsp; <br />One other way this idea may break, is if the drive need be configured as JBOD prior to use.&nbsp; The &#039;crazy&#039; .inf file may be another.&nbsp; The embedded HWid in silicon may be yet another, as the chip-maker likely had a forward eye to make this very idea impossible.</p><p>How forward-thinking was the naming of this topic, started by <span style="color: royalblue">predator2003</span>?</p><p>&nbsp; If anybody can expand upon this or other ideas to solve this issue with IT8211 controllers,<br /> please join the forum and reply.&nbsp; Otherwise, i would simply recommend that this driver be in the Vista-Only folder in the x64 pack, if it is not already.</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Thu, 20 Sep 2012 03:51:44 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49272#p49272</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49269#p49269</link>
			<description><![CDATA[<p>Well, the driver in DP_MassStorage_wnt6-x64_1208\x64\All\M\ITE\2\ is slightly newer and matches your HWID.<br />I&#039;m not sure why it doesn&#039;t work other than to echo TechDud&#039;s comments about driver signing.&nbsp; Win7 x64 is super-critical about signed drivers and will ignore ones that are not signed or improperly signed.<br />Using the /ForceUnsigned command would be required for this old driver since it&#039;s certificate is probably expired and it was designed for XP/Vista anyway.</p><p>Let us know if you find a driver that works under normal conditions and I&#039;ll add it to the packs.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Wed, 19 Sep 2012 19:19:53 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49269#p49269</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49262#p49262</link>
			<description><![CDATA[<div class="quotebox"><cite>TechDud wrote:</cite><blockquote><p>Along with any reply, would you <span class="bbu">please post your HWid&#039;s</span>?</p></blockquote></div><p>do you mean this stuff?</p><p>PCI\VEN_1283&amp;DEV_8211&amp;SUBSYS_82111283&amp;REV_11<br />PCI\VEN_1283&amp;DEV_8211&amp;SUBSYS_82111283<br />PCI\VEN_1283&amp;DEV_8211&amp;CC_018000<br />PCI\VEN_1283&amp;DEV_8211&amp;CC_0180</p>]]></description>
			<author><![CDATA[null@example.com (sleepydog)]]></author>
			<pubDate>Tue, 18 Sep 2012 20:48:32 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49262#p49262</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49251#p49251</link>
			<description><![CDATA[<p>the link to the HWid&#039;s tool is in either my signature, <span style="color: royalblue">OverFlow</span>&#039;s or <span style="color: royalblue">mr_smartepants</span>&#039;.<br />HWid example (above):&nbsp; <a href="http://forum.driverpacks.net/viewtopic.php?pid=46764#p46764">http://forum.driverpacks.net/viewtopic. … 764#p46764</a></p><p>That driver you referenced from ITE (v1.3.4.2) is here --&gt; <a href="http://www.ite.com.tw/EN/Services/download.ashx?file=13">http://www.ite.com.tw/EN/Services/download.ashx?file=13</a><br />Just noting that for the future.</p><div class="quotebox"><cite>sleepydog wrote:</cite><blockquote><p>&quot;I&#039;m not so worried, if my theory is correct, the sys file <span class="bbu">is</span> correctly signed and checked, so my system should be fine, would you agree?&quot;</p></blockquote></div><p>No? No &amp; not really.&nbsp; The embedded signature (signed by Verisign Class 3 Code Signing 2004 CA) uses 1024bit for encryption &amp; is out of date.&nbsp; This means that it, as a kernel-mode driver, cannot be utilized unless driver-signing is turned off, or properly signed.<br />I was hoping that all one would have to do is install the new intermediate certificate, yet i am probably wrong.</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Tue, 18 Sep 2012 02:00:53 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49251#p49251</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49244#p49244</link>
			<description><![CDATA[<div class="quotebox"><cite>TechDud wrote:</cite><blockquote><p>Even the driver for Vista_x64 from Windows Update Catalog didn&#039;t work on your board?</p></blockquote></div><p>nope...</p><div class="quotebox"><cite>TechDud wrote:</cite><blockquote><p>Wouldn&#039;t one solution be to virtualize your OS?</p></blockquote></div><p>not really, I really want to install window 7 on that old(ish) PC, on an IDE disk, that&#039;s all.</p><div class="quotebox"><cite>TechDud wrote:</cite><blockquote><p>I note that the &#039;sys file has an embedded digital signature.</p></blockquote></div><p>... which I guess is the reason why the streamlined installation works?<br />The &quot;load driver&quot; step checks the cat file, finds something wrong and refuses to use the driver, but if the driver is already in the image, there is probably no cat check, only the sys (which is OK) is checked? I&#039;m guessing, I have no idea how windows uses the various driver signatures.</p><div class="quotebox"><cite>TechDud wrote:</cite><blockquote><p>I wonder if the new Windows Updates in October requiring stronger certificates will effect any legacy drivers.</p></blockquote></div><p>might well be it. As I said I&#039;m no expert, but it makes sense...</p><div class="quotebox"><cite>TechDud wrote:</cite><blockquote><p>You do realize the implications of turning off signing on a live system; perhaps akin to driving the highway on a moonless night during a power-outage with no headlights &amp; a cracked windshield at 40 below and no heater?</p></blockquote></div><p>I&#039;m not so worried, if my theory is correct, the sys file <span class="bbu">is</span> correctly signed and checked, so my system should be fine, would you agree?</p><div class="quotebox"><cite>TechDud wrote:</cite><blockquote><p>Along with any reply, would you <span class="bbu">please post your HWid&#039;s</span>?</p></blockquote></div><p>sorry, I was on another PC yesterday so I couldn&#039;t check, and I&#039;m at work now. That and... I&#039;m really not so sure what you are talking about, how do I find out this HWID? I&#039;ll post it tonight when I get home.</p>]]></description>
			<author><![CDATA[null@example.com (sleepydog)]]></author>
			<pubDate>Mon, 17 Sep 2012 12:50:10 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49244#p49244</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49230#p49230</link>
			<description><![CDATA[<p>Even the driver for Vista_x64 from Windows Update Catalog didn&#039;t work on your board?</p><p>&nbsp; Wouldn&#039;t one solution be to virtualize your OS?</p><br /><p>&nbsp; I note that the &#039;sys file has an embedded digital signature.<br />&nbsp; It has a certificate (expired in 2010) signed using 1024bit (obsolete) by &quot;Verisign Class 3 Code Signing 2004 CA&quot;, a legacy CA.<br />&nbsp; <a href="http://community.norton.com/t5/Tech-Outpost/Some-issues-related-to-the-digital-code-certificate-of-Symantec/td-p/331895">http://community.norton.com/t5/Tech-Out … d-p/331895</a></p><br /><p>I wonder if the new Windows Updates in October requiring stronger certificates will effect any legacy drivers.<br /></p><div class="quotebox"><cite>&#039;el Reg&#039; wrote:</cite><blockquote><p><strong>&quot;Microsoft: &#039;Update your security certs this month – or else&#039;</strong><br /><em>October update to block sites using weak crypto</em></p><p><em><span class="bbu">By Neil McAllister in San Francisco&quot;</span></em><br /><a href="http://www.theregister.co.uk/2012/09/07/microsoft_certificate_update_advisory/">http://www.theregister.co.uk/2012/09/07 … _advisory/</a></p></blockquote></div><br /><p>You do realize the implications of turning off signing on a live system; perhaps akin to driving the highway on a moonless night during a power-outage with no headlights &amp; a cracked windshield at 40 below and no heater?&nbsp; <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=676799">Firefox doesn&#039;t trust that legacy CA, either</a>.<br /></p><div class="quotebox"><blockquote><p><strong>&quot;Certificate Used to Code-Sign Malware Was Expired&quot;</strong><br /><a href="http://securitywatch.pcmag.com/security-software/283870-certificate-used-to-code-sign-malware-was-expired">http://securitywatch.pcmag.com/security … as-expired</a></p></blockquote></div><br /><p>&nbsp; Surely there is a better way, at least post-install.<br />&nbsp; &nbsp; &nbsp;<a href="http://www.64k-tec.de/2011/02/kernel-driver-code-signing-with-the-verisign-class-3-primary-ca-g5-certificate/?support=1">http://www.64k-tec.de/2011/02/kernel-dr … ?support=1</a></p><p>1) <strong>&quot;VeriSign Class 3 Public Primary Certification Authority - G5&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp;&amp; &quot;VeriSign Class 3 Code Signing 2010 CA&quot;</strong><br />&nbsp; &nbsp; &nbsp;for certificates issued after Oct 2010<br />&nbsp; &nbsp; &nbsp; &nbsp; <a href="https://knowledge.verisign.com/support/code-signing-support/index?page=content&amp;id=AR1739">https://knowledge.verisign.com/support/ … ;id=AR1739</a>&nbsp; <img src="http://forum.driverpacks.net/img/smilies/hmm.png" width="15" height="15" alt="hmm" /><br />2) <strong>&quot;VeriSign Class 3 Code Signing 2009-2 CA&quot;</strong><br />&nbsp; &nbsp; &nbsp;&quot;Intermediate CA for Code Signing certificates enrolled between May 17, 2009 and October 10, 2010&quot;<br />&nbsp; &nbsp; &nbsp;extends support to 2019.<br />&nbsp; &nbsp; &nbsp; &nbsp; <a href="https://knowledge.verisign.com/support/code-signing-support/index?page=content&amp;actp=CROSSLINK&amp;id=AR1516">https://knowledge.verisign.com/support/ … ;id=AR1516</a><br />3) <strong>&quot;Verisign Class 3 Code Signing 2004 CA&quot;</strong><br />&nbsp; &nbsp; &nbsp; &nbsp;&quot;Intermediate CA for Code Signing certificates enrolled before May 17, 2009&quot;<br />&nbsp; &nbsp; &nbsp; presumably extending support until July 2014.<br /> This is likely the certificate you would need (now using 2048bit).<br />&nbsp; &nbsp; &nbsp; &nbsp; <a href="https://knowledge.verisign.com/support/code-signing-support/index?page=content&amp;actp=CROSSLINK&amp;id=AR1515">https://knowledge.verisign.com/support/ … ;id=AR1515</a>&nbsp; <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Edit:&nbsp; found the Cross-Certificates through MS, though they are likely not relevant to your situation (not that the intermediate certificates are either, yet it did seem a step in the right direction).<br /> here --&gt; <a href="http://msdn.microsoft.com/en-us/windows/hardware/gg487315">http://msdn.microsoft.com/en-us/windows … e/gg487315</a></p><br /><p>Along with any reply, would you <span class="bbu">please post your HWid&#039;s</span>?</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Sun, 16 Sep 2012 22:47:40 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49230#p49230</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49226#p49226</link>
			<description><![CDATA[<p>about the &quot;force unsigned&quot; checkbox in rt7lite, that&#039;s probably not its actual name, I&#039;m writing from a different PC from the one I used to do the integration. <br />/ForceUnsigned is the switch to use with DSIM to do the same thing.</p>]]></description>
			<author><![CDATA[null@example.com (sleepydog)]]></author>
			<pubDate>Sun, 16 Sep 2012 10:19:45 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49226#p49226</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49225#p49225</link>
			<description><![CDATA[<p>Hi TechDud,</p><p>Thanks for the suggestions, sorry I&#039;m late in replying myself, I didn&#039;t receive any notification of your post (I missed the &quot;subscribe to this topic&quot; checkbox...).</p><p>I tried all the things you suggested already: EIST is disabled (has to be for the board to work at all, at least with WinXP and Win7), I have the latest BIOS and I have downloaded all possible versions of the driver, including those you suggest. There must be really something wrong with the signature of all those driver (meaning that at ITE they consistenly do something wrong), but I don&#039;t know what it could be, because the cat file seems ok (except the certificates are all expired by now).</p><p>Anyway, for all those that have this problem and are looking for a solution: I finally found a way to circumvent the bad signature: I streamlined the v1.3.4.2 drivers (the latest from the ITE site) in the win7 installation image, so the whole &quot;load driver&quot; step was completely avoided, the driver was loaded automatically.<br />To do this I used rt7lite (http://www.rt7lite.com/). Just follow the instruction there, the only action required is &quot;Integration&quot; (<a href="http://www.rt7lite.com/faq6.html">http://www.rt7lite.com/faq6.html</a>).<br />***********************************************************<br />REMEMBER to check the &quot;force unsigned&quot; checkbox or the driver won&#039;t load <br />***********************************************************</p><p>For the brave, the integration can also be done using DISM, a command line utility included in Win7 (after all it is just a matter of adding the driver files to the .WIM images in the right place), but I quite liked the simplicity of rt7lite.</p>]]></description>
			<author><![CDATA[null@example.com (sleepydog)]]></author>
			<pubDate>Sun, 16 Sep 2012 10:10:17 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49225#p49225</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49207#p49207</link>
			<description><![CDATA[<p>Hello &amp; welcome to Driverpack&#039;s!</p><p>That company was acquired by Universal Scientific &amp; is now known as <a href="http://abit.ws/page/en/motherboard/motherboard.php@pFUN_KEY=1000&amp;pTITLE_IMG=_2Fmotherboard_2Fimages_2Ftitle.html">Universal Abit</a> (<a href="https://en.wikipedia.org/wiki/Universal_abit">Wiki</a>).</p><p>I&#039;m wondering if you had disabled EIST in BIOS, as described <a href="http://social.technet.microsoft.com/Forums/en-US/w7itprohardware/thread/4005e470-534a-4b00-83b8-c4a305da0e50">here</a>.&nbsp; This is likely only necessary if you encounter a &quot;DRIVER_IRQL_NOT_LESS_OR_EQUAL&quot; blue screen.</p><p>Also wondering if you have the latest BIOS installed.&nbsp; <a href="http://abit.ws/page/en/download/download_bios_detail.php@pFILE_TYPE=Bios&amp;pMAIN_TYPE=Motherboard&amp;pTITLE_ON_SCREEN=IB9&amp;pSOCKET_TYPE=LGA775">http://abit.ws/page/en/download/downloa … YPE=LGA775</a> for example.<br />&nbsp; I cannot confirm that this is indeed the latest, nor vouch for it&#039;s validity.<br />If you are not familiar with BIOS updates, perhaps skip this as failure can mean the &#039;bricking&#039; of your mobo.</p><p>The IDE &amp; SATA driver disks are available here --&gt; <a href="http://abit.ws/page/en/download/download_driver_detail.php@pFILE_TYPE=Driver&amp;pMAIN_TYPE=Motherboard&amp;pTITLE_ON_SCREEN=IB9&amp;pSOCKET_TYPE=LGA775">http://abit.ws/page/en/download/downloa … YPE=LGA775</a></p><p>Here are newer Vista drivers from <a href="http://forum.driverpacks.net/viewtopic.php?pid=46692#p46692">Windows Update Catalog</a>.&nbsp; <a href="http://forum.driverpacks.net/viewtopic.php?pid=46691#p46691">These</a> drivers may help if those don&#039;t work.<br />And <a href="http://forum.driverpacks.net/viewtopic.php?pid=46813#p46813">above</a> you will see a pair of experimental packs.&nbsp; Please post your HWID&#039;s with your reply.</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Thu, 13 Sep 2012 01:25:02 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49207#p49207</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=49206#p49206</link>
			<description><![CDATA[<p>Hi,<br />the thread is a bit old but it seems relevant to my problem, but let me know if you think I should&#039;ve started a new thread. <br />I&#039;m trying to install Windows 7 x64 on an IDE hard drive on an old Abit IB9, which supports IDE disks via the ITE 8211 controller, but when I try to load the drivers it refuses to do so, with a message saying &quot;you need to load 32-bit drivers or signed 64-bit drivers&quot;. <br />I have tried several versions of the IT8211 drivers, including those in the mass storage DP 12.08, always with the same result.<br />I can load the 32-bit drivers, which leads me to think that there is a problem with the 64-bit driver signature (but this is nothing more than a hunch). <br />I&#039;m completely out of ideas, what can I try next?</p>]]></description>
			<author><![CDATA[null@example.com (sleepydog)]]></author>
			<pubDate>Wed, 12 Sep 2012 22:05:43 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=49206#p49206</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=47837#p47837</link>
			<description><![CDATA[<p>Implemented for 12.03 release (in testing)</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Mon, 05 Mar 2012 07:56:17 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=47837#p47837</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=46852#p46852</link>
			<description><![CDATA[<p>Odd, the &#039;RAID&#039; driver works on &#039;ATAPI&quot;; &amp; the &#039;ATAPI&#039; driver works on JBOD, RAID0 as well as RAID1 with LBA28! (don&#039;t try this at home, kids!)&nbsp; Peak Driver Latency is less than half that of the official ITERAID driver on RAID1.</p><p>****note:&nbsp; Preliminary experimental results,</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Sun, 27 Nov 2011 15:59:56 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=46852#p46852</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=46813#p46813</link>
			<description><![CDATA[<p>I have some HWID&#039;s to share from a Gigabyte GA-7N400Pro2 v2 mobo:<br /></p><div class="codebox"><pre><code>PCI\VEN_1283&amp;DEV_8212&amp;SUBSYS_00011283&amp;REV_11\4&amp;3B1D9AB8&amp;0&amp;6040
    Name: Mass Storage Controller
    Hardware ID&#039;s:
        PCI\VEN_1283&amp;DEV_8212&amp;SUBSYS_00011283&amp;REV_11
        PCI\VEN_1283&amp;DEV_8212&amp;SUBSYS_00011283
        PCI\VEN_1283&amp;DEV_8212&amp;CC_018000
        PCI\VEN_1283&amp;DEV_8212&amp;CC_0180
    Compatible ID&#039;s:
        PCI\VEN_1283&amp;DEV_8212&amp;REV_11
        PCI\VEN_1283&amp;DEV_8212
        PCI\VEN_1283&amp;CC_018000
        PCI\VEN_1283&amp;CC_0180
        PCI\VEN_1283
        PCI\CC_018000
        PCI\CC_0180</code></pre></div><p>I have altered my driver by replacing all HWID&#039;s with the following lines in the hopes of avoiding conflicts with the current RAID driver, here --&gt; <a href="http://www.mediafire.com/file/23w84ugyqa37p4l/ITE%20IT8211-IT8212%20IDE-ATAPI_XP_v1.3.4.2_Vista-7_v1.3.4.3.7z">http://www.mediafire.com/file/23w84ugyq … 1.3.4.3.7z</a>&nbsp; Vista &#039;sees&#039; the driver (inf) as unsigned, yet the iteatapi.sys is &#039;seen&#039; as WHQL.<br /></p><div class="codebox"><pre><code>%ITE.DeviceDesc0% = iteatapi, PCI\VEN_1283&amp;DEV_8212&amp;CC_0180</code></pre></div><p>(and altered my mobo&#039;s BIOS; working in Vista32 w PCIcard ATAPI BIOS v1.7.1.64 &amp; mobo BIOS v1.41 - have found v1.71 from GA-K8NS Pro (rev. 1.x))<br />I wonder if my txtsetup.oem can be improved.&nbsp; <br /></p><div class="codebox"><pre><code>#
# TXTSETUP.OEM for IT8211 ATA ATAPI Controller
#

[Disks]
d1 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \
d2 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \WINNT
d3 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \WIN2K
d4 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \WINXP
d5 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \WIN2003
d6 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \WIN64
d7 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \Vista32
d8 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \Vista64
d9 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \WINXP
d10 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \WIN64
d11 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \Vista32
d12 = &quot;ITE IT8211 ATA ATAPI Driver Diskette&quot;, \ITEATAPI, \Vista64



[Defaults]
scsi = ITEATAPI_2000

[scsi]
ITEATAPI_NT     = &quot;ITE IT8211 ATA ATAPI Controller (Windows NT)&quot;, ITEATAPI
ITEATAPI_2000   = &quot;ITE IT8211 ATA ATAPI Controller (Windows 2000)&quot;, ITEATAPI
ITEATAPI_XP     = &quot;ITE IT8211 ATA ATAPI Controller (Windows XP)&quot;, ITEATAPI
ITEATAPI_2003   = &quot;ITE IT8211 ATA ATAPI Controller (Windows 2003)&quot;, ITEATAPI
ITEATAPI_WIN64  = &quot;ITE IT8211 ATA ATAPI Controller (Windows XP, Windows 2003 64bit )&quot;, ITEATAPI
ITEATAPI_Vista32   = &quot;ITE IT8211 ATA ATAPI Controller (Windows Vista32)&quot;, ITEATAPI
ITEATAPI_Vista64   = &quot;ITE IT8211 ATA ATAPI Controller (Windows Vista64)&quot;, ITEATAPI
ITEATAPI_XPb     = &quot;ITE IT8212 ATA ATAPI Controller (Windows XP)&quot;, ITEATAPI
ITEATAPI_WIN64b  = &quot;ITE IT8212 ATA ATAPI Controller (Windows XP, Windows 2003 64bit )&quot;, ITEATAPI
ITEATAPI_Vista32b   = &quot;ITE IT8212 ATA ATAPI Controller (Windows Vista32)&quot;, ITEATAPI
ITEATAPI_Vista64b   = &quot;ITE IT8212 ATA ATAPI Controller (Windows Vista64)&quot;, ITEATAPI

[Files.scsi.ITEATAPI_NT]
driver = d2, iteatapi.sys, ITEATAPI
inf    = d2, iteatapi.inf

[Files.scsi.ITEATAPI_2000]
driver = d3, iteatapi.sys, ITEATAPI
inf    = d3, iteatapi.inf
catalog = d3, iteatapi.cat

[Files.scsi.ITEATAPI_XP]
driver = d4, iteatapi.sys, ITEATAPI
inf    = d4, iteatapi.inf
catalog = d4, iteatapi.cat

[Files.scsi.ITEATAPI_2003]
driver = d5, iteatapi.sys, ITEATAPI
inf    = d5, iteatapi.inf
catalog = d5, iteatapi.cat

[Files.scsi.ITEATAPI_WIN64]
driver = d6, iteatapi.sys, ITEATAPI
inf    = d6, iteatapi.inf
catalog = d6, iteatapi.cat

[Files.scsi.ITEATAPI_Vista32]
driver = d7, iteatapi.sys, ITEATAPI
inf    = d7, iteatapi.inf
catalog = d7, iteatapi.cat

[Files.scsi.ITEATAPI_Vista64]
driver = d8, iteatapi.sys, ITEATAPI
inf    = d8, iteatapi.inf
catalog = d8, iteatapi.cat

[Files.scsi.ITEATAPI_XPb]
driver = d9, iteatapi.sys, ITEATAPI
inf    = d9, ITEIDE.inf
catalog = d9, iteatapi.cat

[Files.scsi.ITEATAPI_WIN64b]
driver = d10, iteatapi.sys, ITEATAPI
inf    = d10, ITEIDE64.inf
catalog = d10, iteatapi.cat

[Files.scsi.ITEATAPI_Vista32b]
driver = d11, iteatapi.sys, ITEATAPI
inf    = d11, ITEIDE.inf
catalog = d11, iteatapi.cat

[Files.scsi.ITEATAPI_Vista64b]
driver = d12, iteatapi.sys, ITEATAPI
inf    = d12, ITEIDE64.inf
catalog = d12, iteatapi.cat

[HardwareIds.scsi.ITEATAPI_NT]
id = &quot;PCI\VEN_1283&amp;DEV_8211&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_2000]
id = &quot;PCI\VEN_1283&amp;DEV_8211&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_XP]
id = &quot;PCI\VEN_1283&amp;DEV_8211&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_2003]
id = &quot;PCI\VEN_1283&amp;DEV_8211&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_WIN64]
id = &quot;PCI\VEN_1283&amp;DEV_8211&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_Vista32]
id = &quot;PCI\VEN_1283&amp;DEV_8211&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_Vista64]
id = &quot;PCI\VEN_1283&amp;DEV_8211&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_XPb]
id = &quot;PCI\VEN_1283&amp;DEV_8212&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_WIN64b]
id = &quot;PCI\VEN_1283&amp;DEV_8212&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_Vista32b]
id = &quot;PCI\VEN_1283&amp;DEV_8212&quot;,&quot;ITEATAPI&quot;

[HardwareIds.scsi.ITEATAPI_Vista64b]
id = &quot;PCI\VEN_1283&amp;DEV_8212&quot;,&quot;ITEATAPI&quot;


[Config.ITEATAPI]
value = &quot;&quot;, Tag, REG_DWORD, 1
value = &quot;Parameters\PnpInterface&quot;, 5, REG_DWORD, 1</code></pre></div><p>Can i be more specific about the HWID for the 8212&#039;s?</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Thu, 24 Nov 2011 17:30:39 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=46813#p46813</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=46766#p46766</link>
			<description><![CDATA[<p>Yes thanks.&nbsp; I didn&#039;t get to this over the weekend.&nbsp; This week looks to be a busy one too.<br />I&#039;ll do my best.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Tue, 22 Nov 2011 06:30:01 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=46766#p46766</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] IT8211 ATA RAID Driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=46764#p46764</link>
			<description><![CDATA[<p>IDK if it will help Erik but i have this device on my gigabyte GA8PENXP MB (my workhorse) the HWIDs in RAID mode with XP loaded are</p><p>PCI\VEN_1283&amp;DEV_8212&amp;SUBSYS_00011283&amp;REV_10\4&amp;1F7DBC9F&amp;0&amp;60F0<br />&nbsp; &nbsp; Name: ITE IT8212 ATA RAID Controller<br />&nbsp; &nbsp; Hardware ID&#039;s:<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283&amp;DEV_8212&amp;SUBSYS_00011283&amp;REV_10<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283&amp;DEV_8212&amp;SUBSYS_00011283<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283&amp;DEV_8212&amp;CC_010400<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283&amp;DEV_8212&amp;CC_0104<br />&nbsp; &nbsp; Compatible ID&#039;s:<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283&amp;DEV_8212&amp;REV_10<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283&amp;DEV_8212<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283&amp;CC_010400<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283&amp;CC_0104<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\VEN_1283<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\CC_010400<br />&nbsp; &nbsp; &nbsp; &nbsp; PCI\CC_0104</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Tue, 22 Nov 2011 04:15:18 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=46764#p46764</guid>
		</item>
	</channel>
</rss>
