Formatting, reduce maximum number of functional memory children.

dev/ide_disk.cc:
dev/pcidev.cc:
    Formatting.

--HG--
extra : convert_revision : 6f5824aa220fe311751fb10ec8648fe64dfa4775
This commit is contained in:
Benjamin Nash
2005-06-30 13:12:12 -04:00
parent 6c7eeae865
commit e563acd5c6

View File

@@ -260,7 +260,6 @@ IdeDisk::read(const Addr &offset, RegType_t type)
updateState(action);
return data;
}
void
@@ -787,7 +786,7 @@ IdeDisk::intrPost()
intrPending = true;
// talk to controller to set interrupt
if (ctrl){
if (ctrl) {
ctrl->bmi_regs[BMIS0] |= IDEINTS;
ctrl->intrPost();
}