From owner-freebsd-current@FreeBSD.ORG Fri Nov 12 16:36:06 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 491A516A4CE for ; Fri, 12 Nov 2004 16:36:06 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285D843D49 for ; Fri, 12 Nov 2004 16:36:06 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iACGa5xb020093 for ; Fri, 12 Nov 2004 08:36:05 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iACGa5Uw020092 for freebsd-current@freebsd.org; Fri, 12 Nov 2004 08:36:05 -0800 (PST) (envelope-from sgk) Date: Fri, 12 Nov 2004 08:36:05 -0800 From: Steve Kargl To: FreeBSD Current Mailinglist Message-ID: <20041112163605.GA20057@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [PATCH] mouse.4: 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:36:06 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch changes /dev/cuaa0 to /dev/cuad0. -- Steve --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mouse.4.diff" --- mouse.4.orig Fri Nov 12 08:30:22 2004 +++ mouse.4 Fri Nov 12 08:31:10 2004 @@ -379,7 +379,7 @@ .El .Sh FILES .Bl -tag -width /dev/sysmouseXX -compact -.It Pa /dev/cuaa%d +.It Pa /dev/cuad%d serial ports .It Pa /dev/mse%d bus and InPort mouse device --u3/rZRmxL6MmkK24--