diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-12-01 10:57:42 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-12-06 10:28:01 +0000 |
| commit | 706f32db8aec5d1e9e6f9210fab7be6f13ac25c3 (patch) | |
| tree | 9ccfb871d59943f8d43ea45b4a05826599f14d49 /sys/dev/fb | |
| parent | b9d3b253e2f7c4910bbd3844158a2a80f9a7ff4f (diff) | |
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/fb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c index 12423ad86f4f..95b7a30391cf 100644 --- a/sys/dev/fb/fb.c +++ b/sys/dev/fb/fb.c @@ -729,8 +729,6 @@ fb_commonioctl(video_adapter_t *adp, u_long cmd, caddr_t arg) case FBIOPUTCMAP: case FBIOGETCMAP: - case FBIOPUTCMAPI: - case FBIOGETCMAPI: /* XXX */ case FBIO_SETWINORG: /* set frame buffer window origin */ @@ -738,8 +736,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 FBIOMONINFO: - case FBIOGXINFO: default: error = ENODEV; |
