public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tim Waugh <twaugh@redhat.com>
To: linux-kernel@vger.kernel.org
Subject: PCI serial card
Date: Sun, 31 Dec 2000 13:49:41 +0000	[thread overview]
Message-ID: <20001231134941.C30393@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]

I've got a PCI serial card here that I'm not sure how to add support
for.  It's resource map is like this:

Product name   | Ven.ID | Dev.ID |[Base+10]|[Base+14]|[Base+18]|[Base+20]|
---------------+--------+--------+---------+---------+---------+---------+
VScom PCI-400L |  14D2  |  8040  |         | Uart #1 | Uart #2 | Uart 3,4|
VScom PCI-800L |  14D2  |  8080  |         | Uart #1 | Uart #2 | Uart 3-8|

(UARTs 3 onwards are spaced 8 bytes apart.) In other words, two of the
400L's ports would be encoded like this:

{ PCI_VENDOR_..., PCI_DEVICE_..., PCI_ANY_ID, PCI_ANY_ID,
  SPCI_FL_BASE_1 | SPCI_FL_BASE_TABLE, 2, 921600 },

but the other two would be described by:

{ PCI_VENDOR_..., PCI_DEVICE_..., PCI_ANY_ID, PCI_ANY_ID,
  SPCI_FL_BASE_3, 2, 921600 },

and I can't seem to find a way of supporting both lots at once.
Similarly, for the 800L I can only support up to six of the eight
ports at once.

Is there a trick I can use, or doesn't this kind of thing work yet?
(I'm looking at 2.4 for this.)

Tim.
*/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

                 reply	other threads:[~2000-12-31 14:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20001231134941.C30393@redhat.com \
    --to=twaugh@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /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