Topic: [SOLVED] Missing IDs in DP_MassStorage_wnt5_x86-32.ini

In section [IN-2-winnt-x86] of the DP_MassStorage_wnt5_x86-32.ini there are three missing Vendor/Device-IDs under ms_1_hwids that exist in the corresponding [SRC] section of the \D\M\IN\2\oemsetup.inf. The missing IDs are the last three of the long list in the oemsetup.inf file:
PCI\VEN_1119&DEV_0300
PCI\VEN_8086&DEV_0600
PCI\VEN_8086&DEV_0601

By the way, these Raid controllers have not been manufactored by Intel but by the German "ICP Vortex Computersysteme GmbH" see here:
http://www.icp-vortex.com/english/product/prodrdy_e.htm
Most of them have been sold under their own label "ICP GDT xxxx" (having the vendor ID 1119), only two of them are sold as Intel SRCX32 and SRCX42L with Intel's ID 8086. There is still another Intel Raid Controller SRC42X wich has been manufactored by LSI Logic that is completely diffrent to the ICP types.  All these controllers are "end of life" products.

For drivers (and *.inf files that also contain ICP as manufactorer) see here:
http://www.icp-vortex.com/english/downl … innt_e.htm
The driver binaries are the same as already contained in DP_MassStorage.

So I would ask you to change the deviceName like this: 
ms_1_deviceName        = "ICP and Intel SCSI RAID Controllers"
and to add the IDs:
ms_1_hwids            = "PCI\VEN_1119&DEV_0000,PCI\VEN_1119&DEV_0001,PCI\VEN_1119&DEV_0002,PCI\VEN_1119&DEV_0003,PCI\VEN_1119&DEV_0004,PCI\VEN_1119&DEV_0005,PCI\VEN_1119&DEV_0006,PCI\VEN_1119&DEV_0007,PCI\VEN_1119&DEV_0008,PCI\VEN_1119&DEV_0009,PCI\VEN_1119&DEV_000A,PCI\VEN_1119&DEV_000B,PCI\VEN_1119&DEV_000C,PCI\VEN_1119&DEV_000D,PCI\VEN_1119&DEV_0100,PCI\VEN_1119&DEV_0101,PCI\VEN_1119&DEV_0102,PCI\VEN_1119&DEV_0103,PCI\VEN_1119&DEV_0104,PCI\VEN_1119&DEV_0105,PCI\VEN_1119&DEV_0110,PCI\VEN_1119&DEV_0111,PCI\VEN_1119&DEV_0112,PCI\VEN_1119&DEV_0113,PCI\VEN_1119&DEV_0114,PCI\VEN_1119&DEV_0115,PCI\VEN_1119&DEV_0118,PCI\VEN_1119&DEV_0119,PCI\VEN_1119&DEV_011A,PCI\VEN_1119&DEV_011B,PCI\VEN_1119&DEV_0136,PCI\VEN_1119&DEV_0137,PCI\VEN_1119&DEV_0138,PCI\VEN_1119&DEV_0139,PCI\VEN_1119&DEV_013A,PCI\VEN_1119&DEV_013B,PCI\VEN_1119&DEV_013C,PCI\VEN_1119&DEV_013D,PCI\VEN_1119&DEV_013E,PCI\VEN_1119&DEV_013F,PCI\VEN_1119&DEV_0166,PCI\VEN_1119&DEV_0167,PCI\VEN_1119&DEV_0168,PCI\VEN_1119&DEV_0169,PCI\VEN_1119&DEV_016A,PCI\VEN_1119&DEV_016B,PCI\VEN_1119&DEV_016C,PCI\VEN_1119&DEV_016D,PCI\VEN_1119&DEV_016E,PCI\VEN_1119&DEV_016F,PCI\VEN_1119&DEV_01D6,PCI\VEN_1119&DEV_01D7,PCI\VEN_1119&DEV_01F6,PCI\VEN_1119&DEV_01F7,PCI\VEN_1119&DEV_01FC,PCI\VEN_1119&DEV_01FD,PCI\VEN_1119&DEV_01FE,PCI\VEN_1119&DEV_01FF,PCI\VEN_1119&DEV_0210,PCI\VEN_1119&DEV_0211,PCI\VEN_1119&DEV_0260,PCI\VEN_1119&DEV_0261,PCI\VEN_1119&DEV_02F6,PCI\VEN_1119&DEV_0300,PCI\VEN_8086&DEV_0600,PCI\VEN_8086&DEV_0601"

Thanks in advance!

Re: [SOLVED] Missing IDs in DP_MassStorage_wnt5_x86-32.ini

hi

"Intel ICP Vortex SCSI RAID Controllers"
added
PCI\VEN_1119&DEV_0300
PCI\VEN_8086&DEV_0600
PCI\VEN_8086&DEV_0601

hehe, end of life products have a tendency to live longer than the vendors support them.

The answer was 42?
Kind regards, Jaak.

Re: [SOLVED] Missing IDs in DP_MassStorage_wnt5_x86-32.ini

Thanks!

jtdoom wrote:

...
hehe, end of life products have a tendency to live longer than the vendors support them.

or in German: Totgesagte leben länger!

Yes, these controllers are really good.

Re: [SOLVED] Missing IDs in DP_MassStorage_wnt5_x86-32.ini

did you add them to the INI yourself when you spotted that?

that would have done the trick, you know....

The answer was 42?
Kind regards, Jaak.