From owner-cvs-sys Sun Sep 1 15:34:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23407 for cvs-sys-outgoing; Sun, 1 Sep 1996 15:34:42 -0700 (PDT) Received: from DeepCore.dk (aalb27.pip.dknet.dk [194.192.0.187]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA23378; Sun, 1 Sep 1996 15:34:34 -0700 (PDT) Received: (from sos@localhost) by DeepCore.dk (8.7.5/8.7.3) id AAA00230; Mon, 2 Sep 1996 00:35:03 +0200 (MET DST) Message-Id: <199609012235.AAA00230@DeepCore.dk> Subject: Re: cvs commit: src/sys/i386/isa syscons.c syscons.h To: ache@nagual.ru (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Mon, 2 Sep 1996 00:35:03 +0200 (MET DST) Cc: sos@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199609011940.XAA00804@nagual.ru> from "[______ ______]" at "Sep 1, 96 11:40:16 pm" From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to [______ ______] who wrote: > > sos 96/09/01 11:16:08 > > > > Branch: sys/i386/isa 1.100 > > Modified: sys/i386/isa syscons.c syscons.h > > Log: > > Fixed a couple of bugs in the mousepointer code. > > Is it work now with X? Well, as good as it did before :), there still is the problem with both moused & X using the same mouse device. This will only be fixed when we move to a generic mouse interface that "knows" who should be using the mouse of a given vty, or that I make syscons mimic a mouse on a minor device that X could use (that would be a hack, but it would work and give us a generic mouseinterface). Maybe its time for a mouse device driver (easy to do, just make moused into a devicedriver and design an interface that syscons can use). -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end ..