![](https://seccdn.libravatar.org/avatar/ed90d0132a4f59f2d3a1cf82a1b70915.jpg?s=120&d=mm&r=g)
Am 30.08.2018 um 12:30 schrieb Peter Suetterlin:
Hi list,
I just noticed the serial_8250 driver in the opensuse kernel is set to support AND initialize/create 32 serial ports.
It took you almost 8 years to notice ;-) commit 85c87e3ee0de95bc7eb4710bb051840fbd70e027 Author: Greg Kroah-Hartman <gregkh@suse.de> Date: Thu Nov 11 10:37:05 2010 -0800 - Update config files. (bnc#) increase the number of possible and default uarts for users with multi-port serial cards for the i386 and x86-64 default configs. diff --git a/config/i386/default b/config/i386/default index 96bd6b356b..c487b7fba5 100644 --- a/config/i386/default +++ b/config/i386/default @@ -2804,8 +2804,8 @@ CONFIG_FIX_EARLYCON_MEM=y CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_PNP=y CONFIG_SERIAL_8250_CS=m -CONFIG_SERIAL_8250_NR_UARTS=16 -CONFIG_SERIAL_8250_RUNTIME_UARTS=8 +CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=32 # CONFIG_SERIAL_8250_EXTENDED is not set # diff --git a/config/x86_64/default b/config/x86_64/default index 00e6782eeb..101242619f 100644 --- a/config/x86_64/default +++ b/config/x86_64/default @@ -2659,8 +2659,8 @@ CONFIG_FIX_EARLYCON_MEM=y CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_PNP=y CONFIG_SERIAL_8250_CS=m -CONFIG_SERIAL_8250_NR_UARTS=16 -CONFIG_SERIAL_8250_RUNTIME_UARTS=8 +CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=32 # CONFIG_SERIAL_8250_EXTENDED is not set # https://bugzilla.opensuse.org/show_bug.cgi?id=652954 git repo on https://github.com/openSUSE/kernel-source -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org