summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/man4.mvme88k/Makefile4
-rw-r--r--share/man/man4/man4.mvme88k/intro.46
-rw-r--r--share/man/man4/man4.mvme88k/vme.46
-rw-r--r--share/man/man4/man4.mvme88k/vsbic.449
4 files changed, 59 insertions, 6 deletions
diff --git a/share/man/man4/man4.mvme88k/Makefile b/share/man/man4/man4.mvme88k/Makefile
index 373e7118a95..b7c3edc4d63 100644
--- a/share/man/man4/man4.mvme88k/Makefile
+++ b/share/man/man4/man4.mvme88k/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2008/01/05 12:47:56 miod Exp $
+# $OpenBSD: Makefile,v 1.7 2009/02/14 18:03:12 miod Exp $
# TODO: cl dart memc nvram syscon vx
MAN= autoconf.4 bussw.4 ie.4 intro.4 le.4 mem.4 \
- pcctwo.4 syscon.4 vme.4 vs.4
+ pcctwo.4 syscon.4 vme.4 vs.4 vsbic.4
MANSUBDIR=mvme88k
MLINKS+= mem.4 kmem.4
diff --git a/share/man/man4/man4.mvme88k/intro.4 b/share/man/man4/man4.mvme88k/intro.4
index 57ffc4d6537..cb3dc1f40dc 100644
--- a/share/man/man4/man4.mvme88k/intro.4
+++ b/share/man/man4/man4.mvme88k/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.9 2008/01/05 12:47:56 miod Exp $
+.\" $OpenBSD: intro.4,v 1.10 2009/02/14 18:03:12 miod Exp $
.\" Copyright (c) 1990, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91
.\"
-.Dd $Mdocdate: January 5 2008 $
+.Dd $Mdocdate: February 14 2009 $
.Dt INTRO 4 mvme88k
.Os
.Sh NAME
@@ -117,6 +117,8 @@ MVME188 system controller
VMEbus interface
.It Xr vs 4
MVME328, MVME328S and MVME328XT high performance SCSI controller
+.It Xr vsbic 4
+MVME327A SCSI and floppy controller
.\" .It Xr vx 4
.\" MVME332XT high performance serial I/O controller
.El
diff --git a/share/man/man4/man4.mvme88k/vme.4 b/share/man/man4/man4.mvme88k/vme.4
index 0cf57608ed8..10a9254bd5a 100644
--- a/share/man/man4/man4.mvme88k/vme.4
+++ b/share/man/man4/man4.mvme88k/vme.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vme.4,v 1.5 2008/01/05 12:47:56 miod Exp $
+.\" $OpenBSD: vme.4,v 1.6 2009/02/14 18:03:12 miod Exp $
.\"
.\" Copyright (c) 2003 Paul Weissmann
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 5 2008 $
+.Dd $Mdocdate: February 14 2009 $
.Dt VME 4 mvme88k
.Os
.Sh NAME
@@ -62,6 +62,8 @@ The currently VMEbus drivers supported are:
MVME376 AMD LANCE Ethernet device
.It Xr vs 4
MVME328, MVME328S and MVME328XT high performance SCSI controller
+.It Xr vsbic 4
+MVME327A SCSI and floppy controller
.\" .It Xr vx 4
.\" MVME332XT high performance serial I/O controller
.El
diff --git a/share/man/man4/man4.mvme88k/vsbic.4 b/share/man/man4/man4.mvme88k/vsbic.4
new file mode 100644
index 00000000000..200937babc1
--- /dev/null
+++ b/share/man/man4/man4.mvme88k/vsbic.4
@@ -0,0 +1,49 @@
+.\" $OpenBSD: vsbic.4,v 1.1 2009/02/14 18:03:12 miod Exp $
+.\"
+.\" Copyright (c) 2009 Miodrag Vallat.
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: February 14 2009 $
+.Dt VSBIC 4 mvme88k
+.Os
+.Sh NAME
+.Nm vsbic
+.Nd MVME327A SCSI and floppy controller
+.Sh SYNOPSIS
+.Cd "vsbic0 at vmes0 addr 0xffffa600 ipl 2"
+.Cd "vsbic1 at vmes0 addr 0xffffa700 ipl 2"
+.Cd "scsibus* at vsbic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the SCSI interface of the Motorola MVME327A
+SCSI and floppy VME controller.
+The WD33C93 SCSI controller found on this board is not directly accessible;
+instead, the
+.Nm
+driver runs SCSI commands through the MVME327A firmware interface.
+.Sh SEE ALSO
+.Xr cd 4 ,
+.Xr ch 4 ,
+.Xr intro 4 ,
+.Xr scsi 4 ,
+.Xr sd 4 ,
+.Xr ss 4 ,
+.Xr st 4 ,
+.Xr uk 4 ,
+.Xr vme 4
+.Sh BUGS
+Due to firmware limitations, SCSI commands using command blocks larger than
+12 bytes are not supported.
+Therefore, only the first 2TB of SCSI disks are accessible.