aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorreinelt <>2001-03-09 15:04:53 +0000
committerreinelt <>2001-03-09 15:04:53 +0000
commit6caa19fa629e835df6cc33eceb8c04e2f8ce728a (patch)
tree859edd505628e518ed8a0004c94591992c8a7669 /TODO
parent002379a437d96babd684c9f2a860f193d4f89400 (diff)
downloadlcd4linux-6caa19fa629e835df6cc33eceb8c04e2f8ce728a.tar.gz
[lcd4linux @ 2001-03-09 15:04:53 by reinelt]
rename 'raster' to 'Text in Text.c added TOTO item
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...