Asus P5QL PRO sata question....
#1
Posted 18 February 2013 - 09:55 AM
#3
Posted 18 February 2013 - 11:30 AM
#4
Posted 18 February 2013 - 12:27 PM
mv61xx
;=============================================================================
; Copyright © 2006. Marvell International Ltd.
;
; INF for Windows 2K, Windows XP, Windows server 2003 and Windows Vista
;
;=============================================================================
[Version]
Signature = "$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%Marvell%
CatalogFile=mv61xx.cat
DriverVer=06/10/2008,1.2.0.57.
[DestinationDirs]
mv61xx.Files.x86_11 = 12
DefaultDestDir = 12
[SourceDisksNames.x86]
0=%Desc_x860%
[SourceDisksFiles.x86]
mv61xx.sys=0,,
[ControlFlags]
ExcludeFromSelect=*
[Manufacturer]
%Marvell%=Marvell
[Marvell]
%mv61xxDesc%=mv61xx_Inst,PCI\VEN_11AB&DEV_6101
%mv61xxDesc%=mv61xx_Inst,PCI\VEN_11AB&DEV_6111
%mv61xxDesc%=mv61xx_Inst,PCI\VEN_11AB&DEV_6121
%mv61xxDesc%=mv61xx_Inst,PCI\VEN_11AB&DEV_6122
%mv61xxDesc%=mv61xx_Inst,PCI\VEN_11AB&DEV_6145
[mv61xx_Inst]
CopyFiles = mv61xx.Files.x86_11,
CopyINF = mvnodrv.inf,
AddReg = mv61xx_Registry_Update,
; ******** Change disk time out value from default 10s to 60s ********
[mv61xx_Registry_Update]
HKLM,SYSTEM\CurrentControlSet\Services\Disk,TimeOutValue,0x00010001,0x3C
[mv61xx_Inst.Services]
AddService = mv61xx,0x00000002,mv61xx_Service_Instx86, mv61xx_EventLog_Inst
[mv61xx_Service_Instx86]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\mv61xx.sys
LoadOrderGroup = "SCSI Miniport"
AddReg = pnpsafe_pci_addreg
; ******** Uninstall section ********
[DefaultUninstall]
DelFiles = mv61xx.DelFiles
[DefaultUninstall.Services]
DelService = mv61xx
[mv61xx.DelFiles]
mv61xx.sys,,,
; **********************************
[mv61xx.Files.x86_11]
mv61xx.sys
[mv61xx_EventLog_Inst]
AddReg = mv61xx_EventLog_Inst.AddReg
[mv61xx_EventLog_Inst.AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Drivers\mv61xx.sys"
HKR,,TypesSupported,%REG_DWORD%,7
[pnpsafe_pci_addreg]
HKR, Parameters\PnpInterface, 5, 0x00010001, 0x00000001
HKR, "Parameters\Device", "NumberOfRequests", 0x00010001, 0x00000020
HKR, Parameters, PerformanceMode, 0x00010001, 0x00000000
[Strings]
; *******Localizable Strings*******
Marvell= "Marvell Inc."
Desc_x860= "Marvell Inc. RAID driver"
mv61xxDesc= "Marvell 61xx RAID Controller"
; *******Non Localizable Strings*******
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
SPSVCINST_ASSOCSERVICE=0x00000002
================================================================================================================================
mvnodrv
;=============================================================================
; Copyright © 2006. Marvell International Ltd.
;
; INF for Windows 2K, Windows XP, Windows server 2003 and Windows Vista
;
;=============================================================================
[Version]
Signature="$WINDOWS NT$"
Class=System
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%Marvell%
CatalogFile=mv61xx.cat
DriverVer=06/10/2008,1.2.0.57
[SourceDisksFiles]
[SourceDisksNames]
;[ControlFlags]
;ExcludeFromSelect = *
[Manufacturer]
%Marvell%=Marvell,NTamd64
[Marvell]
%Virtual.DeviceDesc% = NODRV,SCSI\ArrayMARVELL_Virtual_Device__
[Marvell.NTamd64]
%Virtual.DeviceDesc% = NODRV,SCSI\ArrayMARVELL_Virtual_Device__
[NODRV]
[NODRV.Services]
AddService = , %SPSVCINST_ASSOCSERVICE%
[Strings]
Marvell= "Marvell Inc."
Virtual.DeviceDesc= "Marvell Virtual Device"
;*******************************************
;Handy macro substitutions (non-localizable)
SPSVCINST_ASSOCSERVICE = 0x00000002
#5
Posted 18 February 2013 - 01:39 PM
As the specification from the MB say:
Quote
6 xSATA 3 Gb/s ports
MarvellŪ 6121 and 6111 SATA controller
1 xUltraDMA 133/100/66/33 for up to 2 PATA devices
Second you only need ahci in particular case to improve a little the speed of some drives (for example ahci is useful for ssd) but most likely you won't see a difference between ide mode and ahci mode for the real world applications if you don't use a ssd. Your motherboard manual will explain how to set ide mode in bios (page 77 chap 4.3.5 of the english manual).
In case you need to use ahci, you'll have to slipstream intel ahci drivers for ICH10 (the south bridge of the MB). There plenty of examples here to help slipstreaming properly the driver.
#6
Posted 18 February 2013 - 02:37 PM
so ahci has nothing to do with sata drivers then ?
This post has been edited by Daytrader: 18 February 2013 - 02:43 PM
#7
Posted 18 February 2013 - 02:38 PM
allen2, on 18 February 2013 - 01:39 PM, said:
Not really-really, with hard disk drives, NCQ does make a very noticeable difference (of course IF the hard disk drives have NCQ):
http://en.wikipedia....Command_Queuing
For the record, though tricky, it is possible to install AHCI drivers later:
http://www.msfn.org/...409#entry884409
jaclaz
#8
Posted 18 February 2013 - 04:33 PM
The right drivers for ahci for ich10 are there. These aren't the lastest but as i remember, these are the lastest to support XP properly.
For manualy integrate the ahci driver to your XP (from your other topic) you might try to follow this method.
#9
Posted 18 February 2013 - 05:03 PM
This post has been edited by Daytrader: 18 February 2013 - 05:09 PM
#10
Posted 19 February 2013 - 06:36 AM
This post has been edited by Daytrader: 19 February 2013 - 06:40 AM
#11
Posted 19 February 2013 - 08:06 AM
The best approach (easier) will be that of integrating the drivers in your XP, #2 below.
There are FOUR ways:
- use a "F6" floppy <- this used to be the easiest when floppy were common in PC's, nowadays the issue is that you need to have an USB floppy or create a "special" USB stick
- integrate the drivers <- manually or through nlite I would rate this the simplest
- integrate the drivers pack <- relatively easy as above but the size of the CD will grow
- install in IDE emulation mode and later add the AHCI drivers
There is not actuall differences between "IDE" (which is actually ATA) and SATA, SATA means Serial Ata, whilst older models with parallel interface are sometimes called PATA, but both "PATA" and SATA are the same thing, SATA may additionally support AHCI, i.e. you may have SATA without AHCI but not AHCI without SATA.
In practice the terms SATA and AHCI became synonims.
From what I can see from the support page of the motherboard you mention:
http://www.asus.com/...ort_Download_17
The file provided is this one:
http://dlcdnet.asus....057_XPVista.zip
You may also want to integrate the chipset driver:
http://dlcdnet.asus....nf_V9111014.zip
I am not sure to understand the reference allen2 is making to Intel ICH10
The use of nlite to add these drivers is illustrated in several guides, besides on the homepage of the tool:
http://www.nliteos.c...uide/part2.html
examples:
http://www.komku.org...to-windows.html
http://www.waynezim....on-using-nlite/
jaclaz
#12
Posted 19 February 2013 - 08:47 AM
#13
Posted 19 February 2013 - 02:22 PM
The marvell drivers were stamped as sata driver but on this asus board the marvell controller isn't connected to any intern sata port as per the asus manual (or if read properly the specifications of motherboard).
As the specs also show ICH10 chipset as southbridge, you might also check intel to see how many sata port it support. The ICH10 is the "IntelŪ 82801JO I/O Controller" and it support 6 sata port (the same of sata port the motherboard provide).
Of course you can still say that may be asus connected some sata to marvel instead of ICH10 so you can try with them if you want but you'll end up most likely with your hard drive not being detected (or getting a bsod).
#14
Posted 19 February 2013 - 02:53 PM
Oh, and marvel wiki says its a sata driver as well http://en.wikipedia...._Group_chipsets
This post has been edited by Daytrader: 19 February 2013 - 02:55 PM
#15
Posted 19 February 2013 - 03:04 PM
But don't trust me, you don't have to; just try. Slipstream only the Marvel driver with nlite or manually as explained previously and try.
I love people who can only learn by failing but who never give up.
Edit: punctuation and grammar.
This post has been edited by allen2: 19 February 2013 - 03:06 PM
#16
Posted 19 February 2013 - 03:08 PM
Oh and i do trust you, but i just dont understand how asus can be so wrong, and all the 1000's of users useing this motherboard worldwide either, surely if the official sata drivers on there website and on the install disc that comes with the motherboard was wrong, know one would be useing this board with there sata drives.
This post has been edited by Daytrader: 19 February 2013 - 03:11 PM
#17
Posted 19 February 2013 - 03:40 PM
Manual slipstreaming an XP cd isn't that complex (you need to edit 4 files) as explained in the post i linked previously. And bonus as it is also the same intel driver, the work is already done, you only need to edit the specified files (extracted from the XP SP3 CD) modify them the put them back on the CD. After this step burn a RW media (in case you didn't do it properly) and boot from it after setting ahci in the bios of your MB.
#18
Posted 19 February 2013 - 04:19 PM
Oh, and is ide and sata in the bios the same speed really, i mean if i had sata drives conneted, and ide set in the bios, will i still get the 300 speed from my sata hard drive, and not just max 133 that ide drives give me, cheers
This post has been edited by Daytrader: 19 February 2013 - 04:25 PM
#19
Posted 19 February 2013 - 04:32 PM
Extract from the zip file the files iaAHCI.inf, iaStor.inf and iaStor.sys. The two .inf files need to be modified then compressed using makecab. iaStor.sys also needs to be compressed using make cab.
The other files you need to edit are dosnet.inf and txtsetup.sif (you need to extract them from the XP SP3 CD so slipstream the SP3 before).
Then you add back all five files in the XP SP3 CD in the i386 folder.
Yes the speed will be almost the same (more or less 15%), you won't be limited to 133MB/s (even if most hard drive won't allow such speed transfer). The benchmark i linked previously should show you the difference :
The ssd drives are only about 10% faster using ahci versus ide mode.
And the hard drives usually get less improvement when using ahci.
Edit: Answered the second question i didn't saw the first time.
This post has been edited by allen2: 19 February 2013 - 04:42 PM
#20
Posted 19 February 2013 - 04:53 PM
- ← Confirmation please.....
- nLite
- nLite misses a registry entry when integrating KB2641653 (XP x86) →



Help

Back to top










