ATI IXP ATA Driver repost, ATI x200 chipset |
![]() |
ATI IXP ATA Driver repost, ATI x200 chipset |
|
scousi
InsanelyMac Sage
|
![]() |
Feb 23 2006, 02:39 PM Post #1
|
![]() ![]() ![]() ![]()
|
By popular demand here is the kext for the SB400 ATA controller of the ATI x200. This is for ATA device id 0x43761002
I have been receiving some PMs about it so here it is. This uses Darwin open source code so it is OK with the moderators. Add this to your /System/Library/Extensions directory Make sure you rename (or delete) the AppleGenericPCATA.kext to AppleGenericPCATA.kext_disabled command = "mv /System/Library/Extensions/AppleGenericPCATA.kext /System/Library/Extensions/AppleGenericPCATA.kext_disabled EDIT: Somtimes, the AppleGenericPCATA.kext extension has been found in the System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns directory. Remove or rename it from there too. If you run into a problem, you can use the trial version of MacDrive to access your installation partition from XP. If you are not comfortable with all these strange unix commands, you can enable the root user that allows you to perform all these manipulations with the GIU. Here's how: http://docs.info.apple.com/article.html?artnum=106290 2007-04-11 (Fix typo in command)
Attached File(s)
|
|
davi6228
InsanelyMac Protégé
|
![]() |
Feb 23 2006, 03:15 PM Post #2
|
|
Thanks again scousi!
|
|
rincy2000
InsanelyMac Protégé
|
![]() |
Feb 23 2006, 03:16 PM Post #3
|
|
Hi Scousi!
That was fast ;-) thx a lot! Rince |
|
rincy2000
InsanelyMac Protégé
|
![]() |
Feb 23 2006, 07:26 PM Post #4
|
|
Hi again!
Changed the kext and osx86 boots up really fast -- UDMA 5 works, but now there is another problem: The login window crashes. Anyone experienced that prob? Maybe a timing issue? Under Windows XP UDMA 5 works flawlessly.... Rince |
|
|
EdFlyer
Computer Lackey
|
![]() |
Feb 24 2006, 12:46 AM Post #5
|
![]() ![]()
|
Freaking works like a charm......that's awesome. Have you thought about the ATI audio, 4370 1002. I wonder if it loads the same way as the AppleOnboardAudio. I hope to look into it soon, but I can't guarantee I'll have time. Trimester system here at college leaves no time at the end of the quarter.
|
|
fireshark
Your Mom
|
![]() |
Feb 24 2006, 03:33 AM Post #6
|
![]() ![]() ![]() ![]() ![]() ![]()
|
the only x86 audio kexts afaik are ac97, applehda, and appleazalia
|
|
Fuzzlet
InsanelyMac Geek
|
![]() |
Feb 24 2006, 03:42 AM Post #7
|
![]() ![]()
|
Does this support SATA or just IDE?
|
|
scousi
InsanelyMac Sage
|
![]() |
Feb 24 2006, 04:01 AM Post #8
|
![]() ![]() ![]() ![]()
|
|
|
cyberwolf
InsanelyMac Protégé
|
![]() |
Feb 24 2006, 05:44 PM Post #9
|
|
I have both SATA and PATA on mine and I can confirm that only PATA works. However, it's still a brilliant fix!
|
|
EdFlyer
Computer Lackey
|
![]() |
Feb 25 2006, 07:32 PM Post #10
|
![]() ![]()
|
I know that ATI IXP audio isnt supported, that's why I was wondering if this was similar to the AC97 implementations for other drivers, but so far it doesn't appear that it is. the IXP audio chip has more features that the other codes. I figure scousi may have some idea how to get it working.....if i get it working on my own i'll post what i did, but don't expect anything from me for a few weeks. i have finals coming up (trimesters) and other code projects due, so I can't devote full time to this.
|
|
lanbo
InsanelyMac Protégé
|
![]() |
Feb 26 2006, 11:03 AM Post #11
|
|
Scousi, will this kind of patch work for SIS chipsets?
I see you added this line of code: { 0x43761002, 0x00, 3, "ATI IXP" } to AppleServerWorksATA. Do you think it may work adding a similar line for SIS chipsets? BTW, where did you get 0x43761002 from? Using reggie? What should I look for: PCI devices -> IDE controller/Host PCI or what? How did you exaclty get this number? Thxs! |
|
scousi
InsanelyMac Sage
|
![]() |
Feb 26 2006, 02:26 PM Post #12
|
![]() ![]() ![]() ![]()
|
Scousi, will this kind of patch work for SIS chipsets? I see you added this line of code: { 0x43761002, 0x00, 3, "ATI IXP" } to AppleServerWorksATA. Do you think it may work adding a similar line for SIS chipsets? BTW, where did you get 0x43761002 from? Using reggie? What should I look for: PCI devices -> IDE controller/Host PCI or what? How did you exaclty get this number? Thxs! Yes Reggie would work in your case if you want to get the IDs. You can also use this on the XP side. http://siv.mysite.wanadoo-members.co.uk/ |
|
lanbo
InsanelyMac Protégé
|
![]() |
Feb 26 2006, 05:47 PM Post #13
|
|
Scousi, it's strange but the only AppleOnboardPCATA.kext I can find in my system is in:
/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleOnboardPCATA.kext I have modiffied this one for the SiS chipset, but I think that the one the system is loadin is "AppleGenericPCATA.kext" which is in: /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleGenericPCATA.kext The profiler under the "Extensions" menu is telling that the driver being load is: AppleGenericPCATA: Version: 1.3 Last Modified: 11/25/05 7:33 AM Get Info String: 1.3, Copyright Apple Computer, Inc. 2000-2004 Location: /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleGenericPCATA.kext kext Version: 1.3 Load Address: 0x29147000 Valid: Yes Authentic: Yes Dependencies: Incomplete Dependency Errors: com.apple.iokit.IOATAFamily: No valid version of this dependency can be found com.apple.iokit.IOPCIFamily: No valid version of this dependency can be found com.apple.kernel.iokit: No valid version of this dependency can be found com.apple.kernel.libkern: No valid version of this dependency can be found Integrity: Kext has no receipt Do you have any clue on what's going on? Thxs again! |
|
scousi
InsanelyMac Sage
|
![]() |
Feb 26 2006, 06:25 PM Post #14
|
![]() ![]() ![]() ![]()
|
Scousi, it's strange but the only AppleOnboardPCATA.kext I can find in my system is in: /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleOnboardPCATA.kext I have modiffied this one for the SiS chipset, but I think that the one the system is loadin is "AppleGenericPCATA.kext" which is in: /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleGenericPCATA.kext The profiler under the "Extensions" menu is telling that the driver being load is: AppleGenericPCATA: Version: 1.3 Last Modified: 11/25/05 7:33 AM Get Info String: 1.3, Copyright Apple Computer, Inc. 2000-2004 Location: /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleGenericPCATA.kext kext Version: 1.3 Load Address: 0x29147000 Valid: Yes Authentic: Yes Dependencies: Incomplete Dependency Errors: com.apple.iokit.IOATAFamily: No valid version of this dependency can be found com.apple.iokit.IOPCIFamily: No valid version of this dependency can be found com.apple.kernel.iokit: No valid version of this dependency can be found com.apple.kernel.libkern: No valid version of this dependency can be found Integrity: Kext has no receipt Do you have any clue on what's going on? Thxs again! rename it with a new extension (ie AppleGenericPCATA.kext_remove), delete your caches in /System/Library/Extensions.kextcache and /System/Library/Extensions.mkext and reboot. Make sure you have the correct ID in the Info.plist of the AppleOnboardPCATA.kext. I guess you also recompiled the new kext with the device ID in the ServerWorks source code. This could however brick your installation. |
|
lanbo
InsanelyMac Protégé
|
![]() |
Feb 26 2006, 06:38 PM Post #15
|
|
rename it with a new extension (ie AppleGenericPCATA.kext_remove), delete your caches in /System/Library/Extensions.kextcache and /System/Library/Extensions.mkext and reboot. Make sure you have the correct ID in the Info.plist of the AppleOnboardPCATA.kext. I guess you also recompiled the new kext with the device ID in the ServerWorks source code. This could however brick your installation. Yes I have recompiled and changed Info.plst and I already had removed everything you said except /System/Library/Extensions.mkext. I'm removing this one and rebooting now... Yes, I know it's risky ;-) |
|
lanbo
InsanelyMac Protégé
|
![]() |
Feb 26 2006, 06:51 PM Post #16
|
|
Well... This is me again ............. form windows :-) Yup! I've broken my Mac Installation.
I can confirm that the trick of modifying the serverworks driver for the sis chipset doesn't work :-) Hopefully I'll be able to access the mac drive from windows with some program and restore the files removed. I have backups of the other drivers. Too bad I didn't make a backup of /System/Library/Extensions.mkext and /System/Library/Extensions.kextcache. Perhaps those will be created on the fly or I can get them form my installation dvd. But, I had to try! Scousi, do you have any idea if the same thing could work by modifying another driver? |
|
scousi
InsanelyMac Sage
|
![]() |
Feb 27 2006, 01:17 AM Post #17
|
![]() ![]() ![]() ![]()
|
Well... This is me again ............. form windows :-) Yup! I've broken my Mac Installation. I can confirm that the trick of modifying the serverworks driver for the sis chipset doesn't work :-) Hopefully I'll be able to access the mac drive from windows with some program and restore the files removed. I have backups of the other drivers. Too bad I didn't make a backup of /System/Library/Extensions.mkext and /System/Library/Extensions.kextcache. Perhaps those will be created on the fly or I can get them form my installation dvd. But, I had to try! Scousi, do you have any idea if the same thing could work by modifying another driver? Try the free trial version of MacDrive to access you MAC partition from XP. |
|
lanbo
InsanelyMac Protégé
|
![]() |
Feb 27 2006, 09:23 AM Post #18
|
|
|
|
DrJägermeister
InsanelyMac Legend
|
![]() |
Feb 27 2006, 09:28 AM Post #19
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Macdrive doesn't detect any mac partition... I guess I should see a new "disk" in my computer, right? There's nothign there. You can access a HFS+ partition in r/w modus with a linux live-CD, if you doesn't have any here is a small one (50MB): http://www.inside-security.de/insert_en.html |
|
lanbo
InsanelyMac Protégé
|
![]() |
Feb 27 2006, 10:01 AM Post #20
|
|
Thanks DrJägermeister. I solved the problem with macdrive after uninstalling daemon tools and removing sptd.sys (anyone with this problem should check the macdrive forums)
Now, if only I knew where to start to modify/create a driver for the sis chipset... Any ideas? Changing the serverworks driver didn't do the trick. Any expert on chipsets on the Linux front? Perhaps there are some similarities which can be exploted. I have compiled again with level 3 and it doesn't work either. And I have also modified the nforce drive with no luck. What is strange is that other people with sis chipsets, but different versions, have DMA enabled. I have no clue where in the code the DMA capabilities are detected. |
![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 01:15 PM |