svn commit: r251317 - head/share/man/man4

Navdeep Parhar np at FreeBSD.org
Mon Jun 3 17:30:21 UTC 2013


Author: np
Date: Mon Jun  3 17:30:21 2013
New Revision: 251317
URL: http://svnweb.freebsd.org/changeset/base/251317

Log:
  cxgbe(4): t4fw_cfg must be explicitly loaded if the driver is being
  loaded via loader.conf.
  
  Submitted by:	jwd@
  MFC after:	3 days

Modified:
  head/share/man/man4/cxgbe.4

Modified: head/share/man/man4/cxgbe.4
==============================================================================
--- head/share/man/man4/cxgbe.4	Mon Jun  3 17:24:46 2013	(r251316)
+++ head/share/man/man4/cxgbe.4	Mon Jun  3 17:30:21 2013	(r251317)
@@ -46,9 +46,10 @@ kernel configuration file:
 .Ed
 .Pp
 To load the driver as a
-module at boot time, place the following line in
+module at boot time, place the following lines in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
+t4fw_cfg_load="YES"
 if_cxgbe_load="YES"
 .Ed
 .Sh DESCRIPTION


More information about the svn-src-all mailing list