View Single Post
Old 31-03-2009, 02:44 PM   #77 (permalink)
olehaus
Registered User
 
Join Date: Mar 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up Re: How to enable AHCI/RAID mode without reinstalling windows (P35/ICH9/ICH9R)

I have successfully made a reg fix for the ICH7M (Mobile) chipset on FSC E8110 laptop. It may work for other ICH7M platforms as well but no guarantee. I used the Matrix Storage drivers from Fujitsu-Siemens, version 5.5.0.1035.

Just follow the instructions in the first post but use the below text instead.

This has been tried for AHCI only as my computer does not support RAID.

Start Notepad and copy the following lines:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\pci#ven_8086&dev_27c5&cc_0106]
"Service"="iaStor"
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor]
"Type"=dword:00000001
"Start"=dword:00000000
"ErrorControl"=dword:00000001
"Tag"=dword:00000019
"ImagePath"="system32\\drivers\\iaStor.sys"
"DisplayName"="Intel AHCI Controller"
"Group"="SCSI Miniport"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters]
"queuePriorityEnable"=dword:00000000
"AtapiOnPrimary"=dword:ffffffff
"AtapiOnSecondary"=dword:ffffffff

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\Port0]
"AN"=dword:00000000
"LPM"=dword:00000001
"LPMSTATE"=dword:00000000
"LPMDSTATE"=dword:00000001
"GTF"=dword:00000001
"DIPM"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Parameters\Port2]
"AN"=dword:00000000
"LPM"=dword:00000001
"LPMSTATE"=dword:00000000
"LPMDSTATE"=dword:00000001
"GTF"=dword:00000001
"DIPM"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor\Enum]
"0"="PCI\\VEN_8086&DEV_27C5&SUBSYS_138710CF&REV_02\\3&b1bfb68&0&FA"
"Count"=dword:00000001
"NextInstance"=dword:00000001

Save as ICH7M.reg and use this file.

OJ
olehaus is offline   Reply With Quote