summaryrefslogtreecommitdiffstats
path: root/hw/ide.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-09 05:01:52 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-12-09 05:01:52 +0000
commit0d4a05a109bba2e8ad81e3e2404015b361196945 (patch)
tree6ea14b09013037a8e841c7ee976d6ad998b225f0 /hw/ide.c
parent867e2400d6e0d4e09eb26355ada4073e93d71baa (diff)
downloadhqemu-0d4a05a109bba2e8ad81e3e2404015b361196945.zip
hqemu-0d4a05a109bba2e8ad81e3e2404015b361196945.tar.gz
Fix Win98SE MyComputer regression, by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3783 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ide.c')
-rw-r--r--hw/ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide.c b/hw/ide.c
index bf2cc14..2183f31 100644
--- a/hw/ide.c
+++ b/hw/ide.c
@@ -1361,7 +1361,7 @@ static void ide_atapi_cmd(IDEState *s)
buf[8] = 0x2a;
buf[9] = 0x12;
- buf[10] = 0x08;
+ buf[10] = 0x00;
buf[11] = 0x00;
buf[12] = 0x70;
OpenPOWER on IntegriCloud