From owner-freebsd-stable Thu Jan 29 20:44:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08705 for stable-outgoing; Thu, 29 Jan 1998 20:44:01 -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 UAA08660 for ; Thu, 29 Jan 1998 20:43:47 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA11761; Fri, 30 Jan 1998 13:43:45 +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 NAA04571; Fri, 30 Jan 1998 13:51:24 +0900 (JST) Message-Id: <199801300451.NAA04571@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 In-Reply-To: Your message of "Fri, 30 Jan 1998 13:44:26 JST." <199801300444.NAA04319@zodiac.mech.utsunomiya-u.ac.jp> References: <199801300444.NAA04319@zodiac.mech.utsunomiya-u.ac.jp> Date: Fri, 30 Jan 1998 13:51:14 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry, I made a mistake ;-< >>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'. The above two statements are correct. >3. If you have rebuilt the kernel first, but haven't made world, >mouse stuff will NOT work. Rebuild the kernel AFTER `make world'. 3 is wrong. This should be: 3. If you have rebuilt the kernel first, then did `made world', mouse stuff will NOT work. Rebuild the kernel AFTER `make world'. Thank you. Kazu