summaryrefslogtreecommitdiff
path: root/src/dev/ide_ctrl.cc
AgeCommit message (Expand)Author
2013-10-31dev: Fix race conditions in IDE device on newer kernelsGeoffrey Blake
2013-07-11dev: consistently end device classes in 'Device'Steve Reinhardt
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2011-12-13gcc: fix unused variable warnings from GCC 4.6.1Nathan Binkert
2011-08-19IDE: Fix issues with new PIIX kernel driver and our model.Ali Saidi
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-04IDE: Support x86, Alpha, and ARM use of the IDE controller.Ali Saidi
2010-11-22IDE,X86: Fix IDE controller BAR configuration for x86.Gabe Black
2010-11-15ARM: Add support for a dumb IDE controllerAli Saidi
2009-11-18m5: removed master and slave deletions.Brad Beckmann
2009-08-02IDE: Configure the IDE control to reflect the initial value of the command re...Gabe Black
2008-12-14The ide_ctrl serialize and unserialize were broken.Author Name
2008-12-09IDE: Fix serialization for the IDE controller.Richard Strong
2008-12-07Devices: Clean up the IDE controller.Gabe Black
2007-07-26Merge python and x86 changes with cache branchNathan Binkert
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-06-30Can only call makeAtomicResponse() once...Steve Reinhardt
2007-06-30Get rid of Packet result field. Error responses areSteve Reinhardt
2007-05-09add a backoff algorithm when nacks are received by devicesAli Saidi
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-10-08post checkpoint restoration the bus ranges need to be re-initialized for ALL ...Lisa Hsu
2006-07-27Need config read/write latency.Kevin Lim
2006-07-06Add default responder to busAli Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Minor further cleanup & commenting of Packet class.Steve Reinhardt
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt