IDE: Fix issues with new PIIX kernel driver and our model.
authorAli Saidi <Ali.Saidi@ARM.com>
Fri, 19 Aug 2011 20:08:08 +0000 (15:08 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Fri, 19 Aug 2011 20:08:08 +0000 (15:08 -0500)
commit243223ae638e95cb6744f335010595c4de30d13c
tree536d20b959bc6e31cf60c113c34eaed5064ddb87
parent999cd8aef5dfa3c22b02b55420608fbb8d7e7822
IDE: Fix issues with new PIIX kernel driver and our model.

The driver can read the IDE config register as a 32 bit register since
some adapters use bit 18 as a disable channel bit. If the size isn't
set in a PRD it should be 64K according to the SPEC (and driver) not
128K.
src/dev/ide_ctrl.cc
src/dev/ide_disk.cc
src/dev/ide_disk.hh