From 482c5211b54ea65668c93b906d60d6b579c260b3 Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Sun, 18 Jul 2010 16:02:49 +0100 Subject: Remove duplicated chunk due to merge, *sigh*. this was because I cherry picked the ironlake stuff over to 2.9.1-oga before the rest of this. --- src/i830_driver.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/i830_driver.c b/src/i830_driver.c index 10c3f38e..70c38216 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -2845,19 +2845,6 @@ static void I830LeaveVT(int scrnIndex, int flags) int10->cx = int10->dx = 0; xf86ExecX86int10(int10); } - - /* console restore hack */ - if (IS_IGDNG(intel) && intel->int10 && intel->int10Mode) { - xf86Int10InfoPtr int10 = intel->int10; - - /* Use int10 to restore the console mode */ - int10->num = 0x10; - int10->ax = 0x4f02; - int10->bx = intel->int10Mode | 0x8000; - int10->cx = int10->dx = 0; - xf86ExecX86int10(int10); - } - } intel_batch_teardown(scrn); -- cgit v1.2.3