Page MenuHomeFreeBSD

D33218.id99299.diff
No OneTemporary

D33218.id99299.diff

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

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)

Event Timeline