linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] serial/8250: Increase number of serial ports to 32
@ 2010-11-10 13:54 Yegor Yefremov
  2010-11-10 16:08 ` Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Yegor Yefremov @ 2010-11-10 13:54 UTC (permalink / raw)
  To: linux-serial; +Cc: Greg KH

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-12-10 15:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10 13:54 [PATCH] serial/8250: Increase number of serial ports to 32 Yegor Yefremov
2010-11-10 16:08 ` 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

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).