1.\" $NetBSD: ams.4,v 1.1 2003/09/26 19:15:16 mbw Exp $ 2.\" 3.\" Copyright (c) 2003 Alex Zepeda <zipzippy@sonic.net> 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 3. All advertising materials mentioning features or use of this software 15.\" must display the following acknowledgement: 16.\" This product includes software developed by Alex Zepeda. 17.\" 4. The name of the author may not be used to endorse or promote products 18.\" derived from this software without specific prior written permission. 19.\" 20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 22.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30.\" 31.Dd September 21, 2003 32.Dt AMS 4 33.Os 34.Sh NAME 35.Nm ams 36.Nd Apple Desktop Bus mouse driver for wscons 37.Sh SYNOPSIS 38.Cd "ams* at obio?" 39.Cd "wsmouse* at ams?" 40.Sh DESCRIPTION 41This driver provides the 42.Xr wscons 4 43driver with support for Apple Desktop Bus mice. 44.Sh SUPPORTED HARDWARE 45.Nx 46is known to support the following 47.Tn ADB 48mice: 49.Bl -bullet -offset indent 50.It 51On-board trackpads and trackballs in PowerBook models 52.It 53Apple Desktop Bus Mouse 54.It 55Apple Desktop Bus Mouse II 56.It 57Interex ADB Mouse 58.It 59Logitech TrackMan 60.It 61Logitech MouseMan 62.It 63Microspeed Mouse Deluxe 64.It 65Mouse Systems A3 Mouse 66.It 67Most third-party ADB mice, trackballs, and trackpads are supported 68.El 69.Sh DIAGNOSTICS 70.Bl -diag -compact 71.It ams0 at adb0 addr 3: 1-button, 100 dpi mouse 72This is a typical autoconfiguration message noting the presence of the 73.Nm 74mouse. 75.El 76.Sh SEE ALSO 77.Xr adb 4 , 78.Xr wscons 4 , 79.Xr wsmouse 4 , 80.Xr wsconsctl 8 81