diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2006-05-20 09:39:28 +0000 |
---|---|---|
committer | Christian Brueffer <brueffer@FreeBSD.org> | 2006-05-20 09:39:28 +0000 |
commit | 2d431ba6183bf2cd27e446f1d12a13c0d9181fa2 (patch) | |
tree | 8e118b6b32b4330599545ad18ab2449918b58ce8 /share/man/man4/mly.4 | |
parent | 30550483f3b6610dcbbc320cacafd884f3401040 (diff) |
Convert to use a SYNPOSIS section that mentions kernel modules.
Also add "device scbus" where needed.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=158762
Diffstat (limited to 'share/man/man4/mly.4')
-rw-r--r-- | share/man/man4/mly.4 | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/share/man/man4/mly.4 b/share/man/man4/mly.4 index a57c603729e8..3affcacbd3cd 100644 --- a/share/man/man4/mly.4 +++ b/share/man/man4/mly.4 @@ -31,10 +31,22 @@ .Nm mly .Nd Mylex AcceleRAID/eXtremeRAID family driver .Sh SYNOPSIS -.Cd device pci -.Cd device mly -.Cd device scbus -.Cd device da +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 scbus" +.Cd "device da" +.Cd "device mly" +.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 +mly_load="YES" +.Ed .Sh DESCRIPTION The .Nm |