[PC-BSD Commits] r9640 - in pcbsd/current: installcd-overlay/boot system-overlay/boot
svn at pcbsd.org
svn at pcbsd.org
Mon Mar 14 08:31:05 PDT 2011
Author: kris
Date: 2011-03-14 08:31:05 -0700 (Mon, 14 Mar 2011)
New Revision: 9640
Modified:
pcbsd/current/installcd-overlay/boot/loader.conf
pcbsd/current/system-overlay/boot/loader.conf
Log:
Updated to enable 'run' device driver by default
Thanks Dru!
Modified: pcbsd/current/installcd-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/installcd-overlay/boot/loader.conf 2011-03-14 09:01:58 UTC (rev 9639)
+++ pcbsd/current/installcd-overlay/boot/loader.conf 2011-03-14 15:31:05 UTC (rev 9640)
@@ -12,9 +12,11 @@
# Load Wireless Support
if_ipw_load="YES"
+if_iwn_load="YES"
if_iwi_load="YES"
+if_run_load="YES"
if_wpi_load="YES"
-if_iwn_load="YES"
+runfw_load="YES"
legal.intel_ipw.license_ack=1
legal.intel_iwi.license_ack=1
legal.intel_wpi.license_ack=1
Modified: pcbsd/current/system-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/system-overlay/boot/loader.conf 2011-03-14 09:01:58 UTC (rev 9639)
+++ pcbsd/current/system-overlay/boot/loader.conf 2011-03-14 15:31:05 UTC (rev 9640)
@@ -4,11 +4,13 @@
kern.maxproc=10000
# Load Wireless Support
+if_bwn_load="YES"
if_ipw_load="YES"
+if_iwn_load="YES"
if_iwi_load="YES"
+if_run_load="YES"
if_wpi_load="YES"
-if_iwn_load="YES"
-if_bwn_load="YES"
+runfw_load="YES"
legal.intel_ipw.license_ack=1
legal.intel_iwi.license_ack=1
legal.intel_wpi.license_ack=1
More information about the Commits
mailing list