From 2e6230e0e3cc541a2b367420409fa6fbfa284ba1 Mon Sep 17 00:00:00 2001 From: gavin Date: Sat, 20 Sep 2014 00:19:45 +0000 Subject: Explain how to load the malo(4) firmware on boot. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 193653 Submitted by: Juan Ramón Molina Menor MFC after: 3 days --- share/man/man4/malo.4 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4 index 22cc471..7f8a036 100644 --- a/share/man/man4/malo.4 +++ b/share/man/man4/malo.4 @@ -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 -- cgit v1.1