Mac OS X comes with a pretty useful tool to list all the details about your system:
# system_profiler
E.g. to find out whether your RAM supports ECC:
# system_profiler|grep ECC ECC: Disabled
Or wether your SSD supports TRIM:
# system_profiler|grep TRIM TRIM Support: Yes