summaryrefslogtreecommitdiff
path: root/dev/tsunami_pchip.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2005-06-04 23:56:53 -0400
committerAli Saidi <saidi@eecs.umich.edu>2005-06-04 23:56:53 -0400
commit8bbaaa7478bdddcd098c4da97f4ac1ba5a97ee67 (patch)
tree2598e3710650ee9c4c7cfc04a8d71ccbbef8547c /dev/tsunami_pchip.hh
parent964b5aaed8e67226cab81d7df9c43e0c3b94c8b5 (diff)
downloadgem5-8bbaaa7478bdddcd098c4da97f4ac1ba5a97ee67.tar.xz
Fix doxgyen comments
Use openbsd ide/atapi header files dev/alpha_console.cc: dev/alpha_console.hh: dev/baddev.cc: dev/baddev.hh: dev/disk_image.cc: dev/disk_image.hh: dev/tsunami_cchip.hh: dev/tsunami_io.hh: dev/tsunami_pchip.hh: Fix Doxygen comments dev/ide_disk.cc: Use BSD atapi/ide header files dev/ide_disk.hh: use ide/atapi header files --HG-- extra : convert_revision : a15e40c7d7cc52af6867821e9574ba5c47021721
Diffstat (limited to 'dev/tsunami_pchip.hh')
-rw-r--r--dev/tsunami_pchip.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/tsunami_pchip.hh b/dev/tsunami_pchip.hh
index f88098d58..5a50cb548 100644
--- a/dev/tsunami_pchip.hh
+++ b/dev/tsunami_pchip.hh
@@ -26,8 +26,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* @file
- * Tsunami PChip
+/** @file
+ * Tsunami PCI interface CSRs
*/
#ifndef __TSUNAMI_PCHIP_HH__
@@ -37,8 +37,8 @@
#include "base/range.hh"
#include "dev/io_device.hh"
-/*
- * Tsunami PChip
+/**
+ * A very simple implementation of the Tsunami PCI interface chips.
*/
class TsunamiPChip : public PioDevice
{