projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d5b3e
)
Formatting.
author
Benjamin Nash
<benash@umich.edu>
Wed, 29 Jun 2005 22:44:50 +0000
(18:44 -0400)
committer
Benjamin Nash
<benash@umich.edu>
Wed, 29 Jun 2005 22:44:50 +0000
(18:44 -0400)
--HG--
extra : convert_revision :
c26a04563d571aae2b509eadf9f3eb5f61f3b2f7
dev/ide_disk.cc
patch
|
blob
|
history
diff --git
a/dev/ide_disk.cc
b/dev/ide_disk.cc
index 555eb023e93d9c0a2292e144baf5edf710372d3b..3a39bcdd0b91c391edebad9791b51b4981b45c38 100644
(file)
--- a/
dev/ide_disk.cc
+++ b/
dev/ide_disk.cc
@@
-135,7
+135,6
@@
IdeDisk::reset(int id)
memset(&curPrd.entry, 0, sizeof(PrdEntry_t));
cmdReg.error = 1;
-
dmaInterfaceBytes = 0;
curPrdAddr = 0;
curSector = 0;
@@
-211,7
+210,6
@@
IdeDisk::bytesInDmaPage(Addr curAddr, uint32_t bytesLeft)
uint16_t
IdeDisk::read(const Addr &offset, RegType_t type)
{
-
uint16_t data;
DevAction_t action = ACT_NONE;