diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-25 15:50:45 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-25 15:50:45 +0000 |
commit | d560e81bed5a2ba06d52eeb6db51402dc76edb47 (patch) | |
tree | 9805719d0ef25e9ae2dd94a70763505f497b6a74 /share | |
parent | 001e206f2595468de4cb1b139177fd1b940657e0 (diff) |
Add man page for atapi<->scsi adapter
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 12 | ||||
-rw-r--r-- | share/man/man4/atapiscsi.4 | 69 |
2 files changed, 75 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 44b515e35bc..bf9e3931c21 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.64 1999/07/02 18:09:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.65 1999/07/25 15:50:44 csapuntz Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ -MAN= atalk.4 audio.4 acd.4 adv.4 ahc.4 bpf.4 bridge.4 ccd.4 cd.4 ch.4 \ - clnp.4 cltp.4 ddb.4 de.4 drum.4 eap.4 ec.4 ep.4 esis.4 exphy.4 fd.4 \ - ffs_softupdates.4 fpa.4 fxp.4 icmp.4 icsphy.4 idp.4 ifmedia.4 imp.4 \ - inet.4 inphy.4 ip.4 ipl.4 ipsec.4 isapnp.4 iso.4 isp.4 ksyms.4 lkm.4 \ - lmc.4 lo.4 lxtphy.4 \ +MAN= atalk.4 atapiscsi.4 audio.4 acd.4 adv.4 ahc.4 bpf.4 bridge.4 ccd.4 \ + cd.4 ch.4 clnp.4 cltp.4 ddb.4 de.4 drum.4 eap.4 ec.4 ep.4 esis.4 \ + exphy.4 fd.4 ffs_softupdates.4 fpa.4 fxp.4 icmp.4 icsphy.4 idp.4 \ + ifmedia.4 imp.4 inet.4 inphy.4 ip.4 ipl.4 ipsec.4 isapnp.4 iso.4 \ + isp.4 ksyms.4 lkm.4 lmc.4 lo.4 lxtphy.4 \ midi.4 mii.4 mtdphy.4 mtio.4 mx.4 ncr.4 ne.4 netintro.4 \ ns.4 nsip.4 nsphy.4 null.4 opl.4 options.4 pcmcia.4 pn.4 pty.4 \ qsphy.4 raid.4 random.4 rl.4 rln.4 rlphy.4 route.4 scsi.4 sd.4 sl.4 \ diff --git a/share/man/man4/atapiscsi.4 b/share/man/man4/atapiscsi.4 new file mode 100644 index 00000000000..f957ac88c87 --- /dev/null +++ b/share/man/man4/atapiscsi.4 @@ -0,0 +1,69 @@ +.\" $OpenBSD: atapiscsi.4,v 1.1 1999/07/25 15:50:44 csapuntz Exp $ +.\" +.\" Copyright (c) 1999 Constantine Sapuntzakis. +.\" +.\" 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. +.\" 4. Neither the name of the University 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 AUTHOR 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 AUTHOR 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 July 25, 1999 +.Dt ATAPISCSI 4 +.Os +.Sh NAME +.Nm atapiscsi +.Nd ATAPI<->SCSI adapter +.Sh SYNOPSIS +.Cd "atapiscsi* at wdc? channel ?" +.Cd "atapiscsi* at pciide? channel ?" +.Cd "scsibus* at atapiscsi?" +.Sh DESCRIPTION +The +.Nm +driver supports ATAPI (also called IDE) devices such as CD-ROMs, ZIP drives, +floppy drives, and (eventually) tape drives. All ATAPI devices talk some +subset of the SCSI protocol. For example, our SCSI +.Xr cd 4 +driver, with minimal changes, was able to sucessfully control ATAPI CD-ROMs. +.Pp +The +.Nm +driver acts like a SCSI adapter. Thus, the ATAPI devices connected to +the system will appear as SCSI devices. +.Pp +For performance reasons, you should avoid putting an ATAPI device and +a hard disk on the same cable. Our driver does not support bus release +and, even if it did, many ATAPI devices do not support it. There is +only one command outstanding on a cable at a time. For example, if you +have a hard disk and a CD drive on the same cable, your hard disk +requests may get queued behind slow CD operations. +.Sh BUGS +Tape devices don't work yet. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pciide 4 , +.Xr scsi 4 , +.Xr wdc 4 , +.Xr cd 4 , +.Xr st 4 , +.Xr sd 4 |