Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107521634
D33220.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D33220.diff
View Options
Index: sys/dev/fb/fb.c
===================================================================
--- sys/dev/fb/fb.c
+++ sys/dev/fb/fb.c
@@ -729,8 +729,6 @@
case FBIOPUTCMAP:
case FBIOGETCMAP:
- case FBIOPUTCMAPI:
- case FBIOGETCMAPI:
/* XXX */
case FBIO_SETWINORG: /* set frame buffer window origin */
Index: sys/sys/fbio.h
===================================================================
--- sys/sys/fbio.h
+++ sys/sys/fbio.h
@@ -195,23 +195,6 @@
#define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
#define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
-/*
- * Color map I/O.
- */
-struct fbcmap_i {
- unsigned int flags;
-#define FB_CMAP_BLOCK (1 << 0) /* wait for vertical refresh */
-#define FB_CMAP_KERNEL (1 << 1) /* called within kernel */
- int id; /* color map id */
- int index; /* first element (0 origin) */
- int count; /* number of elements */
- u_char *red; /* red color map elements */
- u_char *green; /* green color map elements */
- u_char *blue; /* blue color map elements */
-};
-#define FBIOPUTCMAPI _IOW('F', 41, struct fbcmap_i)
-#define FBIOGETCMAPI _IOW('F', 42, struct fbcmap_i)
-
/* The new style frame buffer ioctls. */
/* video mode information block */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 9:34 AM (20 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15823443
Default Alt Text
D33220.diff (1 KB)
Attached To
Mode
D33220: fb: Remove unused FBIOPUTCMAPI/FBIOGETCMAPI ioctls
Attached
Detach File
Event Timeline
Log In to Comment