sim-card
/
qemu
Archived
10
0
Fork 0

Don't fail for "revert to poweron defaults" IDE command, by Carlo

Marcelo Arenas Belon.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2485 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-03-17 14:55:30 +00:00
parent 39dfc926df
commit e1f63470e9
1 changed files with 2 additions and 0 deletions

View File

@ -1729,6 +1729,8 @@ static void ide_ioport_write(void *opaque, uint32_t addr, uint32_t val)
goto abort_cmd;
/* XXX: valid for CDROM ? */
switch(s->feature) {
case 0xcc: /* reverting to power-on defaults enable */
case 0x66: /* reverting to power-on defaults disable */
case 0x02: /* write cache enable */
case 0x82: /* write cache disable */
case 0xaa: /* read look-ahead enable */