Chameleon

Chameleon Commit Details

Date:2011-05-07 20:34:18 (12 years 11 months ago)
Author:MacMan
Commit:762
Parents: 761
Message:Additional smbios default edits beyoynd original Chimera changes
Changes:
M/branches/Chimera/i386/libsaio/smbios_patcher.c

File differences

branches/Chimera/i386/libsaio/smbios_patcher.c
3030
3131
3232
33
33
3434
3535
3636
......
3838
3939
4040
41
41
4242
4343
4444
4545
4646
4747
48
48
4949
5050
5151
......
5353
5454
5555
56
56
5757
5858
5959
......
120120
121121
122122
123
123
124124
125125
126126
// defaults for a MacBook
static const SMStrEntryPair const sm_macbook_defaults[]={
{"SMbiosvendor","Apple Inc."},
{"SMbiosversion","MB41.88Z.0073.B00.0809221748"},
{"SMbiosversion","MB41.88Z.00C1.B00.0802091535"},
{"SMbiosdate","04/01/2008"},
{"SMmanufacter","Apple Inc."},
{"SMproductname","MacBook4,1"},
{"SMserial","SOMESRLNMBR"},
{"SMfamily","MacBook"},
{"SMboardmanufacter","Apple Inc."},
{"SMboardproduct","Mac-F42D89C8"},
{"SMboardproduct","Mac-F22788A9"},
{ "",""}
};
// defaults for a MacBook Pro
static const SMStrEntryPair const sm_macbookpro_defaults[]={
{"SMbiosvendor","Apple Inc."},
{"SMbiosversion","MBP41.88Z.0073.B00.0809221748"},
{"SMbiosversion","MBP41.88Z.00C1.B03.0802271651"},
{"SMbiosdate","04/01/2008"},
{"SMmanufacter","Apple Inc."},
{"SMproductname","MacBookPro4,1"},
{"SMserial","SOMESRLNMBR"},
{"SMfamily","MacBookPro"},
{"SMboardmanufacter","Apple Inc."},
{"SMboardproduct","Mac-F42D89C8"},
{"SMboardproduct","Mac-F42C89C8"},
{ "",""}
};
// defaults for a Mac Pro 4,1 Core i7/Xeon
static const SMStrEntryPair const sm_macpro_core_defaults[]={
{"SMbiosvendor","Apple Computer, Inc."},
{"SMbiosversion","MP41.88Z.0081.B04.0903051113"},
{"SMbiosversion","MP41.88Z.0081.B07.0903051113"},
{"SMbiosdate","11/06/2009"},
{"SMmanufacter","Apple Inc."},
{"SMproductname","MacPro4,1"},

Archive Download the corresponding diff file

Revision: 762