FreeBSD Bugzilla – Attachment 217264 Details for
Bug 248693
[PATCH][asmc] Add support for MacBook7,1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add support for MacBook7,1
asmc_macbook71support_final.patch (text/plain), 1.56 KB, created by
gcx61
on 2020-08-16 17:34:28 UTC
(
hide
)
Description:
Add support for MacBook7,1
Filename:
MIME Type:
Creator:
gcx61
Created:
2020-08-16 17:34:28 UTC
Size:
1.56 KB
patch
obsolete
>--- asmc.c.orig 2019-11-01 01:01:38.000000000 +0100 >+++ asmc.c 2020-08-16 10:48:07.690054000 +0200 >@@ -173,6 +173,12 @@ > }, > > { >+ "MacBook7,1", "Apple SMC MacBook Core 2 Duo (mid 2010)", >+ ASMC_SMS_FUNCS, ASMC_FAN_FUNCS2, ASMC_LIGHT_FUNCS_DISABLED, >+ ASMC_MB71_TEMPS, ASMC_MB71_TEMPNAMES, ASMC_MB71_TEMPDESCS >+ }, >+ >+ { > "MacBookPro1,1", "Apple SMC MacBook Pro Core Duo (15-inch)", > ASMC_SMS_FUNCS, ASMC_FAN_FUNCS, ASMC_LIGHT_FUNCS, > ASMC_MBP_TEMPS, ASMC_MBP_TEMPNAMES, ASMC_MBP_TEMPDESCS >--- asmcvar.h.orig 2019-11-01 01:01:38.000000000 +0100 >+++ asmcvar.h 2020-08-16 18:23:02.207524000 +0200 >@@ -158,6 +158,21 @@ > "Heatsink 1","Heatsink 2" \ > "Memory Bank A", } > >+#define ASMC_MB71_TEMPS { "TB0T", "TB1T", "TB2T", "TC0D", "TC0P", \ >+ "TH0P", "TN0D", "TN0P", "TN0S", "TN1D", \ >+ "TN1E", "TN1F", "TN1G", "TN1S", "Th1H", \ >+ "Ts0P", "Ts0S", NULL } >+ >+#define ASMC_MB71_TEMPNAMES { "enclosure_bottom0", "battery_1", "battery_2", "cpu_package", "cpu_proximity", \ >+ "hdd_bay", "northbridge0_diode", "northbridge0_proximity", "TN0S", "mpc_die2", \ >+ "TN1E", "TN1F", "TN1G", "TN1S", "heatsink1", \ >+ "palm_rest", "memory_proximity", } >+ >+#define ASMC_MB71_TEMPDESCS { "Enclosure Bottom 0", "Battery 1", "Battery 2", "CPU Package", "CPU Proximity", \ >+ "HDD Bay", "Northbridge Diode", "Northbridge Proximity", "TN0S", "MPC Die 2", \ >+ "TN1E", "TN1F", "TN1G", "TN1S", "Heatsink 1", \ >+ "Palm Rest", "Memory Proximity", } >+ > #define ASMC_MBP_TEMPS { "TB0T", "Th0H", "Th1H", "Tm0P", \ > "TG0H", "TG0P", "TG0T", NULL } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248693
: 217264