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_disk.cc
Age
Commit message (
Expand
)
Author
2006-05-22
New directory structure:
Steve Reinhardt
2006-05-18
fix ide stats and make sinic compile after merge.
Ali Saidi
2006-04-24
Mostly done with all device models for new memory system. Still need to get t...
Ali Saidi
2006-04-20
make ide disk work for newmem
Ali Saidi
2006-02-19
Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...
Gabe Black
2006-02-12
Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...
Gabe Black
2005-09-24
Fix IDE disk UDMA mode support mask to actually reflect support for
Steve Reinhardt
2005-08-23
don't use sprintf. It's not guaranteed to not scribble over memory.
Nathan Binkert
2005-08-15
Changes for getting FreeBSD to run.
Miguel Serrano
2005-06-05
Fix minor doxygen issues.
Steve Reinhardt
2005-06-05
Many files:
Steve Reinhardt
2005-06-05
Merge zizzer.eecs.umich.edu:/bk/m5
Nathan Binkert
2005-06-04
Fix doxgyen comments
Ali Saidi
2005-06-04
shuffle files around for new directory structure
Nathan Binkert
2005-06-01
Rename sim/universe.{cc,hh} to root.{cc,hh} (since the
Steve Reinhardt
2005-04-11
Make the notion of a global event tick independent of the actual
Nathan Binkert
2005-04-06
Cleanup diagnostic and error messages for the IDE disk
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-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 pmap.h and make things variables and inline
Nathan Binkert
2004-07-09
Remove second pciToDma translation on current PRD address pointer b/c
Andrew Schultz
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-04
Merge
Ali Saidi
2004-06-04
Updated copyright on Tsunami and kern/linux files.
Ali Saidi
2004-06-03
Fixes in translation in PCI to DMA address to fix boot problems with
Andrew Schultz
2004-06-01
Fixes to the state machine to properly support software reset and to fix
Andrew Schultz
2004-05-25
Varied fixes to get linux running. Allow for shutdown on linux.
Andrew Schultz
2004-05-24
Fix to the PIO read state machine (write still needs fixes)
Andrew Schultz
2004-05-12
Fixes to DMA writing (still unverified) and added serialize/unserialize
Andrew Schultz
2004-05-11
Changes to fix bad DMA handling by disk when using scatter gather page
Andrew Schultz
2004-05-06
Whole mess'o'changes.. see individual files
Andrew Schultz
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