summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.hppa
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-03-14 19:39:17 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-03-14 19:39:17 +0000
commit5da7f7c9f09746f6c05251074b09017090804b6c (patch)
treea0327388213e924fc7c35ad2fb4a6614a0745050 /share/man/man4/man4.hppa
parent627e7c166b58844a47f5d0e5101bb0b592b088be (diff)
Move the i386 version of lpt.4 to the common directory since lpt is
used on 4 platforms now...
Diffstat (limited to 'share/man/man4/man4.hppa')
-rw-r--r--share/man/man4/man4.hppa/Makefile4
-rw-r--r--share/man/man4/man4.hppa/lpt.478
2 files changed, 2 insertions, 80 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile
index 6e3257679b5..50dd787633f 100644
--- a/share/man/man4/man4.hppa/Makefile
+++ b/share/man/man4/man4.hppa/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.2 2001/06/20 16:27:28 mpech Exp $
+# $OpenBSD: Makefile,v 1.3 2002/03/14 19:39:16 jason Exp $
-MAN= lasi.4 asp.4 gsc.4 lpt.4 # com.4 # eba.4 hil.4
+MAN= lasi.4 asp.4 gsc.4 # com.4 # eba.4 hil.4
# aone.4 atwo.4 wax.4 dino.4 tir.4 xbar.4 mcx.4
MANSUBDIR=hppa
diff --git a/share/man/man4/man4.hppa/lpt.4 b/share/man/man4/man4.hppa/lpt.4
deleted file mode 100644
index 36870a1cd10..00000000000
--- a/share/man/man4/man4.hppa/lpt.4
+++ /dev/null
@@ -1,78 +0,0 @@
-.\" $OpenBSD: lpt.4,v 1.5 2001/08/03 15:21:16 mpech Exp $
-.\"
-.\"
-.\" Copyright (c) 1999 Michael Shalayeff
-.\" 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 Michael Shalayeff.
-.\" 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.
-.\"
-.Dd April 14, 1999
-.Dt LPT 4
-.Os
-.Sh NAME
-.Nm lpt
-.Nd Printer port controller
-.Sh SYNOPSIS
-.Cd "lpt0 at gsc? irq 7"
-.Pp
-.Cd "lpt0 at isa? port" \&"IO_LPT1\&" irq 7
-.Sh INTRODUCTION
-Parallel port controller provides Centronics port for unidirectional
-data communications
-.Tn ( IEEE 1284 ) .
-.Pp
-The
-.Nm
-ports on
-.Xr isa 4
-comes in whole rainbow of flaivours.
-The parallel port controller on
-.Xr gsc 4
-(core) bus comes in several chip implementations:
-.Pp
-.Bl -tag -compact -width WD16C552
-.It WD16C552
-contains both serial ports and a parallel port;
-.It LASI
-incorporated into the
-.Xr lasi 4
-megacell hyperchip.
-.El
-.Pp
-In either case the bus interface is the same and compatible with
-PC parallel ports.
-.Sh SEE ALSO
-.Xr com 4 ,
-.Xr gsc 4 ,
-.Xr isa 4 ,
-.Xr lasi 4
-.Sh HISTORY
-The
-.Nm
-driver was originally developed by William F. Jolitz, TeleMuse.
-The implementation for hppa port is using MI implementation of this
-driver and first appeared in
-.Ox 2.4 .