diff --git a/kernel/video/i965.c b/kernel/video/i965.c index 568d4986..b41658a3 100644 --- a/kernel/video/i965.c +++ b/kernel/video/i965.c @@ -1,3 +1,12 @@ +/** + * @file kernel/video/i965.c + * @brief Bitbanged modeset driver for a ThinkPad T410's Intel graphics. + * + * This is NOT a viable driver for Intel graphics devices. It assumes Vesa + * has already properly set up the display pipeline with the needed timings + * for the panel on one particular model of Lenovo ThinkPad and then sets + * a handful of registers to get the framebuffer into the right resolution. + */ #include #include #include