summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.sgi
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2007-10-18 18:59:30 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2007-10-18 18:59:30 +0000
commit5f5dc8ee699cb0137500182a10819458f4cb5e99 (patch)
tree709134f01ee741ec277a3d257f202cb70647cb3f /share/man/man4/man4.sgi
parent9f9e1d5e8291af36c167d1fd8a9637ac27f82268 (diff)
Add support for the Moosehead PS/2 controller as found on SGI O2 workstations.
ok miod@ deraadt@
Diffstat (limited to 'share/man/man4/man4.sgi')
-rw-r--r--share/man/man4/man4.sgi/Makefile4
-rw-r--r--share/man/man4/man4.sgi/mkbc.444
2 files changed, 46 insertions, 2 deletions
diff --git a/share/man/man4/man4.sgi/Makefile b/share/man/man4/man4.sgi/Makefile
index cc2bc84cc18..ac784516832 100644
--- a/share/man/man4/man4.sgi/Makefile
+++ b/share/man/man4/man4.sgi/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2005/01/02 22:05:57 kettenis Exp $
+# $OpenBSD: Makefile,v 1.5 2007/10/18 18:59:29 jsing Exp $
# Not applicable: crime.4 dpclock.4 dsclock.4 gio.4 haltwo.4 hpc.4
# imc.4 newport.4 pic.4 wdsc.4
-MAN= intro.4 macebus.4 mavb.4 mec.4
+MAN= intro.4 macebus.4 mavb.4 mec.4 mkbc.4
MLINKS= macebus.4 macepcibr.4
MANSUBDIR=sgi
diff --git a/share/man/man4/man4.sgi/mkbc.4 b/share/man/man4/man4.sgi/mkbc.4
new file mode 100644
index 00000000000..9d60b5da7b2
--- /dev/null
+++ b/share/man/man4/man4.sgi/mkbc.4
@@ -0,0 +1,44 @@
+.\"
+.\" Copyright (c) 2007 Joel Sing
+.\"
+.\" 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: October 18 2007 $
+.Dt MKBC 4 sgi
+.Os
+.Sh NAME
+.Nm mkbc
+.Nd Moosehead PS/2 Controller
+.Sh SYNOPSIS
+.Cd "mkbc0 at macebus0 sys 0x18 base 0x00320000 irq 6"
+.Cd "pckbd* at mkbc?"
+.Cd "pms* at mkbc?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Moosehead PS/2 Controllers found on SGI
+.Tn O2
+machines.
+.Sh SEE ALSO
+.Xr macebus 4 ,
+.Xr pckbd 4 ,
+.Xr pms 4 ,
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.3 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by Joel Sing