This is what is now installed on my test/dev system that seems to be working and improved xbench and geekbench scores (still need to add mem details):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMbiosvendor</key>
<string>Apple Inc.</string>
<key>SMbiosversion</key>
<string>IM91.88Z.008D.B08.0904271717</string> (this must match your SMproductname)
<key>SMmanufacter</key>
<string>Apple Inc.</string>
<key>SMproductname</key>
<string>MacPro3,1</string>
<key>SMsystemversion</key>
<string>1.0</string> (I don't know if there are other possible values than 1.0)
<key>SMserial</key>
<string>nnnnnnnnnnn</string> (insert valid 11 character serial here if you have one)
<key>SMfamily</key>
<string>Macpro</string> (this must match your SMproductname)
<key>SMboardmanufacter</key>
<string>Apple Computer, Inc.</string> (put Apple Computer, Inc. if you're setting MacPro values)
<key>SMboardproduct</key>
<string>Mac-F42C88C8</string> (this must match your SMproductname)
<key>SMexternalclock</key>
<string>133</string> (your true CPU FSB, ie non-"quad pumped")
<key>SMmaximalclock</key>
<string>2800</string> (CPU freq in MHz)
<key>SMmemtype</key>
<string>24</string>
<key>SMmemspeed</key>
<string>1600</string> (RAM freq in MHz)
<key>SMmemmanufacter_1</key>
<string>Kingston Technology</string> (OCZ, Geil, whatever, the name of your cat, dog or parrot..)
<key>SMmemmanufacter_3</key>
<string>Kingston Technology</string> (...pet rabbit names causes system crashes, use with caution!)
<key>SMmempart_1</key>
<string>KHX8500D2/1GN</string> (your RAM manufacturer will have this info on their website...)
<key>SMmempart_3</key>
<string>KHX8500D2/1GN</string> (...for example in a .pdf datasheet for your RAM)
<key>SMmemserial_1</key>
<string>nnnnnnnn</string> (insert valid serials here if you have them)
<key>SMmemserial_3</key>
<string>nnnnnnnn</string> (You can get the serials with CPU-Z under Windows)
</dict>
</plist>