#include "dev/storage/ide_ctrl.hh"
#include <string>
#include "cpu/intr_control.hh"
#include "debug/IdeCtrl.hh"
#include "dev/storage/ide_disk.hh"
#include "mem/packet.hh"
#include "mem/packet_access.hh"
#include "params/IdeController.hh"
#include "sim/byteswap.hh"
Go to the source code of this file.
| Enumerator |
|---|
| BMICommand |
|
| BMIStatus |
|
| BMIDescTablePtr |
|
Definition at line 62 of file ide_ctrl.cc.
| Enumerator |
|---|
| PrimaryTiming |
|
| SecondaryTiming |
|
| DeviceTiming |
|
| UDMAControl |
|
| UDMATiming |
|
| IDEConfig |
|
Definition at line 69 of file ide_ctrl.cc.
| const uint16_t timeRegWithDecodeEn = 0x8000 |
|
static |