aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-09 15:04:53 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-09 15:04:53 +0000
commit3ebeb1868ff674096294f7abe90e8d11845a794c (patch)
tree859edd505628e518ed8a0004c94591992c8a7669 /TODO
parentae91355deae7f98b5786c78bee9805d1348a64a1 (diff)
downloadlcd4linux-3ebeb1868ff674096294f7abe90e8d11845a794c.tar.gz
[lcd4linux @ 2001-03-09 15:04:53 by reinelt]
rename 'raster' to 'Text in Text.c added TOTO item git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@108 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index bd62609..a98977c 100644
--- a/TODO
+++ b/TODO
@@ -53,3 +53,8 @@ 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....
+
+2001-03-09 Leo Tötsch <lt@toetsch.at>
+read configuration file earlier (before forking) so that specific drivers
+(especially 'Text') would not fork.
+There's a reason for forking that early, but I forgot...