diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-27 17:32:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-27 17:32:59 +0000 |
commit | 5f15160badf74edacaa46523fdec589d96163c1a (patch) | |
tree | 8b031332f1512cfcacdb21a972c374bb89d3597a /share/man/man4/man4.vax/vxtbus.4 | |
parent | 4348d4abc4547f7099cb23d8a207f645b051fb44 (diff) |
Document new stuff and fix a few .Nd lines for consistency.
Diffstat (limited to 'share/man/man4/man4.vax/vxtbus.4')
-rw-r--r-- | share/man/man4/man4.vax/vxtbus.4 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/share/man/man4/man4.vax/vxtbus.4 b/share/man/man4/man4.vax/vxtbus.4 new file mode 100644 index 00000000000..f3423210ae1 --- /dev/null +++ b/share/man/man4/man4.vax/vxtbus.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: vxtbus.4,v 1.1 2006/08/27 17:32:58 miod Exp $ +.\" +.\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) +.\" 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 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. +.\" +.Dd August 27, 2006 +.Dt VXTBUS 4 vax +.Os +.Sh NAME +.Nm vxtbus +.Nd VXT2000 bus +.Sh SYNOPSIS +.Cd "vxtbus0 at mainbus0" +.Sh DESCRIPTION +The +.Nm +driver is an abstraction for the internal I/O bus found on the VXT2000 +terminal. +.Sh SUPPORTED DEVICES +The following devices are supported on +.Nm vxtbus . +.Bl -tag -width 8n -compact -offset indent +.It Xr qsc 4 +SC26C94 quad UART controller. +.It Xr lcspx 4 +Low-Cost SPX color frame buffer. +.It Xr ze 4 +SGEC Ethernet interface. +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr lcspx 4 , +.Xr qsc 4 , +.Xr ze 4 |