ide: Accept the IDLE (0xe3) ATA command.
authorGabe Black <gabeblack@google.com>
Wed, 3 Dec 2014 11:07:35 +0000 (03:07 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 3 Dec 2014 11:07:35 +0000 (03:07 -0800)
commitecec8cde63666221dc29160629473247aac9a055
tree0b113ce23339c74b42686eaa0281261206f0703e
parentbce58726f35a97ad150e129160c611d6f7ca7417
ide: Accept the IDLE (0xe3) ATA command.

This command is supposed to set up a timer which will put the drive into a
standby mode if it isn't sent a command within a given time out. Since most of
the timeouts are generally significantly longer than a simulation would run
anyway, and we don't have an implementation for standby mode to begin with,
we can accept the command, do nothing, and report success.
src/dev/ide_disk.cc