gem5
v21.0.0.0
|
#include "dev/storage/ide_ctrl.hh"
#include <string>
#include "base/cprintf.hh"
#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.
Enumerations | |
enum | BMIRegOffset { BMICommand = 0x0, BMIStatus = 0x2, BMIDescTablePtr = 0x4 } |
enum BMIRegOffset |
Enumerator | |
---|---|
BMICommand | |
BMIStatus | |
BMIDescTablePtr |
Definition at line 59 of file ide_ctrl.cc.