[PC-BSD Commits] r8113 - in pcbsd: current/system-overlay/boot stable/system-overlay/boot
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 1 08:08:25 PST 2010
Author: kris
Date: 2010-12-01 08:08:25 -0800 (Wed, 01 Dec 2010)
New Revision: 8113
Modified:
pcbsd/current/system-overlay/boot/loader.conf
pcbsd/stable/system-overlay/boot/loader.conf
Log:
Added disable_mtrrs to loader.conf for testing, supposed to help fix nvidia issues
Modified: pcbsd/current/system-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/system-overlay/boot/loader.conf 2010-12-01 15:29:16 UTC (rev 8112)
+++ pcbsd/current/system-overlay/boot/loader.conf 2010-12-01 16:08:25 UTC (rev 8113)
@@ -64,3 +64,6 @@
# Disable acpi throttle by default, fixes issues with powerd and later AMDs
hint.acpi_throttle.0.disabled="1"
+
+# Fix crashes on 32bit with Nvidia
+machdep.disable_mtrrs=1
Modified: pcbsd/stable/system-overlay/boot/loader.conf
===================================================================
--- pcbsd/stable/system-overlay/boot/loader.conf 2010-12-01 15:29:16 UTC (rev 8112)
+++ pcbsd/stable/system-overlay/boot/loader.conf 2010-12-01 16:08:25 UTC (rev 8113)
@@ -62,3 +62,6 @@
# Disable acpi throttle by default, fixes issues with powerd and later AMDs
hint.acpi_throttle.0.disabled="1"
+
+# Fix crashes on 32bit with Nvidia
+machdep.disable_mtrrs=1
More information about the Commits
mailing list