Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154970007
D33221.id99302.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
789 B
Referenced Files
None
Subscribers
None
D33221.id99302.diff
View Options
Index: sys/dev/vt/hw/efifb/efifb.c
===================================================================
--- sys/dev/vt/hw/efifb/efifb.c
+++ sys/dev/vt/hw/efifb/efifb.c
@@ -117,6 +117,7 @@
if (efifb == NULL)
return (CN_DEAD);
+ info->fb_type = FBTYPE_EFIFB;
info->fb_height = efifb->fb_height;
info->fb_width = efifb->fb_width;
Index: sys/sys/fbio.h
===================================================================
--- sys/sys/fbio.h
+++ sys/sys/fbio.h
@@ -91,7 +91,9 @@
#define FBTYPE_TCXCOLOR 29 /* SUNW,tcx */
#define FBTYPE_CREATOR 30
-#define FBTYPE_LASTPLUSONE 31 /* max number of fbs (change as add) */
+#define FBTYPE_EFIFB 31
+
+#define FBTYPE_LASTPLUSONE 32 /* max number of fbs (change as add) */
/*
* Frame buffer descriptor as returned by FBIOGTYPE.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 9:27 AM (8 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32569641
Default Alt Text
D33221.id99302.diff (789 B)
Attached To
Mode
D33221: fb: Add new FBTYPE_EFIFB
Attached
Detach File
Event Timeline
Log In to Comment