summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scvidctl.c
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-09-02 08:09:13 +0000
committeryokota <yokota@FreeBSD.org>1999-09-02 08:09:13 +0000
commitddae9b03e059bd15126bed9a422e5cc8172430c3 (patch)
tree965f05993f7ef7f51321e2e51f529821f9f2791d /sys/dev/syscons/scvidctl.c
parent6246c32f6a4bb5fa495a77c35725faf142401154 (diff)
downloadFreeBSD-src-ddae9b03e059bd15126bed9a422e5cc8172430c3.zip
FreeBSD-src-ddae9b03e059bd15126bed9a422e5cc8172430c3.tar.gz
Enable ioctls to manipulate color palette. They have been implemented,
but disabled until now...
Diffstat (limited to 'sys/dev/syscons/scvidctl.c')
-rw-r--r--sys/dev/syscons/scvidctl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c
index d01e34c..eeee089 100644
--- a/sys/dev/syscons/scvidctl.c
+++ b/sys/dev/syscons/scvidctl.c
@@ -598,13 +598,10 @@ sc_vid_ioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, struct proc *p)
return ENODEV; /* XXX */
return fb_ioctl(adp, cmd, data);
- /* XXX */
case FBIO_GETPALETTE:
case FBIO_SETPALETTE:
case FBIOPUTCMAP:
case FBIOGETCMAP:
- return ENODEV;
-
case FBIOGTYPE:
case FBIOGATTR:
case FBIOSVIDEO:
OpenPOWER on IntegriCloud