diff options
author | lloyd <[email protected]> | 2006-05-18 18:33:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-05-18 18:33:19 +0000 |
commit | a2c99d3270eb73ef2db5704fc54356c6b75096f8 (patch) | |
tree | ad3d6c4fcc8dd0f403f8105598943616246fe172 /modules/tm_hard/modinfo.txt |
Initial checkin1.5.6
Diffstat (limited to 'modules/tm_hard/modinfo.txt')
-rw-r--r-- | modules/tm_hard/modinfo.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/tm_hard/modinfo.txt b/modules/tm_hard/modinfo.txt new file mode 100644 index 000000000..d03df5d30 --- /dev/null +++ b/modules/tm_hard/modinfo.txt @@ -0,0 +1,24 @@ +realname "Hardware Timer" + +define TIMER_HARDWARE + +add_file tm_hard.cpp +add_file tm_hard.h + +<cc> +gcc +</cc> + +<arch> +# RDTSC: Pentium and up +i586 +i686 +athlon +pentium4 +amd64 + +ppc # PPC timebase register +ppc64 # PPC timebase register +alpha # rpcc +sparc64 # %tick register +</arch> |