[PC-BSD Commits] r12623 - in pcbsd/current/system-overlay: boot etc
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 6 08:39:22 PDT 2011
Author: kris
Date: 2011-09-06 08:39:21 -0700 (Tue, 06 Sep 2011)
New Revision: 12623
Modified:
pcbsd/current/system-overlay/boot/loader.conf
pcbsd/current/system-overlay/etc/rc.conf
Log:
Move a number of kld loads from loader.conf to rc.conf to speed up boot times
Modified: pcbsd/current/system-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/system-overlay/boot/loader.conf 2011-09-06 15:21:28 UTC (rev 12622)
+++ pcbsd/current/system-overlay/boot/loader.conf 2011-09-06 15:39:21 UTC (rev 12623)
@@ -6,22 +6,10 @@
# Load atapicam
atapicam_load="YES"
-# Load Wireless Support
-if_bwi_load="YES"
-bwi_v3_ucode_load="YES"
-if_bwn_load="YES"
-bwn_v4_ucode_load="YES"
-runfw_load="YES"
+# Accept the firmware license
legal.intel_ipw.license_ack=1
legal.intel_iwi.license_ack=1
-# Load Bluetooth Drivers
-ng_ubt_load="YES"
-
-# Enable usb Webcam Support
-cuse4bsd_load="YES"
-pwc_load="YES"
-
# Load mmc card-reader support
mmc_load="YES"
mmcsd_load="YES"
@@ -39,32 +27,19 @@
geom_mirror_load="YES"
geom_eli_load="YES"
-# Load Serial Bus Protocol Support
-sbp_load="YES"
-
# Load File-System Support
libiconv_load="YES"
libmchain_load="YES"
cd9660_iconv_load="YES"
msdosfs_iconv_load="YES"
-ntfs_load="YES"
-ntfs_iconv_load="YES"
-udf_load="YES"
-udf_iconv_load="YES"
zfs_load="YES"
tmpfs_load="YES"
-# Load u3g support
-u3g_load="YES"
-
# 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
-# Enable POSIX semaphores
-sem_load="YES"
-
# Show keystokes for passphrases
kern.geom.eli.visible_passphrase=2
Modified: pcbsd/current/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/system-overlay/etc/rc.conf 2011-09-06 15:21:28 UTC (rev 12622)
+++ pcbsd/current/system-overlay/etc/rc.conf 2011-09-06 15:39:21 UTC (rev 12623)
@@ -84,3 +84,6 @@
# Enable BlueTooth
hcsecd_enable="YES"
sdpd_enable="YES"
+
+# Load the following kernel modules
+kld_list="if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode runfw ng_ubt cuse4bsd pwc u3g sem sbp ntfs ntfs_iconv udf udf_iconv"
More information about the Commits
mailing list