diff options
author | Anssi Hannula <anssi@mandriva.org> | 2010-01-02 01:31:47 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2010-01-02 01:31:47 +0000 |
commit | 8ca7d57e16883816c4398b9111cb9797e21355d2 (patch) | |
tree | 29eb45c03aa1395723e9924d587290bd0e22d21d /int10/vbios.h | |
parent | 404e0742af7250010c2e1eced4672ae271f67afa (diff) | |
download | monitor-edid-8ca7d57e16883816c4398b9111cb9797e21355d2.tar monitor-edid-8ca7d57e16883816c4398b9111cb9797e21355d2.tar.gz monitor-edid-8ca7d57e16883816c4398b9111cb9797e21355d2.tar.bz2 monitor-edid-8ca7d57e16883816c4398b9111cb9797e21355d2.tar.xz monitor-edid-8ca7d57e16883816c4398b9111cb9797e21355d2.zip |
monitor-get-edid-using-vbe:
o remove all x86emu and vga softbootloader code, and always use the
LRMI interface which was previously the backup one on 32-bit x86;
libx86 is now used instead of liblrmi, allowing the use of LRMI
interface on non-x86 hosts as well (fixes Mandriva bug #53866, which
was caused by a bug in the removed code)
Diffstat (limited to 'int10/vbios.h')
-rw-r--r-- | int10/vbios.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/int10/vbios.h b/int10/vbios.h deleted file mode 100644 index 1777e01..0000000 --- a/int10/vbios.h +++ /dev/null @@ -1,6 +0,0 @@ -#include "hd.h" - -int InitInt10(hd_data_t *); -int CallInt10(int *ax, int *bx, int *cx, unsigned char *buf, int len, int cpuemu); -int CallInt13(int *ax, int *bx, int *cx, int *dx, unsigned char *buf, int len, int cpuemu); -void FreeInt10(void); |