]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.
authorwulf <wulf@FreeBSD.org>
Sun, 10 Jun 2018 10:23:31 +0000 (10:23 +0000)
committerwulf <wulf@FreeBSD.org>
Sun, 10 Jun 2018 10:23:31 +0000 (10:23 +0000)
commitdf1e48fddfd99d09f6accbc620ddbad577d7be05
treed891e240073b9c47cbf4aba42686722cdf1383e7
parent500ae620fd139e501cc1284c4edfe0360a90b015
Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.

These ioctls are not documented and only stubbed in a few drivers: mse(4),
psm(4) and syscon's sysmouse(4). The only exception is MOUSE_GETVARS
implemented in psm(4)

Given the fact that they were introduced 20 years ago and implementation
has never been completed, remove any related code.

PR: 228718 (exp-run)
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D15726
share/man/man4/man4.i386/mse.4
share/man/man4/mouse.4
share/man/man4/psm.4
share/man/man4/sysmouse.4
sys/dev/atkbdc/psm.c
sys/dev/mse/mse.c
sys/dev/syscons/sysmouse.c
sys/sys/mouse.h