8bd7cb6a69
* There is no -indent option to .Bd or .Bl, although you would never know that from its frequent use in this tree. There is a "-offset indent" combination that makes sense, and you can certainly say "-width indent". * Also, you can't markup the -width option argument, tho you CAN use a callable macro. So "-width Ar filename" doesn't make sense, but either "-width Ar" or "-width filename" does, as might something like "-width xxfilename" for a little extra space. * There are a lot of needlessly complex hanging tag macros in man4 used to create simple item lists. Those should be simplified one of these days before someone copies and edits yet another man4 page.
104 lines
3.3 KiB
Groff
104 lines
3.3 KiB
Groff
.\" $NetBSD: mlx.4,v 1.9 2002/02/07 03:15:08 ross Exp $
|
|
.\"
|
|
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
|
.\" All rights reserved.
|
|
.\"
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
.\" by Andrew Doran.
|
|
.\"
|
|
.\" 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. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
.\" must display the following acknowledgement:
|
|
.\" This product includes software developed by the NetBSD
|
|
.\" Foundation, Inc. and its contributors.
|
|
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
.\" contributors may be used to endorse or promote products derived
|
|
.\" from this software without specific prior written permission.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
.\" ``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 FOUNDATION OR CONTRIBUTORS
|
|
.\" 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.
|
|
.\"
|
|
.Dd January 10, 2000
|
|
.Dt MLX 4
|
|
.Os
|
|
.Sh NAME
|
|
.Nm mlx
|
|
.Nd
|
|
.Tn Mylex DAC960 RAID controller driver
|
|
.Sh SYNOPSIS
|
|
.Cd "mlx* at eisa? slot ?"
|
|
.Cd "mlx* at pci? dev ? function ?"
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
driver provides support for the
|
|
.Tn Mylex DAC960
|
|
family of RAID controllers, including OEM versions from
|
|
.Tn Compaq
|
|
and
|
|
.Tn DEC .
|
|
Attached disk arrays are supported by the
|
|
.Nm ld
|
|
driver.
|
|
.Pp
|
|
The
|
|
.Nm
|
|
driver will warn if a controller firmware upgrade may be necessary, although
|
|
as a matter of course, the latest available firmware should always be used.
|
|
.Sh HARDWARE
|
|
Supported controllers include:
|
|
.Pp
|
|
.Bl -tag -width Dv -offset indent -compact
|
|
.It Tn DEC/Compaq SWXCR
|
|
.It Tn Mylex AcceleRAID 150
|
|
.It Tn Mylex AcceleRAID 200
|
|
.It Tn Mylex AcceleRAID 250
|
|
.It Tn Mylex DAC1164P (eXtremeRAID 1100)
|
|
.It Tn Mylex DAC960P
|
|
.It Tn Mylex DAC960PD
|
|
.It Tn Mylex DAC960PG
|
|
.It Tn Mylex DAC960PJ
|
|
.It Tn Mylex DAC960PL
|
|
.It Tn Mylex DAC960PR
|
|
.It Tn Mylex DAC960PRL
|
|
.It Tn Mylex DAC960PT
|
|
.It Tn Mylex DAC960PTL0
|
|
.It Tn Mylex DAC960PTL1
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr intro 4 ,
|
|
.Xr ld 4 ,
|
|
.Xr mly 4 ,
|
|
.Xr mlxctl 8
|
|
.Sh HISTORY
|
|
The
|
|
.Nm mlx
|
|
driver first appeared in
|
|
.Nx 1.5.3 .
|
|
.Sh AUTHORS
|
|
The
|
|
.Nm
|
|
driver was written by
|
|
.An Andrew Doran
|
|
.Aq ad@netbsd.org .
|
|
It is derived from the
|
|
.Fx
|
|
driver of the same name, written by Michael Smith
|
|
.Aq msmith@freebsd.org .
|