diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-05-14 16:37:00 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-05-14 16:37:00 -0400 |
commit | 57104ea5f9e94dc4fe664f91e60278e486111ae9 (patch) | |
tree | 26da45ef5c199cbff96d3a2ef9a3ef02c90f6522 /configs/boot | |
parent | ea4e6f2e3d4d0ce6473fd2be5d9307c1e6545f72 (diff) | |
download | gem5-57104ea5f9e94dc4fe664f91e60278e486111ae9.tar.xz |
couple more bug fixes for intel nic
src/dev/i8254xGBe.cc:
src/dev/i8254xGBe.hh:
couple more bug fixes
--HG--
extra : convert_revision : ae5b806528c1ec06f0091e1f6e50fc0721057ddb
Diffstat (limited to 'configs/boot')
-rw-r--r-- | configs/boot/devtime.rcS | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configs/boot/devtime.rcS b/configs/boot/devtime.rcS index 22a5469b8..4d1ca9407 100644 --- a/configs/boot/devtime.rcS +++ b/configs/boot/devtime.rcS @@ -1,7 +1,4 @@ -echo "switching cpus" -m5 switchcpu -echo "done" -insmod /modules/devtime.ko dataAddr=0x9000004 count=100 +insmod /modules/devtime.ko dataAddr=0x9000008 count=100 rmmod devtime insmod /modules/devtime.ko dataAddr=0x1a0000300 count=100 rmmod devtime |