aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-12-01 10:53:03 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-12-06 10:27:55 +0000
commit87fae70dc58a16dfcdad75f929485c79d557bdd5 (patch)
treeddfa7397b1fb3e6162095bb9522423cdcf32b6b6 /sys
parent26542b33a4d5e06a26bd9ea523c1087d75c0c41a (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fb/fb.c1
-rw-r--r--sys/sys/fbio.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c
index f6e7f0837210..8226c3317c6b 100644
--- a/sys/dev/fb/fb.c
+++ b/sys/dev/fb/fb.c
@@ -738,7 +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 FBIOVERTICAL:
case FBIOSCURSOR:
case FBIOGCURSOR:
case FBIOSCURPOS:
diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h
index 63709e7c6bf1..ff63c2f064b1 100644
--- a/sys/sys/fbio.h
+++ b/sys/sys/fbio.h
@@ -195,9 +195,6 @@ struct fbcmap {
#define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
#define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
-/* vertical retrace */
-#define FBIOVERTICAL _IO('F', 9)
-
/*
* Hardware cursor control (for, e.g., CG6). A rather complex and icky
* interface that smells like VMS, but there it is....