
09-29-2008, 07:35 AM
|
Cheetah
|
|
Join Date: Apr 2008
Location: Eureka
Posts: 3
|
|
Hi Seawane,
If your SB600 is on the following list, you can try this AppleATIATA to see if it works and speeds up the booting time.
It works on my Acer Extensa 4420-5239 but it may conflict with AppleVIAATA.
Chun-Nan
/*
* Supported devices.
*/
#define ATA_ATI_ID 0x1002
#define ATA_ATI_IXP200 0x43491002
#define ATA_ATI_IXP300 0x43691002
#define ATA_ATI_IXP300_S1 0x436e1002
#define ATA_ATI_IXP400 0x43761002
#define ATA_ATI_IXP400_S1 0x43791002
#define ATA_ATI_IXP400_S2 0x437a1002
#define ATA_ATI_IXP600 0x438c1002
#define ATA_ATI_IXP600_S1 0x43801002
#define ATA_ATI_IXP700 0x439c1002
#define ATA_ATI_IXP700_S1 0x43901002
|