diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2010-07-18 16:02:49 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-07-18 16:02:49 +0100 |
commit | 482c5211b54ea65668c93b906d60d6b579c260b3 (patch) | |
tree | 9d2a10f50f57de68efb653305429048eee2a4756 | |
parent | 9290ad77c5eef438ba02fc26334fd85ab3caa009 (diff) |
Remove duplicated chunk due to merge, *sigh*.2.9.1-oga
this was because I cherry picked the ironlake stuff over to 2.9.1-oga
before the rest of this.
-rw-r--r-- | src/i830_driver.c | 13 |
1 files changed, 0 insertions, 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); |