Kernel/x86_64 - Fixed not resetting IF after SYSCALL entry
[tpg/acess2.git] / Modules / Display / VESA / main.c
index 04e339b..c18891f 100644 (file)
@@ -7,7 +7,7 @@
 \r
 #include <acess.h>\r
 #include <vfs.h>\r
-#include <tpl_drv_video.h>\r
+#include <api_drv_video.h>\r
 #include <fs_devfs.h>\r
 #include <modules.h>\r
 #include <vm8086.h>\r
@@ -430,8 +430,8 @@ int Vesa_Ioctl(tVFS_Node *Node, int ID, void *Data)
                //Log_Debug("VESA", "Cursor position (%i,%i) Timer %i", giVesaCursorX, giVesaCursorY, giVesaCursorTimer);\r
                return 0;\r
        \r
-       case VIDEO_IOCTL_REQLFB:        // Request Linear Framebuffer\r
-               return 0;\r
+//     case VIDEO_IOCTL_REQLFB:        // Request Linear Framebuffer\r
+//             return 0;\r
        }\r
        return 0;\r
 }\r

UCC git Repository :: git.ucc.asn.au