linux-um archives
 help / color / mirror / Atom feed
From: Richard Hirst <rhirst@levanta.com>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] patch to make serial console work
Date: Fri, 18 Mar 2005 20:49:45 +0000	[thread overview]
Message-ID: <20050318204945.GF8057@levanta.com> (raw)

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

                 reply	other threads:[~2005-03-18 20:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050318204945.GF8057@levanta.com \
    --to=rhirst@levanta.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox