aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-12-01 10:56:26 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-12-06 10:27:59 +0000
commitb9d3b253e2f7c4910bbd3844158a2a80f9a7ff4f (patch)
tree1dd6baf0165b0355649cd2fbdbb102cef315ebba /sys/dev/fb
parent87fae70dc58a16dfcdad75f929485c79d557bdd5 (diff)
downloadsrc-b9d3b253e2f7c4910bbd3844158a2a80f9a7ff4f.tar.gz
src-b9d3b253e2f7c4910bbd3844158a2a80f9a7ff4f.zip
fb: Remove unused cursors ioctls
The cursors related ioctls were added in 1994 with the 4.4 Lite import but were never implemented in either sc(4), fb(4) or vt(4). Remove it. Reviewed by: emaste, tsoome MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33217
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/fb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c
index 8226c3317c6b..12423ad86f4f 100644
--- a/sys/dev/fb/fb.c
+++ b/sys/dev/fb/fb.c
@@ -738,11 +738,6 @@ fb_commonioctl(video_adapter_t *adp, u_long cmd, caddr_t arg)
case FBIO_SETLINEWIDTH: /* set scan line width in pixel */
case FBIOGTYPE:
- case FBIOSCURSOR:
- case FBIOGCURSOR:
- case FBIOSCURPOS:
- case FBIOGCURPOS:
- case FBIOGCURMAX:
case FBIOMONINFO:
case FBIOGXINFO: