FreeBSD Bugzilla – Attachment 233817 Details for
Bug 260781
asmc(4): Add support for MacPro 6,1 (2013)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated macpro6,1 patch for asmc
updated-macpro61smc.patch (text/plain), 2.12 KB, created by
Adam S.
on 2022-05-09 03:06:48 UTC
(
hide
)
Description:
Updated macpro6,1 patch for asmc
Filename:
MIME Type:
Creator:
Adam S.
Created:
2022-05-09 03:06:48 UTC
Size:
2.12 KB
patch
obsolete
>diff -u original/asmc.c my-patch/asmc.c >--- original/asmc.c 2022-05-08 21:22:40.174098204 -0500 >+++ my-patch/asmc.c 2022-05-08 21:46:03.707670294 -0500 >@@ -363,11 +363,11 @@ > ASMC_MP5_TEMPS, ASMC_MP5_TEMPNAMES, ASMC_MP5_TEMPDESCS > }, > >- /* Idem for the MacPro 2013 (cylinder) */ >+ /* Idem for the Mac Pro 2013 (cylinder) */ > { >- "MacPro6,1", "Apple SMC MacPro (2013)", >+ "MacPro6,1", "Apple SMC Mac Pro (2013)", > ASMC_SMS_FUNCS_DISABLED, >- ASMC_FAN_FUNCS, >+ ASMC_FAN_FUNCS2, > ASMC_LIGHT_FUNCS_DISABLED, > ASMC_MP6_TEMPS, ASMC_MP6_TEMPNAMES, ASMC_MP6_TEMPDESCS > }, >diff -u original/asmcvar.h my-patch/asmcvar.h >--- original/asmcvar.h 2022-05-08 20:57:30.732265847 -0500 >+++ my-patch/asmcvar.h 2022-05-08 21:43:36.013152531 -0500 >@@ -646,17 +646,17 @@ > #define ASMC_MP6_TEMPS { "TA0P", "TA1P", "TC0P", "TG0D", "TG0P", \ > "TG1D", "TG1P", "TM0P", "TM1P", NULL } > >-#define ASMC_MP6_TEMPNAMES { "AMBIENT_AIR_0", "AMBIENT_AIR_1", \ >- "CPU_0_PROXIMITY", "GPU_0_DIODE", \ >- "GPU_0_PROXIMITY", "GPU_1_DIODE", \ >- "GPU_1_PROXIMITY", "MEM_SLOTS_0_PROXIMITY", \ >- "MEM_SLOTS_1_PROXIMITY" } >- >-#define ASMC_MP6_TEMPDESCS { "Ambient Air 0", "Ambient Air 1", \ >- "CPU Proximity 0", "GPU Diode 0", \ >- "GPU Proximity 0", "GPU Diode 1", \ >- "GPU Proximity 1", "Memory Proximity 0", \ >- "Memory Proximity 1" } >+#define ASMC_MP6_TEMPNAMES { "ambient_air_1", "ambient_air_2", \ >+ "cpu_proximity", "gpu_diode_1", \ >+ "gpu_proximity_1", "gpu_diode_2", \ >+ "gpu_proximity_2", "mem_proximity_1", \ >+ "mem_proximity_2" } >+ >+#define ASMC_MP6_TEMPDESCS { "Ambient Air 1", "Ambient Air 2", \ >+ "CPU Proximity", "GPU Diode 1", \ >+ "GPU Proximity 1", "GPU Diode 2", \ >+ "GPU Proximity 2", "Memory Bank A", \ >+ "Memory Bank B" } > > #define ASMC_MBA_TEMPS { "TB0T", NULL } > #define ASMC_MBA_TEMPNAMES { "enclosure" } >@@ -739,3 +739,4 @@ > "Thunderbolt Proximity", "Memory Bank A", "PCH Die", \ > "Wireless Proximity", "Airflow Proxmity", "Heatpipe", \ > "Mainboard Proximity", "Palm Rest", "Memory Proximity" } >+
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 260781
:
230522
| 233817