public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: DHollenbeck <dick@softplc.com>
To: rmk+serial@arm.linux.org.uk, akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] sealevel 8 port RS-232/RS-422/RS-485 board
Date: Thu, 10 Mar 2005 23:38:58 -0600	[thread overview]
Message-ID: <42312EF2.1040505@softplc.com> (raw)

Vendor Sealevel suggested these changes for its new board.  Tried them, 
they work with the card.  Please apply the patch below, which was made 
from 2.6.10 but can be applied to 2.6.11.2 without errors.

Dick


--- linux/drivers/serial/8250_pci.orig  2005-03-10 13:09:39.000000000 -0600
+++ linux/drivers/serial/8250_pci.c     2005-03-10 15:03:39.000000000 -0600
@@ -1867,6 +1867,9 @@
        {       PCI_VENDOR_ID_SEALEVEL, PCI_DEVICE_ID_SEALEVEL_COMM8,
                PCI_ANY_ID, PCI_ANY_ID, 0, 0,
                pbn_b2_8_115200 },
+       {       PCI_VENDOR_ID_SEALEVEL, PCI_DEVICE_ID_SEALEVEL_UCOMM8,
+               PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+               pbn_b2_8_115200 },

        {       PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_GTEK_SERIAL2,
                PCI_ANY_ID, PCI_ANY_ID, 0, 0,
--- linux/drivers/pci/pci.ids.orig      2005-03-10 13:10:10.000000000 -0600
+++ linux/drivers/pci/pci.ids   2005-03-10 15:21:43.000000000 -0600
@@ -5714,6 +5714,7 @@
        7401  Four Port RS-232 Interface
        7402  Four Port RS-422/485 Interface
        7801  Eight Port RS-232 Interface
+       7804  Eight Port RS-232/422/485 Interface
        8001  8001 Digital I/O Adapter
 135f  I-Data International A-S
 1360  Meinberg Funkuhren
--- linux/include/linux/pci_ids.h.orig  2005-03-10 13:11:25.000000000 -0600
+++ linux/include/linux/pci_ids.h       2005-03-10 15:06:07.000000000 -0600
@@ -1780,6 +1780,7 @@
 #define PCI_DEVICE_ID_SEALEVEL_UCOMM232        0x7202
 #define PCI_DEVICE_ID_SEALEVEL_COMM4   0x7401
 #define PCI_DEVICE_ID_SEALEVEL_COMM8   0x7801
+#define PCI_DEVICE_ID_SEALEVEL_UCOMM8  0x7804

 #define PCI_VENDOR_ID_HYPERCOPE                0x1365
 #define PCI_DEVICE_ID_HYPERCOPE_PLX    0x9050




             reply	other threads:[~2005-03-11  5:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11  5:38 DHollenbeck [this message]
2005-03-19 18:21 ` [PATCH] sealevel 8 port RS-232/RS-422/RS-485 board Russell King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42312EF2.1040505@softplc.com \
    --to=dick@softplc.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk+serial@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox