From owner-freebsd-current Sat Dec 6 23:53:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA24936 for current-outgoing; Sat, 6 Dec 1997 23:53:22 -0800 (PST) (envelope-from owner-freebsd-current) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA24931 for ; Sat, 6 Dec 1997 23:53:17 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA19898; Sun, 7 Dec 1997 16:53:06 +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 RAA11524; Sun, 7 Dec 1997 17:00:01 +0900 (JST) Message-Id: <199712070800.RAA11524@zodiac.mech.utsunomiya-u.ac.jp> To: freebsd-current@freebsd.org Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: WARNING: up coming mouse support code Date: Sun, 07 Dec 1997 17:00:00 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In the next few hours I will be committing improved mouse support code to 3.0-CURRENT. This change will affect psm, mse, syscons/sysmouse drivers, vidcontrol and moused. You will need to `make world' and rebuild the kernel. You must do BOTH, otherwise vidcontrol and moused won't work due to changes in mouse ioctls. You have been warned :-) Kazu PS: this change will add support for the following mice: Microsoft IntelliMouse (serial, PS/2, 3 buttons, wheel) Kensignton ThinkingMouse (serial, PS/2,4 buttons) ALPS GlidePoint (serial, PS/2,3 buttons) Genius NetScroll (PS/2,4 buttons, wheel) Genius NetMouse (serial, PS/2, 2 buttons + magic button) Genius NetMouse Pro (serial, PS/2, 3 buttons + magic button) ASCII MieMouse (serial, PS/2, 3 buttons, knob) Logitech MouseMan+ (serial, PS/2, 4 buttons, wheel) Logitech FirstMouse+ (serial, PS/2, 3 buttons, wheel) (IBM TrackPoint (a mouse with a stick between two buttons) is not directly supported, but recognized and work as IntelliMouse.)