Remove references to oldscsibus.

This commit is contained in:
wiz 2001-08-26 14:23:26 +00:00
parent 6825e7d5ea
commit 512822911b
5 changed files with 7 additions and 232 deletions

View File

@ -27,9 +27,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $NetBSD: asc.4,v 1.8 2001/07/08 17:22:54 wiz Exp $
.\" $NetBSD: asc.4,v 1.9 2001/08/26 14:23:26 wiz Exp $
.\"
.Dd August 6, 1996
.Dd August 26, 2001
.Dt ASC 4 pmax
.Os
.Sh NAME
@ -39,7 +39,6 @@ TurboChannel SCSI adaptor
.Sh SYNOPSIS
.Cd "asc* at ioasic?"
.Cd "asc* at tc?"
.Cd "oldscsibus* at asc?"
.Cd "scsibus* at asc?"
.Sh DESCRIPTION
The
@ -55,8 +54,6 @@ The driver provides no support for targets with multiple Logical
Unit Numbers (LUNs).
.Sh SEE ALSO
.Xr intro 4 ,
.Xr rz 4 ,
.Xr tz 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
@ -66,24 +63,3 @@ The
.Nm
driver first appeared in
.Bx 4.4 .
.Sh BUGS
The
.Nm
driver only supports the
.Nm oldscsibus
higher-level layer, and the
.Nm rz
and
.Nm tz
devices, which first appeared in
.Bx 4.4 /pmax .
It should be re-written to support the
.Nm scsibus
machine-independent higher-level SCSI layer and the
.Nm sd ,
.Nm st ,
and
.Nm cd
drivers.
This is
.Ud .

View File

@ -27,9 +27,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $NetBSD: intro.4,v 1.8 2001/04/11 19:10:47 wiz Exp $
.\" $NetBSD: intro.4,v 1.9 2001/08/26 14:23:26 wiz Exp $
.\"
.Dd December 15, 1999
.Dd August 26, 2001
.Dt INTRO 4 pmax
.Os
.Sh NAME
@ -139,7 +139,7 @@ serial driver for DEC custom four-port serial device (dc7085 DZ-11 clone)
on the baseboard of DECstation 2100/31000, 5100, and 5000/200 systems.
.It scc
serial driver for Zilog SCC asynchronous/synchronous devices on the
baseboard of DECstation 5000-series systems (excluding 5000/200).
baseboard of DECstation 5000-series systems (excluding 5000/200).
.It le
Ethernet driver for baseboard or TurboChannel option cards.
.It ioasic
@ -152,10 +152,6 @@ Pseudo-device driver supporting glass-tty console emulation on DEC
framebuffers, DEC mice, and LK-201 family keyboards.
.It sii
DEC custom SCSI adaptor on DECstation 2100, 3100, 5100, and VAXstation 3100.
.It rz
SCSI disk driver, based on the 4.4bsd/pmax SCSI disk driver.
.It tz
SCSI tape driver, based on the 4.4bsd/pmax SCSI disk driver.
.It pm
DECstation 2100/3100 baseboard framebuffer
.It tc

View File

@ -1,87 +0,0 @@
.\"
.\" Copyright (c) 1996 Jonathan Stone.
.\" 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. 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 Jonathan Stone.
.\" 4. 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.
.\"
.\" $NetBSD: rz.4,v 1.4 2000/07/05 16:13:52 msaitoh Exp $
.\"
.Dd March 24, 1998
.Dt RZ 4 pmax
.Os
.Sh NAME
.Nm rz
.Nd
SCSI Common Command Set (CCS) Disk driver
.Sh SYNOPSIS
.Cd "rz0 at oldscsibus? target? drive ?"
.Sh DESCRIPTION
The
.Nm
driver provides support for SCSI Common Command Set (CCS) disk drives.
The driver name was changed from "sd" to "rz" for
.Tn DEC
naming compatibility.
.Pp
Bits fields in the minor device number are interpreted as follows:
.Bl -tag -width xxxx
.It 0xF8
These bits are the
.Nm
disk unit number.
.It 0x03
These bits are the
.Nm
disk partition number.
.El
.Pp
The following
.Xr ioctl 2
calls are supported:
.Bl -tag -width SDIOCSCSICOMMAND
.It Dv DIOCGDEFLABEL
.It Dv DIOCGDINFO
.It Dv DIOCGPART
.It Dv DIOCSDINFO
.It Dv DIOCWDINFO
.It Dv DIOCWLABEL
.It Dv SDIOCGFORMAT
.It Dv SDIOCSCSICOMMAND
.It Dv SDIOCSENSE
.It Dv SDIOCSFORMAT
.El
.Sh SEE ALSO
.Xr intro 4 ,
.Xr tz 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
.Xr ch 4
.Sh HISTORY
The
.Nm
driver first appeared in
.Bx 4.4 .

View File

@ -27,9 +27,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $NetBSD: sii.4,v 1.8 2001/07/08 17:22:54 wiz Exp $
.\" $NetBSD: sii.4,v 1.9 2001/08/26 14:23:26 wiz Exp $
.\"
.Dd August 6, 1996
.Dd August 26, 2001
.Dt SII 4 pmax
.Os
.Sh NAME
@ -61,8 +61,6 @@ The driver uses this "window" area as a bounce buffer, copying data
to and from the DMA region.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr rz 4 ,
.Xr tz 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
@ -72,24 +70,3 @@ The
.Nm
driver first appeared in
.Bx 4.4 .
.Sh BUGS
The
.Nm
driver only supports the
.Nm oldscsibus
higher-level layer, and the
.Nm rz
and
.Nm tz
devices, which first appeared in
.Bx 4.4 /pmax .
It should be re-written to support the
.Nm scsibus
machine-independent higher-level SCSI layer and the
.Nm sd ,
.Nm st ,
and
.Nm cd
drivers.
This is
.Ud .

View File

@ -1,87 +0,0 @@
.\"
.\" Copyright (c) 1996 Jonathan Stone.
.\" 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. 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 Jonathan Stone.
.\" 4. 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.
.\"
.\" $NetBSD: tz.4,v 1.4 2000/07/05 16:13:52 msaitoh Exp $
.\"
.Dd March 24, 1998
.Dt TZ 4 pmax
.Os
.Sh NAME
.Nm tz
.Nd
SCSI Common Command Set (CCS) Tape driver
.Sh SYNOPSIS
.Cd "tz0 at oldscsibus? target? drive ?"
.Sh DESCRIPTION
The
.Nm
driver provides support for SCSI Common Command Set (CCS) tape drives,
including the
.Tn DEC
.Tn TK50 ,
.Tn Exabyte
.Tn EXB-8200 ,
.Tn Archive
.Tn "Viper 150" ,
.Tn Archive
.Tn Python ,
and the
.Tn HP35450A
DAT drive.
Additional generic SCSI tape drives may work as well.
.Pp
Bits fields in the minor device number are interpreted as follows:
.Bl -tag -width xxxx
.It 0xF0
These four bits are the
.Nm
unit number.
.It 0x01
Do not rewind tape on device
.Xr close 2 .
.It 0x02
Use "high density" if the drive supports it.
.It 0x04
.Dv TZ_EXSFMK
Reserved For Future Use.
.It 0x08
Access the drive in fixed block mode - allows random access.
.El
.Sh SEE ALSO
.Xr intro 4 ,
.Xr rz 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
.Xr ch 4
.Sh HISTORY
The
.Nm
driver first appeared in
.Bx 4.4 .