[PC-BSD Commits] r1240 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 22 06:00:05 PST 2008
Author: kris
Date: 2008-01-22 06:00:05 -0800 (Tue, 22 Jan 2008)
New Revision: 1240
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
Log:
Fixed up amd64 builds
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64 2008-01-21 23:49:52 UTC (rev 1239)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64 2008-01-22 14:00:05 UTC (rev 1240)
@@ -68,7 +68,7 @@
# output. Adds ~215k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.
-device apic # I/O APIC
+#device apic # I/O APIC
# Bus support.
device isa
@@ -165,7 +165,7 @@
# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
-device pmtimer
+#device pmtimer
# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-01-21 23:49:52 UTC (rev 1239)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-01-22 14:00:05 UTC (rev 1240)
@@ -68,7 +68,7 @@
# output. Adds ~215k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.
-device apic # I/O APIC
+#device apic # I/O APIC
# Bus support.
device isa
@@ -165,7 +165,7 @@
# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
-device pmtimer
+#device pmtimer
# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
More information about the Commits
mailing list