That's because you expect printk() to work even if interrupts
don't (yet), so there's a mini driver in there that works in polled
mode and is completely anatomous (sp?).
Also, the `real' serial driver only works when /dev/ttySx is opened by
a process - it needs a lot of context (file handles etc) that is
dependent on stuff that is only available after the system has booted.
Mike.
-- "dselect has a user interface which scares small children" -- Theodore Tso, on debian-devel- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/