Commit 0d4a05a109bba2e8ad81e3e2404015b361196945
1 parent
867e2400
Fix Win98SE MyComputer regression, by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3783 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/ide.c
@@ -1361,7 +1361,7 @@ static void ide_atapi_cmd(IDEState *s) | @@ -1361,7 +1361,7 @@ static void ide_atapi_cmd(IDEState *s) | ||
1361 | 1361 | ||
1362 | buf[8] = 0x2a; | 1362 | buf[8] = 0x2a; |
1363 | buf[9] = 0x12; | 1363 | buf[9] = 0x12; |
1364 | - buf[10] = 0x08; | 1364 | + buf[10] = 0x00; |
1365 | buf[11] = 0x00; | 1365 | buf[11] = 0x00; |
1366 | 1366 | ||
1367 | buf[12] = 0x70; | 1367 | buf[12] = 0x70; |