nForcersHQ
 
nForcersHQForumDistributed ComputingFAQLog inRegisterSearch
 
nForcersHQ

SiI3112 SATARAID BIOS v4284 & Driver v1.0.62.0
Goto page 1, 2, 3  Next
Post new topic Reply to topic    nForcersHQ.com Forum Index » nForce Drivers
Login to view full posting options
Author Message
Google
AdSense

Back to top  
AdvModDev
AMD
Guru
Guru

Joined: 13 Jul 2003
Posts: 394

PostPosted: Mon Dec 31, 2007 6:26 pm    Post subject: SiI3112 SATARAID BIOS v4284 & Driver v1.0.62.0

New SiI3112 SATARAID BIOS v4284 released at SI dated 12/3/2007: http://www.siliconimage.com/support/supportsearchresults.aspx?pid=63&cid=15&ctid=2&osid=0&

Quote:
Problems resolved 1. A system with 2 ODDs attached to a Sii3112 may not boot.


Abit AN7 users only: stock an7_19 BIOS w/ new SATABIOS:

http://nf2.stuff.googlepages.com/AN7_19_84.zip

http://www.esnips.com/doc/1ef3b917-bfc7-4236-9f11-0854780e9164/AN7_19_84

Driver:

http://nf2.stuff.googlepages.com/SI3112_62.zip

http://www.esnips.com/doc/9252a272-7956-457f-9d77-ce578bd6df0f/SI3112_62

Edit:Looks like MSFT Update released new SATARAID drivers as well v1.0.62.0 dated 08/17/2007. No idea what was fixed since v1.0.60.0 because no release notes are included. This driver has not been uploaded at the SI site yet.


Last edited by AdvModDev on Sun Feb 10, 2008 2:52 am; edited 13 times in total
Back to top
rpbrown
nLightened
nLightened

Joined: 23 Sep 2003
Posts: 103

PostPosted: Thu Jan 03, 2008 3:36 am    Post subject:

Question - I am using a DFI MB with this controller on it. It is not the primary one-is there a benefit to flashing the BIOS on the SATA controller? I use it with optical drives only.

If it will help what is the best way to go about this?

Thank you
Back to top
AdvModDev
AMD
Guru
Guru

Joined: 13 Jul 2003
Posts: 394

PostPosted: Thu Jan 03, 2008 4:04 am    Post subject:

According to the release notes, the only change since v4283 is a fix specifically for two optical drives connected via SATA. So unless your drives are hooked up via SATA, then I wouldn't bother. But if you insist, I wrote up a guide in another thread (I changed some variables to fit your DFI board).

Quote:
As long as your board uses an Award BIOS, the procedure should be the same. You'll need to use a little DOS program called CBROM.

1. Download v2.15 and extract it to an empty folder on your c: drive (ex. C:\BIOS).
2. Extract the SATA BIOS (ex. 4284.bin -> should be around 40KB) and board BIOS (ex. DFIbios.bin) to that same empty folder
3. Open a command prompt window and type:

a) cd c:\BIOS (this changes the directory to the empty folder you created)
b) cbrom215 DFIbios.bin /pci release (this executes cbrom and removes the old SATA BIOS from your board BIOS)
c) a or b or c (This is the PCI module where the SATA BIOS is located within the board BIOS, it should be PCI [A] or PCI [B] or PCI [C])
d) cbrom215 DFIbios.bin /pci 4284.bin (This inserts the new SATA BIOS)

To see if it worked, type:

cbrom215 DFIbios.bin /d (this displays all the modules of your board's BIOS)

You should see the updated SATA BIOS at the "PCI ROM[A or B or C]" module.


You can download Cbrom215 here:

http://nf2.stuff.googlepages.com/Cbrom215.zip

http://www.esnips.com/doc/02a45d78-bb10-4027-a7e5-f5d1b57cf667/Cbrom215


Last edited by AdvModDev on Sun Feb 10, 2008 2:53 am; edited 10 times in total
Back to top
phaTrx7
nForce Padawan
nForce Padawan

Joined: 24 Apr 2003
Posts: 665
Location: Mobile, AL

PostPosted: Thu Jan 03, 2008 4:13 am    Post subject:

Will those SiI BIOS Flash Utilities (windows version) work with Vista x64 / XP x64 operating systems? I ask because some flash utilities will not work on x64 bit operating systems, and some will.
Back to top
AdvModDev
AMD
Guru
Guru

Joined: 13 Jul 2003
Posts: 394

PostPosted: Thu Jan 03, 2008 4:17 am    Post subject:

I could be wrong but I think those Flash utilities are only for add-in PCI controller cards, not integrated chipsets. But the flash utility is built into the driver and they do have 64bit specifc drivers at their site, so my guess is that it will work.

Last edited by AdvModDev on Thu Jan 03, 2008 4:29 am; edited 1 time in total
Back to top
rpbrown
nLightened
nLightened

Joined: 23 Sep 2003
Posts: 103

PostPosted: Thu Jan 03, 2008 7:59 pm    Post subject:

AdvModDev wrote:
According to the release notes, the only change since v4283 is a fix specifically for two optical drives connected via SATA. So unless your drives are hooked up via SATA, then I wouldn't bother. But if you insist, I wrote up a guide in another thread (I changed some variables to fit your DFI board).

Quote:
As long as your board uses an Award BIOS, the procedure should be the same. You'll need to use a little DOS program called CBROM.

1. Download v2.15 and extract it to an empty folder on your c: drive (ex. C:\BIOS).
2. Extract the SATA BIOS (ex. 4284.bin -> should be around 40KB) and board BIOS (ex. DFIbios.bin) to that same empty folder
3. Open a command prompt window and type:

a) cd c:\BIOS (this changes the directory to the empty folder you created)
b) cbrom215 DFIbios.bin /pci release (this executes cbrom and removes the old SATA BIOS from your board BIOS)
c) a or b or c (This is the PCI module where the SATA BIOS is located within the board BIOS, it should be PCI [A] or PCI [B] or PCI [C])
d) cbrom215 DFIbios.bin /pci 4284.bin (This inserts the new SATA BIOS)

