lkml.org 
[lkml]   [2002]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: PCI serial card with PCI 9052?
From
Date
   From: Russell King <rmk@arm.linux.org.uk>
Date: Sun, 24 Nov 2002 11:43:07 +0000

Hi,

> On Sun, Nov 24, 2002 at 12:27:14PM +0100, Pavel Janík wrote:
> > I have tried to cat /dev/ttyS5 after
> >
> > setserial /dev/ttyS5 port 0xd800 irq 11
>
> I think you actually want:
>
> setserial /dev/ttyS5 port 0xd800 irq 11 autoconfig
>
> and then cat /proc/tty/driver/serial and see if the 5: line has changed
> from uart:unknown.

yes, that's it:

mirka:~ # grep ^5: /proc/tty/driver/serial
5: uart:unknown port:1A8 irq:9
mirka:~ # setserial /dev/ttyS5 port 0x9800 irq 11 autoconfig
mirka:~ # grep ^5: /proc/tty/driver/serial
5: uart:16550A port:9800 irq:11 baud:9600 tx:0 rx:0

So, adding this patch should help me. I can not test it right now, because
I do not have any serial device here at home, but will test it on monday.

Thank you for your help.

--- linux-2.4.19.orig/drivers/char/serial.c Sun Nov 24 14:32:19 2002
+++ linux-2.4.19/drivers/char/serial.c Sun Nov 24 15:15:54 2002
@@ -4181,7 +4181,7 @@

#ifdef SERIAL_DEBUG_PCI
printk(KERN_DEBUG " Subsystem ID %lx (intel 960)\n",
- (unsigned long) board->subdevice);
+ (unsigned long) dev->subsystem_device);
#endif
/* is firmware started? */
pci_read_config_dword(dev, 0x44, (void*) &oldval);
@@ -4340,6 +4340,7 @@
pbn_panacom2,
pbn_panacom4,
pbn_plx_romulus,
+ pbn_plx_9052,
pbn_oxsemi,
pbn_timedia,
pbn_intel_i960,
@@ -4425,6 +4426,8 @@
0x400, 7, pci_plx9050_fn },
{ SPCI_FL_BASE2, 4, 921600, /* pbn_plx_romulus */
0x20, 2, pci_plx9050_fn, 0x03 },
+ { SPCI_FL_BASE2, 2, 115200, /* pbn_plx_9052 */
+ 0x400},
/* This board uses the size of PCI Base region 0 to
* signal now many ports are available */
{ SPCI_FL_BASE0 | SPCI_FL_REGION_SZ_CAP, 32, 115200 }, /* pbn_oxsemi */
@@ -4707,6 +4710,9 @@
{ PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_ROMULUS,
0x10b5, 0x106a, 0, 0,
pbn_plx_romulus },
+ { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050,
+ 0xd841, 0x0200, 0, 0,
+ pbn_plx_9052 },
{ PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_QSC100,
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
pbn_b1_4_115200 },
--
Pavel Janík
I can't make such predictions--my crystal ball is cloudy today.
-- Richard Stallman in emacs-devel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.081 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site