public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* parport_serial / serial init order wrong?
@ 2002-08-05 21:00 Marek Michalkiewicz
  2002-08-05 21:58 ` Russell King
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Michalkiewicz @ 2002-08-05 21:00 UTC (permalink / raw)
  To: twaugh; +Cc: linux-kernel

Hi,

I'm trying to make a PCI 2S1P Multi I/O card (NM9835 chip) work with
Linux 2.4.19.  I've applied the 2.5.x linux-netmos.patch (with manual
patching of rejected hunks), and I can see this in the boot messages:

parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
parport_pc: Via 686A parallel port: io=0x378
PCI parallel port detected: 9710:9835, I/O at 0xb800(0x0)
parport1: PC-style at 0xb800 [PCSPP,TRISTATE,EPP]
ttyS00 at port 0xb000 (irq = 9) is a 16550A
ttyS00 at port 0xb400 (irq = 9) is a 16550A
.....
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
lp0: using parport0 (polling).
lp0: console ready
lp1: using parport1 (polling).

The two PCI serial ports (incorrectly reported as ttyS00) are really
ttyS4 and ttyS5, but setserial reports unknown UART (with correct I/O
and IRQ), so they don't work until I do this:

setserial /dev/ttyS4 autoconfig
setserial /dev/ttyS5 autoconfig

I suspect that the parport_serial driver should be initialized after
the serial driver, so it can register the detected UARTs properly.
(I have the necessary drivers compiled into the kernel, no modules.)

The serial ports appear to work fine after the setserial autoconfig
commands.  I haven't tested the NM9835 parallel port just yet - what
I really needed is more serial ports, but a PCI card with only two
serial ports (no parallel) was hard to find and twice as expensive ;)

I suspect the NM9835 may be a quite popular chip - any chances of
making support for it available in 2.4.x kernel series?

Thanks,
Marek


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

end of thread, other threads:[~2002-08-14  9:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-05 21:00 parport_serial / serial init order wrong? Marek Michalkiewicz
2002-08-05 21:58 ` Russell King
2002-08-14  9:11   ` Marek Michalkiewicz
2002-08-14  9:14     ` Tim Waugh
2002-08-14  9:21       ` Marek Michalkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox