<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [IMPL] Toshiba RAID Support]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3666</link>
		<description><![CDATA[The most recent posts in [IMPL] Toshiba RAID Support.]]></description>
		<lastBuildDate>Fri, 10 Apr 2009 15:06:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30730#p30730</link>
			<description><![CDATA[<p>Class is dismissed... see you tommorow!</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 10 Apr 2009 15:06:41 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30730#p30730</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30728#p30728</link>
			<description><![CDATA[<p>The default driver node will supposedly install on all NT boxen. The .NT.5.1 will only install on XP. Useful for when there are differences to sys files, services, registry settings, etc.</p><p>But sometimes we have an instance like the 3ware drivers which for some reason is split up and doesn&#039;t need to be.</p><div class="codebox"><pre><code>[AMCC]
%DEVICE_DESCRIPTION_9K%  = Install, PCI\VEN_13C1&amp;DEV_1002&amp;SUBSYS_100213C1
%DEVICE_DESCRIPTION_9X%  = Install, PCI\VEN_13C1&amp;DEV_1003&amp;SUBSYS_100313C1
%DEVICE_DESCRIPTION_9E%  = Install, PCI\VEN_13C1&amp;DEV_1004&amp;SUBSYS_100413C1
%DEVICE_DESCRIPTION_9A%  = Install, PCI\VEN_13C1&amp;DEV_1004&amp;SUBSYS_100513C1

; for Windows XP/2003 systems (actually all x86 NT machines)
[AMCC.NTx86]
%DEVICE_DESCRIPTION_9K%  = Install, PCI\VEN_13C1&amp;DEV_1002&amp;SUBSYS_100213C1
%DEVICE_DESCRIPTION_9X%  = Install, PCI\VEN_13C1&amp;DEV_1003&amp;SUBSYS_100313C1
%DEVICE_DESCRIPTION_9E%  = Install, PCI\VEN_13C1&amp;DEV_1004&amp;SUBSYS_100413C1
%DEVICE_DESCRIPTION_9A%  = Install, PCI\VEN_13C1&amp;DEV_1004&amp;SUBSYS_100513C1

; for Windows x64 systems
[AMCC.NTamd64]
%DEVICE_DESCRIPTION_9K%  = Install, PCI\VEN_13C1&amp;DEV_1002&amp;SUBSYS_100213C1
%DEVICE_DESCRIPTION_9X%  = Install, PCI\VEN_13C1&amp;DEV_1003&amp;SUBSYS_100313C1
%DEVICE_DESCRIPTION_9E%  = Install, PCI\VEN_13C1&amp;DEV_1004&amp;SUBSYS_100413C1</code></pre></div><p>Could be condensed to only the AMCC node.</p>]]></description>
			<author><![CDATA[null@example.com (stamandster)]]></author>
			<pubDate>Fri, 10 Apr 2009 12:06:33 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30728#p30728</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30727#p30727</link>
			<description><![CDATA[<p>Thank you Overflow, </p><p>I didn&#039;t understand the purpose of disableIfOS <img src="http://forum.driverpacks.net/img/smilies/tongue.png" width="15" height="15" alt="tongue" />, now it&#039;s clearer.</p>]]></description>
			<author><![CDATA[null@example.com (anotherday)]]></author>
			<pubDate>Fri, 10 Apr 2009 11:31:30 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30727#p30727</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30722#p30722</link>
			<description><![CDATA[<p>You are almost more acurate. <br />If you are going to attempt to add the 2k support you must disable it <br />or disable one of the other 2k drivers that is enabled. <br />Or you will crash 2k by exceeding the memory limit</p><p>So if you were going to add it for 2k as well you must also disable it like so... (or an alternate one) <br /></p><div class="codebox"><pre><code>[T]
ms_count=2
ms_1_deviceName=&quot;TOSHIBA RAID (XP/2K3)&quot;
ms_1_tag=&quot;KR10N&quot;
ms_1_sysFile=&quot;KR10N.sys&quot;
ms_1_hwids=&quot;PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179&quot;
ms_1_isBusExtender=false
ms_1_exc_skipIfOS=&quot;w2k&quot;
ms_2_deviceName=&quot;TOSHIBA RAID (2K)&quot;
ms_2_tag=&quot;KR10N2K&quot;
ms_2_sysFile=&quot;KR10N2K.sys&quot;
ms_2_hwids=&quot;PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179&quot;
ms_2_isBusExtender=false
ms_2_exc_skipIfOS=&quot;wxp,w2k3&quot;
ms_2_exc_disableIfOS=&quot;w2k&quot;</code></pre></div><p>but yeah you had the right idea <br />- it just would have crashed 2k had you actually tried it as you posted it... <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />since ricktendo did not add the 2k support he would not have had that problem... <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>I apprecieate the good thinking though... you just lacked a little experience... that now you have gained! </p><p>jeff</p><p>Just to be crystal clear we have reached the limit of the number of drivers that win2k can support years ago, to add a new driver to win2k now one of the other win2k drivers must first be disabled. or win2k WILL crash.</p><p>I probably would have done what rick did since requests for win2k drivers are almost non existent...<br />although he more correctly might have put ms_1_exc_skipIfOS=&quot;w2k&quot; instead of the disableifos...<br />but it would not have caused a crash in win2k like your version...<br />but you are correct about the addition of the second section to support 2K is more complete.</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 10 Apr 2009 09:32:25 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30722#p30722</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30719#p30719</link>
			<description><![CDATA[<p>Hmm perhaps I&#039;m wrong... But it may be better to add KR10N2K.sys like this:</p><br /><div class="codebox"><pre><code>[T]
ms_count=2
ms_1_deviceName=&quot;TOSHIBA RAID (XP/2K3)&quot;
ms_1_tag=&quot;KR10N&quot;
ms_1_sysFile=&quot;KR10N.sys&quot;
ms_1_hwids=&quot;PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179&quot;
ms_1_isBusExtender=false
ms_1_exc_skipIfOS=&quot;w2k&quot;
ms_2_deviceName=&quot;TOSHIBA RAID (2K)&quot;
ms_2_tag=&quot;KR10N2K&quot;
ms_2_sysFile=&quot;KR10N2K.sys&quot;
ms_2_hwids=&quot;PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179&quot;
ms_2_isBusExtender=false
ms_2_exc_skipIfOS=&quot;wxp,w2k3&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (anotherday)]]></author>
			<pubDate>Fri, 10 Apr 2009 01:22:34 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30719#p30719</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30718#p30718</link>
			<description><![CDATA[<p>Yes it appears on the surface to be done correctly, perfect even! Sorry I did not test it or run the kickarse hwids tool on it. did you use the latest nightly or the latest release for a starter point?</p><p>I am gettting ready to take a run at the base code again with some down time on my hands.<br />if it works for you i would cal that a WIN!!! <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /> we will get it added to the latest nightly...</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 10 Apr 2009 01:10:23 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30718#p30718</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30716#p30716</link>
			<description><![CDATA[<p>is that driver for the new cell CPU based controllers?</p>]]></description>
			<author><![CDATA[null@example.com (newsposter)]]></author>
			<pubDate>Fri, 10 Apr 2009 00:54:53 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30716#p30716</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30715#p30715</link>
			<description><![CDATA[<p>I took these:</p><div class="codebox"><pre><code>ms_1_hwids=&quot;PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179&quot;</code></pre></div><p>from KR10N.INF:</p><div class="codebox"><pre><code>[TOSHIBA]; This section will only be installed by Windows 2000
%KR10NDesc%=KR10N_InstW2k,PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179
%KR10NDesc%=KR10N_InstW2k,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179

[TOSHIBA.NT.5.1]; This section will only be installed by Windows XP
%KR10NDesc%=KR10N_InstXP,PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179
%KR10NDesc%=KR10N_InstXP,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179</code></pre></div><p>Is that wrong?</p><p>I am pretty goot at INF files for my UpdatePack and addons but just going by other mass storage dp entries</p>]]></description>
			<author><![CDATA[null@example.com (ricktendo64)]]></author>
			<pubDate>Fri, 10 Apr 2009 00:37:05 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30715#p30715</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30714#p30714</link>
			<description><![CDATA[<p>It appears to be correctly done... good job!</p><p>Unfortunately we are still under-manned on the DriverPacks team, sorry about that.</p><p>IDK if this was added to a nightlie off the top of my head... Normaly we would compare the HWID&#039;s contained in your driver&nbsp; ms_1_hwids=&quot;PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179&quot;<br />to ensure they do not already exist in the INF... i will assume that is done and that the tag name is unique...</p><p>Perfect...</p><p>Want to take a stab at updating the pack?</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 09 Apr 2009 23:07:36 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30714#p30714</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30713#p30713</link>
			<description><![CDATA[<p>OK since nobody is responding, just tell me then if I am doing this correctly (editing massstorage dp myself)</p><p>I added this to the .ini</p><div class="codebox"><pre><code>[T]
ms_count=1
ms_1_deviceName=&quot;TOSHIBA RAID&quot;
ms_1_tag=&quot;kr10n&quot;
ms_1_sysFile=&quot;KR10N.sys&quot;
ms_1_hwids=&quot;PCI\VEN_8086&amp;DEV_2653&amp;SUBSYS_0F101179,PCI\VEN_8086&amp;DEV_27C5&amp;SUBSYS_0F101179&quot;
ms_1_isBusExtender=false
ms_1_exc_disableIfOS=&quot;w2k&quot;</code></pre></div><p>I created the following folder with these files in it</p><div class="codebox"><pre><code>DP_MassStorage_wnt5_x86-32_901\D\M\T
KR10N.CAT
KR10N.INF
KR10N.sys
KR10N2K.sys
VIRTUAL.INF</code></pre></div><p>So did I do it correctly?</p><p>Do I really need to add VIRTUAL.INF?</p>]]></description>
			<author><![CDATA[null@example.com (ricktendo64)]]></author>
			<pubDate>Thu, 09 Apr 2009 22:21:00 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30713#p30713</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30570#p30570</link>
			<description><![CDATA[<p>Forgot HWIDs, added them</p>]]></description>
			<author><![CDATA[null@example.com (ricktendo64)]]></author>
			<pubDate>Fri, 03 Apr 2009 15:04:46 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30570#p30570</guid>
		</item>
		<item>
			<title><![CDATA[[IMPL] Toshiba RAID Support]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30559#p30559</link>
			<description><![CDATA[<p>Would it be possible to add this to the next masstorage build?</p><p><a href="http://cdgenp01.csd.toshiba.com/content/support/downloads/raid011016xp_os2007087a.exe">http://cdgenp01.csd.toshiba.com/content … 07087a.exe</a></p><div class="codebox"><pre><code>============ 
RAID Devices 
============ 
PCI\VEN_104C&amp;DEV_803B&amp;SUBSYS_00011179&amp;REV_00\4&amp;98A0852&amp;0&amp;5AF0
    Name: Texas Instruments PCIxx12 Integrated FlashMedia Controller
    Hardware ID&#039;s:
        PCI\VEN_104C&amp;DEV_803B&amp;SUBSYS_00011179&amp;REV_00
        PCI\VEN_104C&amp;DEV_803B&amp;SUBSYS_00011179
        PCI\VEN_104C&amp;DEV_803B&amp;CC_018000
        PCI\VEN_104C&amp;DEV_803B&amp;CC_0180
    Compatible ID&#039;s:
        PCI\VEN_104C&amp;DEV_803B&amp;REV_00
        PCI\VEN_104C&amp;DEV_803B
        PCI\VEN_104C&amp;CC_018000
        PCI\VEN_104C&amp;CC_0180
        PCI\VEN_104C
        PCI\CC_018000
        PCI\CC_0180
PCI\VEN_8086&amp;DEV_27DF&amp;SUBSYS_00011179&amp;REV_02\3&amp;33FD14CA&amp;0&amp;F9
    Name: Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF
    Hardware ID&#039;s:
        PCI\VEN_8086&amp;DEV_27DF&amp;SUBSYS_00011179&amp;REV_02
        PCI\VEN_8086&amp;DEV_27DF&amp;SUBSYS_00011179
        PCI\VEN_8086&amp;DEV_27DF&amp;CC_01018A
        PCI\VEN_8086&amp;DEV_27DF&amp;CC_0101
    Compatible ID&#039;s:
        PCI\VEN_8086&amp;DEV_27DF&amp;REV_02
        PCI\VEN_8086&amp;DEV_27DF
        PCI\VEN_8086&amp;CC_01018A
        PCI\VEN_8086&amp;CC_0101
        PCI\VEN_8086
        PCI\CC_01018A
        PCI\CC_0101
SCSI\DISK&amp;VEN_TOSHIBA&amp;PROD_RAID_LD0&amp;REV_\4&amp;13563DA6&amp;0&amp;000000
    Name: TOSHIBA RAID LD0 SCSI Disk Device
    Hardware ID&#039;s:
        SCSI\DiskTOSHIBA_RAID_LD0____________
        SCSI\DiskTOSHIBA_RAID_LD0________
        SCSI\DiskTOSHIBA_
        SCSI\TOSHIBA_RAID_LD0_________
        TOSHIBA_RAID_LD0_________
        GenDisk
    Compatible ID&#039;s:
        SCSI\Disk
        SCSI\RAW</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ricktendo64)]]></author>
			<pubDate>Fri, 03 Apr 2009 06:39:41 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30559#p30559</guid>
		</item>
	</channel>
</rss>
