All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] patch to make serial console work
@ 2005-03-18 20:49 Richard Hirst
  0 siblings, 0 replies; only message in thread
From: Richard Hirst @ 2005-03-18 20:49 UTC (permalink / raw)
  To: user-mode-linux-devel

This is against uml-2.4.27-bs1.patch.bz2; serial console didn't work
for me.  This fixed it, and by comparison with serial.c, it looks
correct.  Please cc me on replies.

Richard


--- linux-2.4.27/arch/um/drivers/ssl.c- 2005-03-18 18:30:09.000000000 +0000
+++ linux-2.4.27/arch/um/drivers/ssl.c  2005-03-18 18:30:16.000000000 +0000
@@ -230,7 +230,7 @@
 
 static kdev_t ssl_console_device(struct console *c)
 {
-       return mk_kdev(TTY_MAJOR, c->index);
+       return mk_kdev(TTY_MAJOR, 64 + c->index);
 }
 
 static int ssl_console_setup(struct console *co, char *options)





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-18 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-18 20:49 [uml-devel] patch to make serial console work Richard Hirst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.