From: Benjamin Nash Date: Wed, 29 Jun 2005 22:44:50 +0000 (-0400) Subject: Formatting. X-Git-Tag: m5_1.1~61 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c7eeae865011d5771b5d09d4b9385c83b016cc9;p=gem5.git Formatting. --HG-- extra : convert_revision : c26a04563d571aae2b509eadf9f3eb5f61f3b2f7 --- diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc index 555eb023e..3a39bcdd0 100644 --- 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;