Topic: Intel iastor drivers in MassStorage DriverPack v9.01

In working with the MassStorage DriverPack v9.01, I was wondering about a couple of the Intel drivers.

In the "D\M\I3" directory, should the file "iastor.inf" be renamed as "iastor78.inf"?

In the "D\M\I4" directory, should the file "iastor.inf" be renamed as "iastor86.inf"?

This is from the contents of the "DriverPack_MassStorage_wnt5_x86-32.ini":

[I1]
ms_count=1
ms_1_deviceName="Intel 82801ER/6300ESB SATA RAID 5.5.0.1035"
ms_1_tag="iastor55"
ms_1_sysFile="iastor55.sys"
ms_1_hwids="PCI\VEN_8086&DEV_24DF&CC_0104,PCI\VEN_8086&DEV_25B0&CC_0104"
ms_1_isBusExtender=false
ms_1_exc_disableIfOS="w2k"

[I2]
ms_count=1
ms_1_deviceName="Intel 631x/632x ESB, 82801HGM/HH/HO/HR SATA AHCI/RAID 7.0.0.1020"
ms_1_tag="iastor70"
ms_1_sysFile="iastor70.sys"
ms_1_hwids="PCI\VEN_8086&DEV_2652&CC_0104,PCI\VEN_8086&DEV_2652&CC_0106"
ms_1_isBusExtender=false
ms_1_exc_disableIfOS="w2k"

[I3]
ms_count=1
ms_1_deviceName="Intel ESB2/ICH6/ICH7/ICH8/ICH9/EP 80579 SATA AHCI/RAID 7.8.0.1012"
ms_1_tag="iastor78"
ms_1_sysFile="iastor.sys"
ms_1_hwids="PCI\VEN_8086&DEV_2653&CC_0106,PCI\VEN_8086&DEV_2681&CC_0106,PCI\VEN_8086&DEV_2682&CC_0104,PCI\VEN_8086&DEV_27C1&CC_0106,PCI\VEN_8086&DEV_27C3&CC_0104,PCI\VEN_8086&DEV_27C5&CC_0106,PCI\VEN_8086&DEV_2821&CC_0106,PCI\VEN_8086&DEV_2829&CC_0106,PCI\VEN_8086&DEV_2922&CC_0106,PCI\VEN_8086&DEV_5029&CC_0106"
ms_1_isBusExtender=false
ms_1_exc_disableIfOS="w2k"

[I4]
ms_count=1
ms_1_deviceName="Intel ESB2/ICH7/ICH8/ICH9/ICH10 SATA AHCI/RAID 8.6.0.1007"
ms_1_tag="iastor86"
ms_1_sysFile="iastor.sys"
ms_1_hwids="PCI\VEN_8086&DEV_27C6&CC_0104,PCI\VEN_8086&DEV_2822&CC_0104,PCI\VEN_8086&DEV_2824&CC_0106,PCI\VEN_8086&DEV_282A&CC_0104,PCI\VEN_8086&DEV_2923&CC_0106,PCI\VEN_8086&DEV_2929&CC_0106,PCI\VEN_8086&DEV_3A02&CC_0106,PCI\VEN_8086&DEV_3A03&CC_0106,PCI\VEN_8086&DEV_3A22&CC_0106,PCI\VEN_8086&DEV_3A23&CC_0106"
ms_1_isBusExtender=false
ms_1_exc_disableIfOS="w2k"

I am one of the many who has a large number of Dell Optiplex GX620's in their environment and am always having issues with the Intel driver updates.

Thanks,
Clyde...

Re: Intel iastor drivers in MassStorage DriverPack v9.01

Renaming the .inf files should not break driver signing.  So you should be fine there.  Overall, it doesn't matter.  Just a further refinement of an already great dp. smile

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Intel iastor drivers in MassStorage DriverPack v9.01

the entries in mass storage INI are for txtmode only...
and txtmode does not use the infs... so waht they are named is not relevant

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Intel iastor drivers in MassStorage DriverPack v9.01

Good question Clyde. I can answer this one.

In the past inetl INF were renamed to prevent sysprep issue. When you use sysprep, duplicate filenames create issues. So I asked Jaak to rename the intel driver. Later I discovered that renaming INF could break driver signing so it was decided to leave the driver intact. So right now in 9.01 you see both situations, If I could find the original driver for I2 and I1, I would put those back with their original file names.

As Overflow pointed out, as it is right now It will work just fine but for esthetically it would be nice If someone could post a link of the original drivers.