diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-03-09 14:30:01 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-03-09 14:30:01 +0000 |
commit | ae91355deae7f98b5786c78bee9805d1348a64a1 (patch) | |
tree | 1e8132f97de0b6c52fe1165463b09c5dfdc195b3 | |
parent | 1a47930ac414d55721085a2b8983d301bb0dbacc (diff) | |
download | lcd4linux-ae91355deae7f98b5786c78bee9805d1348a64a1.tar.gz |
[lcd4linux @ 2001-03-09 14:30:01 by reinelt]
new ideas for TODO
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@107 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -46,3 +46,10 @@ will be done with the big config-rework // 2001-03-05 Leo Tötsch <lt@toetsch.at> // replace T_EXTENDED with a Flag similar to 'bar' // rejected, T_EXTENDED does a good job -mr + +2001-03-07 Michael Reinelt <reinelt@eunet.at> +use ppdev instead of ugly outb() + +2001-03-09 Michael Reinelt <reinelt@eunet.at> +replace udelay() assembly loop with rdtsc (read time stamp counter) +at least try to.... |