summaryrefslogtreecommitdiff
path: root/dev/ide_disk.cc
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2005-06-05 08:08:29 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2005-06-05 08:08:29 -0400
commit5f0f42f166cb05636c51330bdb708f1d443881c7 (patch)
treea06771866d12e3ad77eb70c60f2703fae971c517 /dev/ide_disk.cc
parentad8b9636f8576f1431ef60019788affe780eb851 (diff)
downloadgem5-5f0f42f166cb05636c51330bdb708f1d443881c7.tar.xz
Fix minor doxygen issues.
Doxyfile: Turn on EXTRACT_ALL so we get full class hierarchy info. base/range.hh: cpu/o3/fetch.hh: cpu/o3/rename_map.hh: cpu/o3/rob.hh: dev/ide_disk.cc: dev/tsunami.cc: dev/tsunami.hh: dev/tsunami_cchip.hh: Fix doxygen issues. --HG-- extra : convert_revision : 9e0e8d3510b35db201459b8a3211c5e6ad5f0bb4
Diffstat (limited to 'dev/ide_disk.cc')
-rw-r--r--dev/ide_disk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc
index 70cb367b6..23d04bb5e 100644
--- a/dev/ide_disk.cc
+++ b/dev/ide_disk.cc
@@ -351,7 +351,7 @@ IdeDisk::dmaPrdReadDone()
void
IdeDisk::doDmaRead()
{
- /** @TODO we need to figure out what the delay actually will be */
+ /** @todo we need to figure out what the delay actually will be */
Tick totalDiskDelay = diskDelay + (curPrd.getByteCount() / SectorSize);
DPRINTF(IdeDisk, "doDmaRead, diskDelay: %d totalDiskDelay: %d\n",
@@ -455,7 +455,7 @@ IdeDisk::dmaReadDone()
void
IdeDisk::doDmaWrite()
{
- /** @TODO we need to figure out what the delay actually will be */
+ /** @todo we need to figure out what the delay actually will be */
Tick totalDiskDelay = diskDelay + (curPrd.getByteCount() / SectorSize);
DPRINTF(IdeDisk, "doDmaWrite, diskDelay: %d totalDiskDelay: %d\n",