diff options
author | brueffer <brueffer@FreeBSD.org> | 2006-03-29 20:53:42 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2006-03-29 20:53:42 +0000 |
commit | f846dc70fead1554489f9b494ae10500f6bdfca5 (patch) | |
tree | 00434bdab065038cb5b6aecb8ba4eb6097abcc1f /share | |
parent | bec465e878dd6b17c9c4cbd64be57733cf5e49c8 (diff) | |
download | FreeBSD-src-f846dc70fead1554489f9b494ae10500f6bdfca5.zip FreeBSD-src-f846dc70fead1554489f9b494ae10500f6bdfca5.tar.gz |
Mention that amr(4) supports older MegaRAID hardware and clean up the
last vestiges of example.4.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/mfi.4 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man4/mfi.4 b/share/man/man4/mfi.4 index 28a2cf8..3f29d9363 100644 --- a/share/man/man4/mfi.4 +++ b/share/man/man4/mfi.4 @@ -48,7 +48,9 @@ The name is derived from the phrase "MegaRAID Firmware Interface", which is substantially different than the old "MegaRAID" interface and thus requires a new driver. -Older SCSI and SATA MegaRAID cards will not work with this driver. +Older SCSI and SATA MegaRAID cards are supported by +.Xr amr 4 +and will not work with this driver. .Pp .Sh HARDWARE The @@ -71,16 +73,19 @@ array/logical disk interface management interface .El .Sh SEE ALSO +.Xr amr 4 , .Xr pci 4 .Sh HISTORY The .Nm -manual page example first appeared in +driver first appeared in .Fx 7.0 . .Pp .El .Sh AUTHORS -This manual page was written by +The +.Nm +driver and this manual page were written by .An Scott Long Aq scottl@FreeBSD.org . .Sh BUGS The driver does not support big-endian architectures at this time. |