Formatting.

--HG--
extra : convert_revision : c26a04563d571aae2b509eadf9f3eb5f61f3b2f7
This commit is contained in:
Benjamin Nash
2005-06-29 18:44:50 -04:00
parent 93d5b3ece0
commit 6c7eeae865

View File

@@ -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;