summaryrefslogtreecommitdiff
path: root/src/i830_modes.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-09-29 17:37:28 -0700
committerKeith Packard <keithp@keithp.com>2008-10-01 16:39:01 -0700
commit8304b405e0dc2f31fd2d2fd82e150ba502ab74e2 (patch)
treed44cf78d0876a4103ec2177ea80c9e824d445bf5 /src/i830_modes.c
parentab2b70f831314f81a581bfb1e48d059a3a2b0b06 (diff)
Eliminate INT10 call to get BIOS contents
libpciaccess (and the old X server PCI code as well) provides a function to get the ROM contents. Code to use that was already present in the driver and used if the INT10 function failed. Skip the INT10 and just use libpciaccess as that eliminates several module loads and scary use of vm86. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/i830_modes.c')
-rw-r--r--src/i830_modes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_modes.c b/src/i830_modes.c
index 06921a50..4aa493ea 100644
--- a/src/i830_modes.c
+++ b/src/i830_modes.c
@@ -31,7 +31,6 @@
* Authors: David Dawes <dawes@xfree86.org>
* Eric Anholt <eric.anholt@intel.com>
*
- * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/vbe/vbeModes.c,v 1.6 2002/11/02 01:38:25 dawes Exp $
*/
/*
* Modified by Alan Hourihane <alanh@tungstengraphics.com>