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

Gavin Atkinson gavin at FreeBSD.org
Sat Sep 20 00:19:46 UTC 2014


Author: gavin
Date: Sat Sep 20 00:19:45 2014
New Revision: 271883
URL: http://svnweb.freebsd.org/changeset/base/271883

Log:
  Explain how to load the malo(4) firmware on boot.
  
  PR:		193653
  Submitted by:	Juan Ramón Molina Menor
  MFC after:	3 days

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

Modified: head/share/man/man4/malo.4
==============================================================================
--- head/share/man/man4/malo.4	Fri Sep 19 23:38:44 2014	(r271882)
+++ head/share/man/man4/malo.4	Sat Sep 20 00:19:45 2014	(r271883)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"/
-.Dd October 21, 2009
+.Dd September 20, 2014
 .Dt MALO 4
 .Os
 .Sh NAME
@@ -49,7 +49,7 @@ kernel configuration file:
 .Ed
 .Pp
 Alternatively, to load the driver as a
-module at boot time, place the following lines in
+module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
 if_malo_load="YES"
@@ -84,6 +84,15 @@ the archive and running
 in the
 .Pa malo-firmware-1.4
 directory.
+.Pp
+To load the
+.Nm malofw
+firmware kernel module at boot time, place the following
+line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+malofw_load="YES"
+.Ed
 .Sh HARDWARE
 The following cards are among those supported by the
 .Nm


More information about the svn-src-all mailing list