summaryrefslogtreecommitdiff
path: root/dev/ide_disk.cc
AgeCommit message (Expand)Author
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