diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-19 02:27:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-19 02:27:18 +0000 |
commit | 89fa7f1b63b4e3a99f94d77c63f32dbcb0c0982d (patch) | |
tree | 1cde10b5e3eb557f25d9df82f73f113f9af1a49e | |
parent | a19061fcb71b7cf614c5d14d9057600246b07d76 (diff) |
phantomas against illiterate
-rw-r--r-- | share/man/man4/man4.hppa/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/phantomas.4 | 58 |
2 files changed, 60 insertions, 2 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile index 95892e9b422..86c41cfbb75 100644 --- a/share/man/man4/man4.hppa/Makefile +++ b/share/man/man4/man4.hppa/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2002/04/05 21:37:30 mickey Exp $ +# $OpenBSD: Makefile,v 1.7 2002/12/19 02:27:17 mickey Exp $ -MAN= intro.4tbl cpu.4tbl lasi.4 asp.4 gsc.4 ie.4 +MAN= intro.4tbl cpu.4tbl phantomas.4 lasi.4 asp.4 gsc.4 ie.4 # mongoose.4 hil.4 aone.4 harmony.4 wax.4 dino.4 tir.4 xbar.4 mcx.4 MANSUBDIR=hppa diff --git a/share/man/man4/man4.hppa/phantomas.4 b/share/man/man4/man4.hppa/phantomas.4 new file mode 100644 index 00000000000..c8679e49fea --- /dev/null +++ b/share/man/man4/man4.hppa/phantomas.4 @@ -0,0 +1,58 @@ +.\" $OpenBSD: phantomas.4,v 1.1 2002/12/19 02:27:17 mickey Exp $ +.\" +.\" Copyright (c) 2002 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. +.\" +.\" 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 MIND, +.\" 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 December 18, 2002 +.Dt PHANTOMAS 4 +.Os +.Sh NAME +.Nm phantomas +.Nd Phantom PseudoBC GSC+ Port +.Sh SYNOPSIS +.Cd "phantomas0 at mainbus?" +.Cd "lasi* at phantomas?" +.Cd "dino* at phantomas?" +.Sh INTRODUCTION +Phantom bus convertor used to connect +.Xr lasi 4 +bus host adapter for +.Xr gsc 4 +and PCI bridge +.Xr dino 4 +to the system bus, where +.Xr cpu 4 +and memory are located. +.Sh SEE ALSO +.Xr dino 4 , +.Xr lasi 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 3.3 . |