summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-23 18:25:49 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-23 18:25:49 +0000
commite7991ff6b2284d39e0748be47b0d271cc2606eee (patch)
tree163d5d3301b6bd15ecc489a28769378d87b554ca /share
parent8582d01fec87a54c3b9b0b35a913432dc91ba4c0 (diff)
downloadFreeBSD-src-e7991ff6b2284d39e0748be47b0d271cc2606eee.zip
FreeBSD-src-e7991ff6b2284d39e0748be47b0d271cc2606eee.tar.gz
Please welcome the mlx driver manpage.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/mlx.446
2 files changed, 48 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index d501500..768dad4 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -8,8 +8,8 @@ MAN4= ahc.4 amd.4 amr.4 an.4 atkbd.4 atkbdc.4 aue.4 blackhole.4 bpf.4 \
icmp.4 ifmib.4 iic.4 iicbb.4 iicbus.4 iicsmb.4 \
inet.4 inet6.4 intpm.4 intro.4 ip.4 ipfirewall.4 ipsec.4 \
kame.4 keyboard.4 kld.4 \
- kue.4 lo.4 lp.4 lpbb.4 lpt.4 mem.4 mouse.4 mtio.4 natm.4 ncr.4 \
- netintro.4 null.4 ohci.4 pass.4 pci.4 pcm.4 pcvt.4 \
+ kue.4 lo.4 lp.4 lpbb.4 lpt.4 mem.4 mlx.4 mouse.4 mtio.4 natm.4 \
+ ncr.4 netintro.4 null.4 ohci.4 pass.4 pci.4 pcm.4 pcvt.4 \
ppbus.4 ppi.4 ppp.4 psm.4 pt.4 pty.4 rl.4 \
route.4 sa.4 sbc.4 screen.4 scsi.4 \
sd.4 sf.4 si.4 sio.4 sis.4 sk.4 sl.4 smb.4 smbus.4 smp.4 snp.4 \
diff --git a/share/man/man4/mlx.4 b/share/man/man4/mlx.4
new file mode 100644
index 0000000..93e3723
--- /dev/null
+++ b/share/man/man4/mlx.4
@@ -0,0 +1,46 @@
+.\"
+.\" Copyright (c) 2000 Jeroen Ruigrok van der Werven
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd January 23, 2000
+.Dt MLX 4
+.Os
+.Sh NAME
+.Nm mlx
+.Nd Mylex DAC960 SCSI driver
+.Sh SYNOPSIS
+.Cd device mlx
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Mylex DAC960 controllers with 3.x and
+4.x firmware.
+This includes the P, PL, PJ, PJ and PTL (AcceleRAID 250) models.
+.Pp
+Other AcceleRAID models might work, but have not been tested and
+are thus not guaranteed to work.
+.Sh SEE ALSO
+.Xr da 4 ,
+.Xr intro 4 ,
+.Xr scsi 4
OpenPOWER on IntegriCloud