diff options
Diffstat (limited to 'share/man/man4/man4.mvme68k/vme.4')
-rw-r--r-- | share/man/man4/man4.mvme68k/vme.4 | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/share/man/man4/man4.mvme68k/vme.4 b/share/man/man4/man4.mvme68k/vme.4 new file mode 100644 index 00000000000..5e6fb47bf84 --- /dev/null +++ b/share/man/man4/man4.mvme68k/vme.4 @@ -0,0 +1,89 @@ +.\" $OpenBSD: vme.4,v 1.1 2013/05/18 17:45:38 miod Exp $ +.\" +.\" Copyright (c) 2003 Paul Weissmann +.\" 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. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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 $Mdocdate: May 18 2013 $ +.Dt VME 4 mvme88k +.Os +.Sh NAME +.Nm vme +.Nd VMEbus interface +.Sh SYNOPSIS +.Cd "vme0 at lrc0 offset 0x20000" +.Cd "vme0 at mc0 offset 0x40000" +.Cd "vme0 at ofobio0 offset 0x60000" +.Cd "vme0 at pcc0 offset 0x2000" +.Cd "vme0 at pcctwo0 offset 0x40000" +.Cd "vmes0 at vme0" +.Cd "vmel0 at vme0" +.Sh DESCRIPTION +The +.Nm +driver provides access to the VMEbus. +On MVME141 boards, it operates the VMEbus part of the +.Xr ofobio 4 +device. +On MVME147 boards, it operates the VMEchip ASIC connected to the +.\" .Xr pcc 4 +PCCchip local bus controller. +On MVME165 boards, it operates the VMEbus part of the +.Xr lrc 4 +local resource controller. +On MVME162 and MVME172 boards, it operates the VMEchip2 ASIC connectod to the +.\" .Xr mc 4 +MCchip local bus controller. +On MVME166, MVME167, MVME176 and MVME177 boards, it operates the VMEchip2 ASIC +connected to the +.Xr pcctwo 4 +PCCchip2 local bus controller. +.Pp +The +.Nm +driver exposes the D16 and D32 access spaces through the +.Nm vmes +and +.Nm vmel +drivers, respectively. +.Pp +The currently supported VMEbus drivers are: +.Pp +.Bl -tag -compact -width 10n -offset indent +.It Xr le 4 +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 +.Sh SEE ALSO +.Xr intro 4 , +.Xr lrc 4 , +.\" .Xr mc 4 , +.Xr ofobio 4 , +.\" .Xr pcc 4 , +.Xr pcctwo 4 |