Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161773466
D33218.id99299.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
999 B
Referenced Files
None
Subscribers
None
D33218.id99299.diff
View Options
Index: sys/dev/fb/fb.c
===================================================================
--- sys/dev/fb/fb.c
+++ sys/dev/fb/fb.c
@@ -739,7 +739,6 @@
case FBIOGTYPE:
case FBIOMONINFO:
- case FBIOGXINFO:
default:
error = ENODEV;
Index: sys/sys/fbio.h
===================================================================
--- sys/sys/fbio.h
+++ sys/sys/fbio.h
@@ -195,21 +195,6 @@
#define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
#define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
-/*
- * Video board information
- */
-struct brd_info {
- u_short accessible_width; /* accessible bytes in scanline */
- u_short accessible_height; /* number of accessible scanlines */
- u_short line_bytes; /* number of bytes/scanline */
- u_short hdb_capable; /* can this thing hardware db? */
- u_short vmsize; /* video memory size */
- u_char boardrev; /* board revision # */
- u_char pad0;
- u_long pad1;
-};
-#define FBIOGXINFO _IOR('F', 39, struct brd_info)
-
/*
* Monitor information
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 7, 5:29 PM (7 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34807659
Default Alt Text
D33218.id99299.diff (999 B)
Attached To
Mode
D33218: fb: Remove unused FBIOGXINFO ioctl
Attached
Detach File
Event Timeline
Log In to Comment