From owner-freebsd-current@FreeBSD.ORG Fri Nov 12 16:23:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B608816A4CE for ; Fri, 12 Nov 2004 16:23:46 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90EF243D55 for ; Fri, 12 Nov 2004 16:23:46 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iACGNk0V019994 for ; Fri, 12 Nov 2004 08:23:46 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iACGNkhT019993 for freebsd-current@freebsd.org; Fri, 12 Nov 2004 08:23:46 -0800 (PST) (envelope-from sgk) Date: Fri, 12 Nov 2004 08:23:46 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20041112162346.GA19946@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [PATCH] moused.8: cuaa0 renamed to cuad0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 16:23:46 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch changes /dev/cuua0 to /dev/cuad0. -- Steve --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="moused.8.diff" --- moused.8.orig Fri Nov 12 08:17:53 2004 +++ moused.8 Fri Nov 12 08:18:47 2004 @@ -186,7 +186,7 @@ .Bl -tag -compact -width modelxxx .It Ar port Port (device file) name, i.e.\& -.Pa /dev/cuaa0 , +.Pa /dev/cuad0 , .Pa /dev/mse0 and .Pa /dev/psm0 . @@ -449,7 +449,7 @@ mouse can be attached. Many people often assign the first, built-in serial port -.Pa /dev/cuaa0 +.Pa /dev/cuad0 to the mouse. You can attach multiple USB mice to your system or to your USB hub. They are accessible as @@ -602,16 +602,16 @@ UNIX-domain stream socket for X10 MouseRemote events .El .Sh EXAMPLES -.Dl moused -p /dev/cuaa0 -i type +.Dl moused -p /dev/cuad0 -i type .Pp Let the .Nm utility determine the protocol type of the mouse at the serial port -.Pa /dev/cuaa0 . +.Pa /dev/cuad0 . If successful, the command will print the type, otherwise it will say ``unknown''. .Pp -.Dl moused -p /dev/cuaa0 +.Dl moused -p /dev/cuad0 .Dl vidcontrol -m on .Pp If the --oyUTqETQ0mS9luUI--