diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-03-12 22:39:41 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-03-12 22:39:41 +0000 |
| commit | e95ca40d0c545879b3292fa81d522da5462fe2e9 (patch) | |
| tree | 9e007fa4e63a98d30c1d7b4891a20ba13ac28381 | |
| parent | 911cf98a4f133675b061c6e28ce87542d3decf52 (diff) | |
bad patch, no cookie.kudzu-r0-98-10
| -rw-r--r-- | ddcprobe/vbe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ddcprobe/vbe.c b/ddcprobe/vbe.c index 70a3eb2fa..aec3141d2 100644 --- a/ddcprobe/vbe.c +++ b/ddcprobe/vbe.c @@ -187,8 +187,8 @@ int vbe_get_edid_supported() memset(®s, 0, sizeof(regs)); regs.eax = 0x4f15; regs.ebx = 0x0000; - regs.es = 0x0000; - regs.edi = 0x0000; + regs.es = 0x3000; + regs.edi = 0x3000; /* Do it. */ iopl(3); |
