summaryrefslogtreecommitdiffstats
path: root/share/man/man4/mfi.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-04-01 09:55:37 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-04-01 09:55:37 +0000
commit83cdc2ae52ad8b178c0bd5e90553926a7dc11997 (patch)
tree09158bda65204014b116ab0a2778650673bbb5fd /share/man/man4/mfi.4
parent75222e0f6749f6b8072373aa91d852c4b51e1dec (diff)
downloadFreeBSD-src-83cdc2ae52ad8b178c0bd5e90553926a7dc11997.zip
FreeBSD-src-83cdc2ae52ad8b178c0bd5e90553926a7dc11997.tar.gz
Mention the module in the synopsis.
Diffstat (limited to 'share/man/man4/mfi.4')
-rw-r--r--share/man/man4/mfi.414
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man4/mfi.4 b/share/man/man4/mfi.4
index 3f29d9363..d86c259 100644
--- a/share/man/man4/mfi.4
+++ b/share/man/man4/mfi.4
@@ -24,15 +24,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 29, 2006
+.Dd April 1, 2006
.Dt MFI 4
.Os
.Sh NAME
.Nm mfi
.Nd "LSI MegaRAID SAS driver"
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device pci"
.Cd "device mfi"
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+mfi_load="YES"
+.Ed
.Sh DESCRIPTION
This driver is for LSI's next generation PCI Express SAS RAID controllers.
Access to RAID arrays (logical disks) from this driver is provided via
OpenPOWER on IntegriCloud