index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dev
/
ide_ctrl.cc
Age
Commit message (
Expand
)
Author
2006-05-11
ide printing to match newmem
Ali Saidi
2006-02-21
Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...
Gabe Black
2006-02-19
Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...
Gabe Black
2006-02-16
Changed the fault enum into a class, and fixed everything up to work with it....
Gabe Black
2005-11-20
io_bus is split out into pio_bus and dma_bus so that any device
Nathan Binkert
2005-09-12
only set an approriately sized piece of data. so break where appropriate
Ali Saidi
2005-08-23
Lots of fixes to serialization and naming of various device
Nathan Binkert
2005-08-19
A few minor fixes to get things to build on Cygwin.
Steve Reinhardt
2005-08-15
Changes for getting FreeBSD to run.
Miguel Serrano
2005-06-29
Fix uninitialized variables in ide controller
Nathan Binkert
2005-06-05
Many files:
Steve Reinhardt
2005-06-04
shuffle files around for new directory structure
Nathan Binkert
2005-06-01
Standardize clock parameter names to 'clock'.
Steve Reinhardt
2005-04-29
Add suport for no allocation of cache block on a dma read passing through a c...
Ron Dreslinski
2005-04-06
Better debugging output for the ide controller
Nathan Binkert
2005-01-15
New and improved configuration mechanism. No more writing of
Nathan Binkert
2004-11-13
Use parameter structs for initialization so it's easier
Nathan Binkert
2004-11-13
Macros are nasty, so let's get rid of them. Convert all
Nathan Binkert
2004-10-25
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smp
Ali Saidi
2004-10-25
changes to make interrupts part of the platform rather than tsunami
Ali Saidi
2004-10-23
get rid of some unused variables
Nathan Binkert
2004-10-22
Clean up the Range class and associated usages. The code was
Nathan Binkert
2004-07-12
make the cache access latency a parameter that is based on bus
Nathan Binkert
2004-06-23
Fix to properly shadow the DEV bit in the Drive/Head register so other
Andrew Schultz
2004-06-17
Fixes to IDE disk to fix serialization. Now passes simple CPU serialize
Andrew Schultz
2004-06-16
Updated serialization code and added #if tracing so that make fast
Ali Saidi
2004-06-12
minor mods for mimicking NS83820 functionality
Lisa Hsu
2004-06-11
after unserialization in the ide driver we need to reprogram the
Ali Saidi
2004-06-10
Fixes for detailed boot, made cttz and ctlz instructions more compact,
Ali Saidi
2004-06-04
Merge zizzer:/bk/linux
Andrew Schultz
2004-06-04
Changes to support serialization with PCI devices
Andrew Schultz
2004-06-04
Updated copyright on Tsunami and kern/linux files.
Ali Saidi
2004-05-19
Remove the uncacheable bit 39 check (needs to be merged in with head tree
Andrew Schultz
2004-05-12
Fixes to DMA writing (still unverified) and added serialize/unserialize
Andrew Schultz
2004-05-09
Added ULL for 64bit ints
Ali Saidi
2004-05-03
Checkin of latest IDE and some separation between platforms (Tsunami and
Andrew Schultz
2004-03-23
Add initial support for IDE
Andrew Schultz