summaryrefslogtreecommitdiff
path: root/dev/ide_disk.cc
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-18fix ide stats and make sinic compile after merge.Ali Saidi
2006-04-24Mostly done with all device models for new memory system. Still need to get t...Ali Saidi
2006-04-20make ide disk work for newmemAli Saidi
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2005-09-24Fix IDE disk UDMA mode support mask to actually reflect support forSteve Reinhardt
2005-08-23don't use sprintf. It's not guaranteed to not scribble over memory.Nathan Binkert
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-06-05Fix minor doxygen issues.Steve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-06-05Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2005-06-04Fix doxgyen commentsAli Saidi
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-01Rename sim/universe.{cc,hh} to root.{cc,hh} (since theSteve Reinhardt
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-04-06Cleanup diagnostic and error messages for the IDE diskNathan Binkert
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2004-11-13Use parameter structs for initialization so it's easierNathan Binkert
2004-10-25Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smpAli Saidi
2004-10-25changes to make interrupts part of the platform rather than tsunamiAli Saidi
2004-10-23get rid of pmap.h and make things variables and inlineNathan Binkert
2004-07-09Remove second pciToDma translation on current PRD address pointer b/cAndrew Schultz
2004-06-23Fix to properly shadow the DEV bit in the Drive/Head register so otherAndrew Schultz
2004-06-17Fixes to IDE disk to fix serialization. Now passes simple CPU serializeAndrew Schultz
2004-06-04MergeAli Saidi
2004-06-04Updated copyright on Tsunami and kern/linux files.Ali Saidi
2004-06-03Fixes in translation in PCI to DMA address to fix boot problems withAndrew Schultz
2004-06-01Fixes to the state machine to properly support software reset and to fixAndrew Schultz
2004-05-25Varied fixes to get linux running. Allow for shutdown on linux.Andrew Schultz
2004-05-24Fix to the PIO read state machine (write still needs fixes)Andrew Schultz
2004-05-12Fixes to DMA writing (still unverified) and added serialize/unserializeAndrew Schultz
2004-05-11Changes to fix bad DMA handling by disk when using scatter gather pageAndrew Schultz
2004-05-06Whole mess'o'changes.. see individual filesAndrew Schultz
2004-05-03Checkin of latest IDE and some separation between platforms (Tsunami andAndrew Schultz
2004-03-23Add initial support for IDEAndrew Schultz