From owner-freebsd-stable Thu Jan 29 20:37:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08100 for stable-outgoing; Thu, 29 Jan 1998 20:37:03 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA08095 for ; Thu, 29 Jan 1998 20:37:01 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA11680; Fri, 30 Jan 1998 13:36:58 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id NAA04319; Fri, 30 Jan 1998 13:44:37 +0900 (JST) Message-Id: <199801300444.NAA04319@zodiac.mech.utsunomiya-u.ac.jp> To: stable@freebsd.org Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: ATTENTION: new mouse code merge from -current Date: Fri, 30 Jan 1998 13:44:26 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A few days ago, I wrote: >I am going to merge new mouse support code from 3.0-CURRENT to >2.2-STABLE. The mse, psm, syscons/sysmouse drivers and moused will be >modified. > >I will commit updated man pages too. Please refer to the man pages >for mouse(4), mse(4), psm(4), sysmouse(4), rc.conf(5) and moused(8) >for details. > >The change involves slight modification of some of console and mouse >ioctls. However, binary compatibility support is provided, thus, old >moused and existing programs which accesses mice will run as-is on >the updated kernel. Note that the NEW moused won't work with the OLD kernel. To summerize: 1. If you have rebuilt the kernel, but haven't made world, your system should continue working as before. 2. If you have done `make world' first, then you must rebuild the kernel AFTER `make world'. 3. If you have rebuilt the kernel first, but haven't made world, mouse stuff will NOT work. Rebuild the kernel AFTER `make world'. Thank you. Kazu