linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: linux-serial@vger.kernel.org
Cc: Greg KH <greg@kroah.com>
Subject: [PATCH] serial/8250: Increase number of serial ports to 32
Date: Wed, 10 Nov 2010 14:54:39 +0100	[thread overview]
Message-ID: <4CDAA41F.1060402@visionsystems.de> (raw)

This will make sure that multiple serial port cards can be
used out of the box. Otherwise the user must pass
nr_uarts parameter, that will be often forgotten and increases
support requests for serial card vendors.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Index: b/drivers/serial/Kconfig
===================================================================
--- a/drivers/serial/Kconfig	2010-11-10 03:53:21.000000000 +0100
+++ b/drivers/serial/Kconfig	2010-11-10 14:32:54.000000000 +0100
@@ -119,7 +119,7 @@
 config SERIAL_8250_NR_UARTS
 	int "Maximum number of 8250/16550 serial ports"
 	depends on SERIAL_8250
-	default "4"
+	default "32"
 	help
 	  Set this to the number of serial ports you want the driver
 	  to support.  This includes any ports discovered via ACPI or
@@ -130,7 +130,7 @@
 	int "Number of 8250/16550 serial ports to register at runtime"
 	depends on SERIAL_8250
 	range 0 SERIAL_8250_NR_UARTS
-	default "4"
+	default "32"
 	help
 	  Set this to the maximum number of serial ports you want
 	  the kernel to register at boot time.  This can be overridden


             reply	other threads:[~2010-11-10 14:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-10 13:54 Yegor Yefremov [this message]
2010-11-10 16:08 ` [PATCH] serial/8250: Increase number of serial ports to 32 Greg KH
2010-11-10 17:02   ` Yegor Yefremov
2010-11-10 17:33     ` Greg KH
2010-12-10 15:10       ` Yegor Yefremov
2010-11-10 19:10   ` Matt Schulte
2010-11-10 19:28     ` Greg KH
2010-11-10 21:28       ` Matt Schulte
2010-11-11  0:52         ` Greg KH

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=4CDAA41F.1060402@visionsystems.de \
    --to=yegor_sub1@visionsystems.de \
    --cc=greg@kroah.com \
    --cc=linux-serial@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).