diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-18 23:19:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-18 23:19:30 +0000 |
commit | 87d00f400eaf86a770dc09268649713d4a3d50f4 (patch) | |
tree | 9303df1e5e118503c8e8801c63811ceb1e56e53a /share/man/man4/man4.vax/mbus.4 | |
parent | fdbef39f25299be7dfee8fd1e022a3c078802917 (diff) |
Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations,
currently limited to serial console and a single processor working.
All ``on-board'' devices, including the Q-bus adapter, but except for
the frame buffer, are supported. The machine will boot over the network
or from SCSI devices.
Lots of thanks to Al Kossow for www.bitsavers.org, on which I found the
technical documentation allowing me to complete this port (which was
lacking at the time I got that machine...).
Diffstat (limited to 'share/man/man4/man4.vax/mbus.4')
-rw-r--r-- | share/man/man4/man4.vax/mbus.4 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/share/man/man4/man4.vax/mbus.4 b/share/man/man4/man4.vax/mbus.4 new file mode 100644 index 00000000000..eb7c09d466a --- /dev/null +++ b/share/man/man4/man4.vax/mbus.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: mbus.4,v 1.1 2008/08/18 23:19:18 miod Exp $ +.\" +.\" Copyright (c) 2008 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: August 18 2008 $ +.Dt MBUS 4 vax +.Os +.Sh NAME +.Nm mbus +.Nd VAXstation 35x0 and 38x0 bus +.Sh SYNOPSIS +.Cd "mbus0 at mainbus0" +.Sh DESCRIPTION +The +.Nm +driver supports the M-bus found in VAXstation 35x0 and 38x0 series. +It will perform the necessary configuration of all the boards connected +to the bus, and will attach a specific driver if necessary. +.Sh SUPPORTED DEVICES +The following M-bus devices are supported: +.Pp +.Bl -tag -width 8n -compact -offset indent +.It Xr fwio 4 +Firefox Workstation I/O module +.\" .It Xr legss 4 +.\" Low-End Graphics Subsystem +.It Xr uba 4 +UNIBUS/Q-bus controller +.El +.Sh SEE ALSO +.Xr intro 4 |