[PC-BSD Commits] r1341 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Sun Feb 10 08:52:33 PST 2008
Author: kris
Date: 2008-02-10 08:52:32 -0800 (Sun, 10 Feb 2008)
New Revision: 1341
Removed:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Cleaned up the default 1.5 kernel configs for 32bit / 64bit
Deleted: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.amd64
Deleted: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-02-09 01:32:25 UTC (rev 1340)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.amd64 2008-02-10 16:52:32 UTC (rev 1341)
@@ -28,6 +28,7 @@
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
+options SMP # Enable SMP support by default
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2008-02-09 01:32:25 UTC (rev 1340)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2008-02-10 16:52:32 UTC (rev 1341)
@@ -30,6 +30,7 @@
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
+options SMP # Enable SMP support by default
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
@@ -301,22 +302,6 @@
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
-
-# Direct Rendering modules for 3d accelleration
-#device drm # DRM Core Module
-#device mach64drm # ATI Rage Pro
-#device mgadrm # AGP Matrox G200
-#device r128drm # ATI Rage 128
-#device radeondrm # ATI Radeon
-#device sisdrm # SIS 300/305
-#device i915drm # Intel i830 through i915
-#device savagedrm # S3 Savage 3D, Savage 4
-#device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee
-
-#options VESA # Vesa Support for Splash
-#options SC_PIXEL_MODE # add support for the raster tex
-
-options HZ=1000
options DEVICE_POLLING
device pf
More information about the Commits
mailing list