gem5 v24.0.0.0
|
#include "dev/storage/ide_ctrl.hh"
#include <string>
#include "base/cprintf.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.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Enumerations | |
enum | gem5::BMIRegOffset { gem5::BMICommand = 0x0 , gem5::BMIStatus = 0x2 , gem5::BMIDescTablePtr = 0x4 } |