Date: Sat, 02 Jun 2018 16:33:41 +0300 From: Vladimir Kondratyev <vladimir@kondratyev.su> To: freebsd-current@freebsd.org Subject: Proper way to remove never used ioctls Message-ID: <3ea085128a4e677a4d4150be18b366bd@kondratyev.su>
next in thread | raw e-mail | index | archive | help
Hi, Our sys/mouse.h header has a definition of MOUSE_GETVARS and MOUSE_SETVARS ioctls which 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, implementation was never completed and googling on them shows no traces of usage in indexed universe, is it acceptable to just drop both defines and implementation w.o. leaving any COMPAT_FREEBSD shims? -- WBR Vladimir Kondratyev
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ea085128a4e677a4d4150be18b366bd>