From: James S. <jsi...@ac...> - 2000-06-29 14:01:09
|
> Do not forget that it has no use in fbdev, as in 2.4.x complete fb > system is guarded by spin_lock_irqsave(&console_lock, ...) - i.e. > runs with interrupts disabled (and you cannot reenable them without > changes to console subsystem). > > Yes, we should change it, as currently I can dialup only with > 'fbset -depth 0', as otherwise sometime some characters get lost between > modem and pppd during VT switches. But I do not think that change will > happen before 2.4.0... I noticed this to. Yes the console lock needs to be replaced with some else. It don't think its going to be good enough for multihead systems. Also one lock is going to be poor performace. Their is no reason to lock out multiple VTs. Just the VT that is impacted. Q: Why did they deprecate a.out support in linux? A: Because a nasty coff is bad for your elf. James Simmons [jsi...@li...] ____/| fbdev/console/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U http://linuxconsole.sourceforge.net |