1 Nov 2010 15:34
[PC-BSD Commits] r7955 - in pcbsd: current/installcd-overlay/boot current/system-overlay/boot stable/installcd-overlay/boot stable/system-overlay/boot
Author: kris Date: 2010-11-01 07:34:25 -0700 (Mon, 01 Nov 2010) New Revision: 7955 Modified: pcbsd/current/installcd-overlay/boot/loader.conf pcbsd/current/system-overlay/boot/loader.conf pcbsd/stable/installcd-overlay/boot/loader.conf pcbsd/stable/system-overlay/boot/loader.conf Log: Disable acpi_throttle by default, causes issues with later AMDs Modified: pcbsd/current/installcd-overlay/boot/loader.conf =================================================================== --- pcbsd/current/installcd-overlay/boot/loader.conf 2010-10-31 17:47:22 UTC (rev 7954) +++ pcbsd/current/installcd-overlay/boot/loader.conf 2010-11-01 14:34:25 UTC (rev 7955) <at> <at> -53,3 +53,6 <at> <at> msdosfs_load="YES" nullfs_load="YES" zfs_load="YES" + +# Disable acpi throttle by default, fixes issues with powerd and later AMDs +hint.acpi_throttle.0.disabled="1" Modified: pcbsd/current/system-overlay/boot/loader.conf =================================================================== --- pcbsd/current/system-overlay/boot/loader.conf 2010-10-31 17:47:22 UTC (rev 7954) +++ pcbsd/current/system-overlay/boot/loader.conf 2010-11-01 14:34:25 UTC (rev 7955) <at> <at> -62,3 +62,6 <at> <at>(Continue reading)
RSS Feed