summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.mac68k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-01-18 23:27:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-01-18 23:27:12 +0000
commit05e478e4d262a42aa632bcc0afaf104b5312c087 (patch)
treee4723bbbb06e0d670a358f57b47862045423f461 /share/man/man4/man4.mac68k
parent86f7c20fe196e86a4d1c2ff666c443d883ea7744 (diff)
akbd and ams are mi drivers now, move manpages up; also sync akbd
layouts list with reality.
Diffstat (limited to 'share/man/man4/man4.mac68k')
-rw-r--r--share/man/man4/man4.mac68k/Makefile4
-rw-r--r--share/man/man4/man4.mac68k/akbd.4171
-rw-r--r--share/man/man4/man4.mac68k/ams.468
3 files changed, 2 insertions, 241 deletions
diff --git a/share/man/man4/man4.mac68k/Makefile b/share/man/man4/man4.mac68k/Makefile
index 545533b5c14..000896da32a 100644
--- a/share/man/man4/man4.mac68k/Makefile
+++ b/share/man/man4/man4.mac68k/Makefile
@@ -1,7 +1,7 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/29/90
-# $OpenBSD: Makefile,v 1.13 2006/01/10 07:37:31 miod Exp $
+# $OpenBSD: Makefile,v 1.14 2006/01/18 23:27:11 miod Exp $
-MAN= adb.4 ae.4 akbd.4 ams.4 asc.4 autoconf.4 esp.4 intro.4 \
+MAN= adb.4 ae.4 asc.4 autoconf.4 esp.4 intro.4 \
macfb.4 mainbus.4 mc.4 mem.4 \
ncrscsi.4 nubus.4 obio.4 sn.4 zsc.4
MLINKS= mem.4 kmem.4 \
diff --git a/share/man/man4/man4.mac68k/akbd.4 b/share/man/man4/man4.mac68k/akbd.4
deleted file mode 100644
index d6b70c4b2bc..00000000000
--- a/share/man/man4/man4.mac68k/akbd.4
+++ /dev/null
@@ -1,171 +0,0 @@
-.\"
-.\" Copyright (c) 2001 Peter Philipp
-.\" Copyright (c) 1997 Colin Wood
-.\" 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 Colin Wood
-.\" for the NetBSD Project.
-.\" 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.
-.\"
-.\" $OpenBSD: akbd.4,v 1.1 2006/01/10 07:37:31 miod Exp $
-.\" $NetBSD: adb.4,v 1.1 1997/07/18 02:13:42 ender Exp $
-.\"
-.Dd January 10, 2006
-.Dt AKBD 4 mac68k
-.Os
-.Sh NAME
-.Nm akbd
-.Nd Apple Keyboard Device
-.Sh SYNOPSIS
-.Cd "akbd* at adb?"
-.Cd "wskbd* at akbd? mux 1"
-.Cd "option AKBD_LAYOUT=XXX"
-.Sh DESCRIPTION
-This driver supports ADB keyboards within the
-.Xr wscons 4
-console framework.
-It doesn't provide direct device driver entry points but makes its
-functions available via the internal
-.Xr wskbd 4
-interface.
-.Pp
-The following is a partial list of supported
-.Tn AKBD
-devices:
-.Bd -filled -offset indent
-.Bl -item -compact
-.It
-Apple Standard Keyboard
-.It
-Apple Extended Keyboard
-.It
-Apple Keyboard II
-.It
-Apple PowerBook Keyboard
-.It
-Apple Adjustable Keyboard
-.\" .It
-.\" Apple PowerBook extended Keyboard
-.\" .It
-.\" Apple PowerBook G3 Keyboard
-.\" .It
-.\" Apple PowerBook G4 Keyboard
-.\" .It
-.\" Apple iBook Keyboard
-.El
-.Ed
-.Pp
-The
-.Nm
-driver supports a number of different key mappings which
-can be chosen from with the kernel option
-.Dq AKBD_LAYOUT
-at compile time or with the utility
-.Xr wsconsctl 8
-(variable:
-.Dq keyboard.encoding
-) at runtime.
-Other mappings can be used if the whole keymap is replaced by means of
-.Xr wsconsctl 8 .
-The built-in mappings are at this time:
-.Bl -hang
-.It KB_DE
-(
-.Dq de
-) German with
-.Dq dead accents .
-.It KB_FR
-(
-.Dq fr
-) French.
-.It KB_JP
-(
-.Dq jp
-) Japanese.
-.It KB_PT
-(
-.Dq pt
-) Portuguese.
-.It KB_SF
-(
-.Dq sf
-) Swiss French with
-.Dq dead accents .
-.It KB_SG
-(
-.Dq sg
-) Swiss German with
-.Dq dead accents .
-.It KB_SV
-(
-.Dq sv
-) Swedish with
-.Dq dead accents .
-.It KB_UK
-(
-.Dq uk
-) British.
-.It KB_US
-(
-.Dq us
-) English / US keyboard mapping (default).
-.El
-.Pp
-The KB_DE, KB_SG and KB_SV mappings can be used in the KB_NODEAD (
-.Dq .nodead
-) variant.
-This switches off the
-.Dq dead accents .
-.Sh EXAMPLES
-To set a German keyboard layout without
-.Dq dead accents ,
-use
-.Ic wsconsctl -w keyboard.encoding=de.nodead .
-To set it at kernel build time, add
-the following to the kernel configuration file:
-.Bd -literal -offset indent
-option AKBD_LAYOUT="KB_DE|KB_NODEAD"
-.Ed
-.Sh SEE ALSO
-.Xr adb 4 ,
-.Xr intro 4 ,
-.Xr wskbd 4 ,
-.Xr wsconsctl 8
-.Sh HISTORY
-The
-.Nm
-interface first appeared in
-.Nx 0.9 .
-It has been under development ever since.
-.Sh AUTHORS
-Bradley A. Grantham wrote the original
-.Nm
-driver, including the
-.Tn MRG
-support.
-The hardware direct interface was written by John P. Wittkowski.
-.Sh BUGS
-The list of built-in mappings doesn't follow any logic.
-It grew as people submitted what they needed.
diff --git a/share/man/man4/man4.mac68k/ams.4 b/share/man/man4/man4.mac68k/ams.4
deleted file mode 100644
index 3091f367d69..00000000000
--- a/share/man/man4/man4.mac68k/ams.4
+++ /dev/null
@@ -1,68 +0,0 @@
-.\" $OpenBSD: ams.4,v 1.2 2006/01/11 22:54:49 jmc Exp $
-.\"
-.\" Copyright (c) 2001 Peter Philipp
-.\" 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. 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 January 10, 2006
-.Dt AMS 4 mac68k
-.Os
-.Sh NAME
-.Nm ams
-.Nd Apple Mouse Support
-.Sh SYNOPSIS
-.Cd "ams* at adb?"
-.Cd "wsmouse at ams? mux 0"
-.Sh DESCRIPTION
-The
-.Nm
-driver supports a series of
-.Xr adb 4
-mice, trackballs, trackpads and tablets.
-.Pp
-.Bl -bullet -compact
-.It
-Extended Mouse Protocol
-.It
-Mouse Systems A3 Mouse
-.It
-MicroSpeed Mouse Deluxe
-.It
-Contour mouse
-.It
-Kensington Turbo Mouse
-.It
-Logitech non-EMP Mouseman
-.It
-TrackMan trackball
-.El
-.Sh SEE ALSO
-.Xr adb 4 ,
-.Xr intro 4 ,
-.Xr wsmouse 4
-.Sh AUTHORS
-The
-.Nm
-driver was written by
-.Sy Colin Wood .