@ hazen,
habe das mal für Dich rausgesucht, vielleicht hilft es !?
Adding TRIM Support to OS X
First, make sure you've updated to at least Mac OS X 10.6.7, as Trim Enabler won't work on previous versions of OS X. Once you've updated to 10.6.7 and verified that your SSD supports TRIM, you're ready to roll. Download and fire up Trim Enabler. Before you do anything, hit the "Backup" button—this will back up the kernel extension to any folder you want, so that if the patched extension doesn't work, you can restore the old one without a problem.
Full size
Once you've backed up, go ahead and hit "Patch". When it's done, restart your computer. If you open up System Profiler (by going to /Applications/Utilities/System Profiler), hit Serial-ATA in the sidebar and choose your SSD in the topmost pane, you should notice that your drive will show "Yes" under "TRIM Support". That means it worked correctly.
If it didn't, or if your computer is having issues booting, boot into safe mode by holding Shift when you boot up. If you're on a Hackintosh, boot into safe mode by typing -x at Chameleon's main screen. You'll boot right into OS X, after which you can open up TRIM Enabler and hit the "Restore" button to restore the original extension that you backed up earlier.
Improving Your SSD's Performance
TRIM may be working now, but if you've had the SSD for awhile, you've probably already lost a little bit of performance from not having TRIM all that time. You can clean up your drive and get some of that performance back by zeroing out your drive and running a few Terminal commands.
Full size
First, open up Disk Utility. Select your SSD in the sidebar and go to the "Erase" tab. Click the "Erase Free Space" button, and let it do its thing (it could take up to 15 minutes or so, and might slow down your computer a few times. I'd just step away from the computer and leave it alone for awhile).
When that's done, open up a Terminal window and type the following commands, hitting Enter and letting the command finish after each line:
sudo chown root:admin /
sudo kextcache -system-prelinked-kernel
sudo kextcache -system-caches
(You'll know when a command finishes because the prompt will come back with your computer's name). These commands will clear some of your caches that can slow down your boot time.
From now on, you should see a bit of an decrease in your computer's boot time and an increase in performance. The longer you've had your SSD, the better that improvement will be. Note that you only need to follow these steps once, since you're basically making up for the performance degradation you got from not having TRIM enabled. Now that you have TRIM support, your drive should keep its high performance instead of degrading over time.
Also note that some OS X updates might revert you to your old, TRIM-less state. So, when you update OS X, be sure to check System Profiler and see if TRIM is still enabled. If it's not, run the patch again. After you re-patch the system, you should be fine (again, you won't need to run the above commands again).
Beste Grüße
vsw