diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 00:45:10 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 00:45:10 -0400 |
commit | fb1282de1a39412b45a48cacc4fbea953008e1cd (patch) | |
tree | 3fc965503e06eedded24a4f89d9765f8d7dc2349 /dev/tsunami_io.hh | |
parent | 13c005a8af79a8481879ce099b45a1f98faae165 (diff) | |
parent | 87d27637aa2e99d5218e2e5dd5b728a3d650a2e7 (diff) | |
download | gem5-fb1282de1a39412b45a48cacc4fbea953008e1cd.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/m5
into crampon.my.domain:/z/binkertn/research/m5/head
--HG--
extra : convert_revision : b0c9b044b44a1bfc4cded2ebfa240b799dd4a5a0
Diffstat (limited to 'dev/tsunami_io.hh')
-rw-r--r-- | dev/tsunami_io.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/tsunami_io.hh b/dev/tsunami_io.hh index 9d74ccdef..704eb11f3 100644 --- a/dev/tsunami_io.hh +++ b/dev/tsunami_io.hh @@ -26,8 +26,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* @file - * Tsunami Fake I/O Space mapping including RTC/timer interrupts +/** @file + * Tsunami I/O Space mapping including RTC/timer interrupts */ #ifndef __DEV_TSUNAMI_IO_HH__ @@ -38,7 +38,7 @@ #include "dev/tsunami.hh" #include "sim/eventq.hh" -/* +/** * Tsunami I/O device is a catch all for all the south bridge stuff we care * to implement. */ |