Re: Syba 8-Port Serial Card Unidentified By Kernel

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Chris Bergeron <chris@...>
Cc: <linux-kernel@...>
Date: Friday, October 12, 2007 - 8:08 am

--aM3YZ0Iwxop3KEKx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 284, 10 11, 2007 at 01:02:12PM -0400, Chris Bergeron wrote:
d=20
t=20
ld=20
e=20
m=20
=20
=20

Can you try an attached patch ? I hope it should at least detect UARTs on=
=20
your board. Be ready that baudrate could be wrong, because we do not know
what frequency is used to clock these UARTs.

=20

--=20
Andrey Panin		| Linux and UNIX system administrator
pazke@donpac.ru		| PGP key: wwwkeys.pgp.net

--aM3YZ0Iwxop3KEKx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-syba
Content-Transfer-Encoding: quoted-printable

diff -urdpNX /usr/share/dontdiff linux-2.6.23.vanilla/drivers/serial/8250_p=
ci.c linux-2.6.23/drivers/serial/8250_pci.c
--- linux-2.6.23.vanilla/drivers/serial/8250_pci.c	2007-10-12 14:20:44.0000=
00000 +0400
+++ linux-2.6.23/drivers/serial/8250_pci.c	2007-10-12 14:07:08.000000000 +0=
400
@@ -1036,6 +1036,7 @@ enum pci_board_num_t {
 	pbn_b0_2_115200,
 	pbn_b0_4_115200,
 	pbn_b0_5_115200,
+	pbn_b0_8_115200,
=20
 	pbn_b0_1_921600,
 	pbn_b0_2_921600,
@@ -1172,6 +1173,12 @@ static struct pciserial_board pci_boards
 		.base_baud	=3D 115200,
 		.uart_offset	=3D 8,
 	},
+	[pbn_b0_8_115200] =3D {
+		.flags		=3D FL_BASE0,
+		.num_ports	=3D 8,
+		.base_baud	=3D 115200,
+		.uart_offset	=3D 8,
+	},
=20
 	[pbn_b0_1_921600] =3D {
 		.flags		=3D FL_BASE0,
@@ -2520,6 +2527,11 @@ static struct pci_device_id serial_pci_t
 		PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 		pbn_b3_8_115200 },
=20
+	/* Syba PCI8871-PR8 8-port serial card */
+	{	PCI_VENDOR_ID_PLX, 0x9016,
+		0x544e, 0x0008, 0, 0,
+		pbn_b0_8_115200 },
+
 	/*
 	 * Exar Corp. XR17C15[248] Dual/Quad/Octal UART
 	 */

--aM3YZ0Iwxop3KEKx--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Syba 8-Port Serial Card Unidentified By Kernel, Chris Bergeron, (Fri Oct 5, 5:31 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Andrey Panin, (Wed Oct 10, 5:54 am)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Chris Bergeron, (Thu Oct 11, 1:02 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Andrey Panin, (Fri Oct 12, 8:08 am)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Chris Bergeron, (Tue Oct 16, 3:03 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Andrey Panin, (Wed Oct 17, 2:42 am)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Chris Bergeron, (Wed Oct 17, 6:16 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Andrey Panin, (Thu Oct 18, 1:57 am)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Chris Bergeron, (Thu Oct 18, 1:00 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Andrey Panin, (Mon Oct 22, 11:33 am)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Chris Bergeron, (Mon Oct 22, 1:14 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Andrey Panin, (Sun Oct 28, 11:42 am)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Bjorn Helgaas, (Wed Sep 3, 11:59 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Bjorn Helgaas, (Wed Sep 10, 3:26 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Lennart Sorensen, (Mon Oct 22, 12:18 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Andrey Panin, (Fri Oct 26, 7:35 am)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Lennart Sorensen, (Thu Oct 11, 3:01 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Chris Bergeron, (Thu Oct 11, 4:48 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Lennart Sorensen, (Tue Oct 9, 2:14 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Chris Bergeron, (Tue Oct 9, 3:25 pm)
Re: Syba 8-Port Serial Card Unidentified By Kernel, Nicholas Miell, (Fri Oct 5, 6:43 pm)