All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rainer Koenig <Rainer.Koenig@ts.fujitsu.com>
To: linux-serial@vger.kernel.org
Subject: [PATCH] serial: 8250_pci: Remove bridge device Oxford 9511
Date: Tue, 07 Sep 2010 08:29:31 +0200	[thread overview]
Message-ID: <4C85DBCB.5000408@ts.fujitsu.com> (raw)

The following patch removes the device ID 0x9511 from Oxford
Semiconductors from this driver. This device is a local bus bridge and
not a serial device:

01:05.1 Bridge: Oxford Semiconductor Ltd OX16PCI954 (Quad 16950 UART)
function 1
 (8bit bus) (rev 01)

01:05.1 0680: 1415:9511 (rev 01)
        Subsystem: 1415:0000

So there is no need to try to use the bridge as UARTs. :-)

Signed-off-by: Rainer Koenig <Rainer.Koenig@ts.fujitsu.com>
---
--- linux-2.6/drivers/serial/8250_pci.c 2010-08-11 09:58:02.000000000 +0200
+++ patch/drivers/serial/8250_pci.c     2010-09-07 08:13:18.000000000 +0200
@@ -3205,9 +3205,6 @@
                PCI_SUBVENDOR_ID_COMPUTONE, PCI_SUBDEVICE_ID_COMPUTONE_PG6,
                0, 0, pbn_computone_6 },

-       {       PCI_VENDOR_ID_OXSEMI, PCI_DEVICE_ID_OXSEMI_16PCI95N,
-               PCI_ANY_ID, PCI_ANY_ID, 0, 0,
-               pbn_oxsemi },
        {       PCI_VENDOR_ID_TIMEDIA, PCI_DEVICE_ID_TIMEDIA_1889,
                PCI_VENDOR_ID_TIMEDIA, PCI_ANY_ID, 0, 0,
                pbn_b0_bt_1_921600 },


-- 
Dipl.-Inf. (FH) Rainer Koenig
Project Manager Linux Clients
Dept. TSP WPS R&D SW OSE

Fujitsu Technology Solutions
Bürgermeister-Ullrich-Str. 100
86199 Augsburg
Germany

Telephone: +49-821-804-3321
Telefax:   +49-821-804-2131
Mail:      mailto:Rainer.Koenig@ts.fujitsu.com

Internet         ts.fujtsu.com
Company Details  ts.fujitsu.com/imprint.html
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

                 reply	other threads:[~2010-09-07  6:39 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=4C85DBCB.5000408@ts.fujitsu.com \
    --to=rainer.koenig@ts.fujitsu.com \
    --cc=linux-serial@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.