From owner-cvs-usrsbin Sun Jun 14 13:50:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28211 for cvs-usrsbin-outgoing; Sun, 14 Jun 1998 13:50:51 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA28154; Sun, 14 Jun 1998 13:50:18 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0ylJj1-0001ia-00; Sun, 14 Jun 1998 14:50:03 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id OAA03605; Sun, 14 Jun 1998 14:49:55 -0600 (MDT) Message-Id: <199806142049.OAA03605@harmony.village.org> To: Amancio Hasty Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-share@freebsd.org, cvs-sys@freebsd.org, cvs-usrsbin@freebsd.org In-reply-to: Your message of "Sun, 14 Jun 1998 13:05:28 PDT." <199806142005.NAA12307@freefall.freebsd.org> References: <199806142005.NAA12307@freefall.freebsd.org> Date: Sun, 14 Jun 1998 14:49:54 -0600 From: Warner Losh Sender: owner-cvs-usrsbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199806142005.NAA12307@freefall.freebsd.org> Amancio Hasty writes: : The mouse events are channeled through the syscons/sysmouse I/F like : normal, and the remote buttons are "syphoned off" to a UNIX-domain stream : socket (defined as _PATH_MOUSEREMOTE in ) for a : remote-aware app to grab and use. How does this interact, if at all, with the xten driver that is in -current? Warner