aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
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...