[PC-BSD Commits] r16319 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Tue Apr 10 11:40:54 PDT 2012
Author: kris
Date: 2012-04-10 18:40:53 +0000 (Tue, 10 Apr 2012)
New Revision: 16319
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Cant have both bwn firmware loaded at once
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-04-10 18:27:13 UTC (rev 16318)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-04-10 18:40:53 UTC (rev 16319)
@@ -86,7 +86,7 @@
sdpd_enable="YES"
# Load the following kernel modules
-kld_list="if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode bwn_v4_lp_ucode runfw ng_ubt cuse4bsd sem ntfs ntfs_iconv udf udf_iconv ext2fs"
+kld_list="if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode runfw ng_ubt cuse4bsd sem ntfs ntfs_iconv udf udf_iconv ext2fs"
# Clean out temporary files.
clear_tmp_enable="YES"
More information about the Commits
mailing list