Accidenti a me e alla virtualizzazione...

Ho necessità su un server di avere più porte seriali...
Una è già installata e per un'altra ho preso una scheda PCI-E con chip MCS9835 della
MOSCHIP che ha due serali e una parallela...
[root@server5 ~]# dmesg | grep ttyS
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Devono evidentemente essere installate... sigh...
[root@server5 ~]# lspci -v
...
02:00.0 Communication controller: NetMos Technology PCI 9835 Multi-I/O Controller (rev 01)
Subsystem: LSI Logic / Symbios Logic 1P2S
Flags: medium devsel, IRQ 169
I/O ports at 2030 [size=8]
I/O ports at 2028 [size=8]
I/O ports at 2020 [size=8]
I/O ports at 2018 [size=8]
I/O ports at 2010 [size=8]
I/O ports at 2000 [size=16]
...
Quindi provo a configurarle...
[root@server5 ~]# setserial /dev/ttyS1 port 2010 UART 16550A irq 169 Baud_base 115200
[root@server5 ~]# setserial /dev/ttyS2 port 2030 UART 16550A irq 169 Baud_base 115200
[root@server5 ~]# dmesg | grep ttyS
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1: LSR safety check engaged!
ttyS2: LSR safety check engaged!
[root@server5 ~]# setserial /dev/ttyS1 -a
/dev/ttyS1, Line 1, UART: 16550A, Port: 0x07da, IRQ: 169
Baud_base: 115200, close_delay: 5000, divisor: 0
closing_wait: 37856
Flags: spd_normal skip_test auto_irq
[root@server5 ~]# setserial /dev/ttyS2 -a
/dev/ttyS2, Line 2, UART: 16550A, Port: 0x07ee, IRQ: 169
Baud_base: 115200, close_delay: 5000, divisor: 0
closing_wait: 37856
Flags: spd_normal skip_test auto_irq
[root@server5 ~]# setserial /dev/ttyS0 -a
/dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
Baud_base: 115200, close_delay: 500, divisor: 0
closing_wait: 30000
Flags: spd_normal skip_test auto_irq
[root@server5 ~]#
Perchè?!?!
... ho configurato prima e pen'ultima in quanto l'ultima pare essere la parallela e non sapevo se le 2 seriali venivano messe prima o dopo... qualche anima pia che ha già avuto a che fare con problemi di questo tipo mi potrebbe indicare dove sbaglio?
O se avete usato schede seriali riconosciute automaticamente da SME mi potreste indicare che schede/chipset avete utilizzato?