2003-06-27 22:35:08 +04:00
|
|
|
.\" $NetBSD: ld.4,v 1.12 2003/06/27 18:35:08 wiz Exp $
|
2000-03-16 17:54:56 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
2000-10-19 18:55:50 +04:00
|
|
|
.\" by Andrew Doran.
|
2000-03-16 17:54:56 +03:00
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
2002-04-26 06:26:46 +04:00
|
|
|
.Dd April 26, 2002
|
2000-11-26 20:44:02 +03:00
|
|
|
.Dt LD 4
|
2000-03-16 17:54:56 +03:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
2000-11-26 20:44:02 +03:00
|
|
|
.Nm ld
|
|
|
|
.Nd logical disk driver
|
2000-03-16 17:54:56 +03:00
|
|
|
.Sh SYNOPSIS
|
2003-06-27 22:35:08 +04:00
|
|
|
.Cd "ld* at aac? unit ?"
|
|
|
|
.Cd "ld* at amr? unit ?"
|
|
|
|
.Cd "ld* at cac? unit ?"
|
|
|
|
.Cd "ld* at icp? unit ?"
|
|
|
|
.Cd "ld* at iop? tid ?"
|
|
|
|
.Cd "ld* at mlx? unit ?"
|
|
|
|
.Cd "ld* at twe? unit ?"
|
2000-03-16 17:54:56 +03:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2000-11-26 20:44:02 +03:00
|
|
|
driver provides support for simple block devices, usually presented by a disk
|
|
|
|
array controller.
|
2000-03-16 17:54:56 +03:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width /dev/rcaXXXXX -compact
|
2000-11-26 20:44:02 +03:00
|
|
|
.It Pa /dev/ld Ns Ar u Ns Ar p
|
2000-03-16 17:54:56 +03:00
|
|
|
block mode disk unit
|
|
|
|
.Ar u ,
|
|
|
|
partition
|
|
|
|
.Ar p
|
2000-11-26 20:44:02 +03:00
|
|
|
.It Pa /dev/rld Ns Ar u Ns Ar p
|
2000-03-16 17:54:56 +03:00
|
|
|
raw mode disk unit
|
|
|
|
.Ar u ,
|
|
|
|
partition
|
|
|
|
.Ar p
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
2002-04-26 06:05:07 +04:00
|
|
|
.Xr aac 4 ,
|
2003-05-04 20:18:32 +04:00
|
|
|
.Xr amr 4 ,
|
2002-04-26 06:26:46 +04:00
|
|
|
.Xr cac 4 ,
|
2002-04-23 01:05:19 +04:00
|
|
|
.Xr icp 4 ,
|
2001-09-22 05:22:48 +04:00
|
|
|
.Xr intro 4 ,
|
2000-11-26 20:44:02 +03:00
|
|
|
.Xr iop 4 ,
|
2001-02-04 20:05:11 +03:00
|
|
|
.Xr mlx 4 ,
|
2000-10-19 18:55:50 +04:00
|
|
|
.Xr twe 4
|
2000-03-16 17:54:56 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
2000-10-19 18:55:50 +04:00
|
|
|
.Nm
|
2000-03-16 17:54:56 +03:00
|
|
|
driver first appeared in
|
2001-11-28 20:41:46 +03:00
|
|
|
.Nx 1.5.3 .
|
2001-09-22 05:22:48 +04:00
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver was written by
|
|
|
|
.An Andrew Doran
|
2003-02-14 18:20:17 +03:00
|
|
|
.Aq ad@NetBSD.org .
|
2000-03-21 16:10:23 +03:00
|
|
|
.Sh BUGS
|
2001-02-04 20:05:11 +03:00
|
|
|
This driver is in reality a kludge intended to reduce code size and
|
2001-06-12 15:39:02 +04:00
|
|
|
maintenance overheads.
|
2000-11-09 16:01:41 +03:00
|
|
|
.Pp
|
|
|
|
The capacity and geometry of units as accessed through the
|
|
|
|
.Nm
|
|
|
|
driver may be different than when accessed through some other
|
|
|
|
medium (e.g.
|
2001-06-12 15:39:02 +04:00
|
|
|
.Tn SCSI ) .
|