Jump to content

Recommended Posts

Posted (edited)

Hi! I've read everything related to SATA Raid drivers, including the official guide here: http://unattended.msfn.org/unattended.xp/view/web/36/. It's useless. It was made for the base version of the controller, as in when not having RAID. So my concern:

[sourceDisksFiles]

si3112.sys = 1,,,,,,3_,4,1

[HardwareIdsDatabase]

PCI\VEN_1095&DEV_3112&SUBSYS_31121095 = "Si3112"

PCI\VEN_1095&DEV_3112&SUBSYS_34238086 = "Si3112"

PCI\VEN_1095&DEV_3112&SUBSYS_311215D9 = "Si3112"

PCI\VEN_1095&DEV_3112&SUBSYS_B0021458 = "Si3112"

PCI\VEN_1095&DEV_3112&SUBSYS_01661028 = "Si3112"

PCI\VEN_1095&DEV_3112&SUBSYS_82141033 = "Si3112"

PCI\VEN_1095&DEV_3512&SUBSYS_35121095 = "Si3112"

PCI\VEN_1095&DEV_3512&SUBSYS_01661028 = "Si3112"

[sCSI.load]

si3112 = si3112.sys,4

[sCSI]

si3112 = "Silicon Image SiI 3112 SATALink Controller"

Everything above is no good for the raid system, skipping F6 etc. I have found the correct [HardwareIdsDatabase] lines for si3112r.sys(RAID) which are totally different from the base si3112.sys which is used in the guide.

In the guide there is mentioned that the information was taken from TxtSetup.OEM, but I couldn't find any refference for "[sourceDisksFiles]" and for "[sCSI.load]".

So guys help me out. What am I doing wrong? If I'm wright at least update the guide or give me a useful link 'cause all the other links related to the subject are either dead or useless.

Thanks, and peace'y'all !!!

Edited by atolica

Posted

If you have raid you'll have si3114r.sys. This is part of what I use in my

txtsetup.sif. You should be able to figure out the rest.

[HardwareIdsDatabase]

PCI\VEN_1095&DEV_3112 = "si3112r"

the last part "&SUBSYS_31121095 = "Si3112" is specific to a particular MB

of card. If by chance the above doesn't work, you should be able to find

the correct numbers in si3114r.inf.

you'll see abunch of lines like

%PCI\VEN_1095&DEV_3112.DeviceDesc%=SI_3112, PCI\VEN_1095&DEV_3112&SUBSYS_61121095

%PCI\VEN_1095&DEV_3112.DeviceDesc%=SI_3112, PCI\VEN_1095&DEV_3112&SUBSYS_611215D9

just put the second part of each line in your txtsetup.sif like

PCI\VEN_1095&DEV_3112&SUBSYS_611215D9 = "si3112r"

And don't forget put the files in the i386 dir.

Posted

open in text editor

replace "si3112" with "si3112r"

save.

That is basically it, hardware ids are probably same but might be different, you can just copy them from txtsetup.oem and paste under [HardwareIdsDatabase].

Posted (edited)

si3112r - TXTSETUP.SIF

[SourceDisksFiles]
si3112r.sys = 1,,,,,,4_,4,1,,,1,4

[HardwareIdsDatabase]
PCI\VEN_1095&DEV_3112&SUBSYS_61121095 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_611215D9 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_34228086 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_B0031458 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_A0111019 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_A0121019 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_A0131019 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_A0141019 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_A0151019 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_1014147B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_100B147B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_1402147B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_1404147B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_1802147B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_1804147B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_1C00147B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_5930107D = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_249510F1 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_809D1043 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0270A0A0 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_044DA0A0 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_044CA0A0 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_92011905 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_92151905 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_904C1905 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_904B1905 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_A41810FD = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_A41910FD = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_A71910FD = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_90171695 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_C2001297 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_C2011297 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_15D40035 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_340217F2 = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_100415BD = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_F641270F = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C0F105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C13105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C58105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C40105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C41105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C42105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C43105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C44105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C22105B = "si3112r"
PCI\VEN_1095&DEV_3112&SUBSYS_0C2A105B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_65121095 = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_B0031458 = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_1014147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_1021147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_100B147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_1C06147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_1C00147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_1C03147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_1C04147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_1406147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_1407147B = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_90191695 = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_C2021297 = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_C2031297 = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_C2041297 = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_534D108E = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_02B71014 = "si3112r"
PCI\VEN_1095&DEV_3512&SUBSYS_02C51095 = "si3112r"
PCI\VEN_1002&DEV_436E&SUBSYS_436E1002 = "si3112r"

[SCSI.load]
si3112r = si3112r.sys,4

[SCSI]
si3112r = "Silicon Image SiI 3112 SATARaid Controller"

si3114r - TXTSETUP.SIF

[SourceDisksFiles]
si3114r.sys = 1,,,,,,4_,4,1,,,1,4

[HardwareIdsDatabase]
PCI\VEN_1095&DEV_3114&SUBSYS_61141095 = "si3114r"
PCI\VEN_1095&DEV_3114&SUBSYS_288510F1 = "si3114r"
PCI\VEN_1095&DEV_3114&SUBSYS_047AA0A0 = "si3114r"
PCI\VEN_1095&DEV_3114&SUBSYS_0478A0A0 = "si3114r"
PCI\VEN_1095&DEV_3114&SUBSYS_0479A0A0 = "si3114r"
PCI\VEN_1095&DEV_3114&SUBSYS_90181695 = "si3114r"
PCI\VEN_1095&DEV_3114&SUBSYS_F642270F = "si3114r"
PCI\VEN_1095&DEV_3114&SUBSYS_100415BD = "si3114r"

[SCSI.load]
si3114r = si3114r.sys,4

[SCSI]
si3114r = "Silicon Image SiI 3114 SATARaid Controller"

Edited by Sanjay

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...