[PC-BSD Commits] r16083 - pcbsd/current/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Mar 28 13:11:36 PDT 2012
Author: kenmoore
Date: 2012-03-28 20:11:35 +0000 (Wed, 28 Mar 2012)
New Revision: 16083
Modified:
pcbsd/current/system-overlay/etc/rc.conf
Log:
Add bwn_v4_lp_ucode to the kld_list in the rc.conf overlay. Is required for some broadcom devices.
Modified: pcbsd/current/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/system-overlay/etc/rc.conf 2012-03-28 19:05:51 UTC (rev 16082)
+++ pcbsd/current/system-overlay/etc/rc.conf 2012-03-28 20:11:35 UTC (rev 16083)
@@ -86,7 +86,7 @@
sdpd_enable="YES"
# Load the following kernel modules
-kld_list="if_bwn if_bwi bwi_v3_ucode bwn_v4_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 bwn_v4_lp_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