To see if it worked, type:

cbrom215 DFIbios.bin /d (this displays all the modules of your board's BIOS)

You should see the updated SATA BIOS at the "PCI ROM[A or B or C]" module.


You can download CBROM215 from my directory: http://advmoddev.farvista.net/


Thank you very much. This indeed is very nice blessing.
Back to top
orpheus2k
nFHQ Member
nFHQ Member

Joined: 04 Jan 2008
Posts: 5

PostPosted: Fri Jan 04, 2008 11:59 pm    Post subject:

I would like to add the new SATA BIOS into my the Biosfile for the ASUS A7N8X Deluxe rev1.0x. I find 3 different files in the BIO-003112-xxx-4284.zip File:
4284.bin
b4284.bin
r4284.bin

So, which should I choose??
Back to top
AdvModDev
AMD
Guru
Guru

Joined: 13 Jul 2003
Posts: 394

PostPosted: Sat Jan 05, 2008 12:04 am    Post subject:

4284.bin

Hint: always choose the one that is the smallest size.
Back to top
orpheus2k
nFHQ Member
nFHQ Member

Joined: 04 Jan 2008
Posts: 5

PostPosted: Sat Jan 05, 2008 12:14 am    Post subject:

oooh, you are very fast Very Happy
I read your tutorial exactly. You write a file about 40kb, so I know which is the right!

I just test it a few minutes ago. But the progress doesn't end. It stops at 51,2%!

Code:
C:\BIOS>cbrom215 AN8D1009.BIN /pci 4284.bin
CBROM V2.15 (C)Award Software 2001 All Rights Reserved.
Adding 4284.bin ..... 51.2%

C:\BIOS>


Last edited by orpheus2k on Sat Jan 05, 2008 12:17 am; edited 2 times in total
Back to top
AdvModDev
AMD
Guru
Guru

Joined: 13 Jul 2003
Posts: 394

PostPosted: Sat Jan 05, 2008 12:17 am    Post subject:

That's normal. To check to see if you were successful type:

cbrom215 an8d1009.bin /d (this displays all the modules of your board's BIOS)

You should see the updated SATA BIOS at the "PCI ROM[A or B or C]" module.

If so, then it's ready to flash.


Last edited by AdvModDev on Sat Jan 05, 2008 12:31 am; edited 1 time in total
Back to top
Google
AdSense
Google
Back to top  
Display posts from previous:   
Post new topic   Reply to topic    nForcersHQ.com Forum Index » nForce Drivers Goto page 1, 2, 3  Next
All times are GMT Page 1 of 3


ToS | Privacy | Forum Rules | Contact | Advertise on this site
NVIDIA, the NVIDIA logo, NVIDIA nForce and all of the NVIDIA nForce product logos are trademarks of NVIDIA Corporation
nPowered by phpBB © 2007 phpBB Group  All rights reserved © 2001-2008 Michael Day nFHQ nForcersHQ.com | Fluffy-Gear.com
nForcersHQ supporters: Impar, wardog, MiniMax, envoid, jasonh, Krips, VAIOMAN, Zetro, sensai, me&er, RElliott, ScottRempel, JHogarth, IcemanIX, Etraman, KA, Tabajara, Xiomberg, ruddywarrior, hookahmike, MMoore, RHodgson, RGilson, powerarmour, Sepal, RRavat, DigitalRuin, HammerheadTech, Bane, DHunt, Fat Jez, baikal, Jumpin' Jon, MGadzikowski, JBishop, RDeBok, JDavies, HDHyland, TMorris