All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] serial: 8250_pci: Remove bridge device Oxford 9511
@ 2010-09-07  6:29 Rainer Koenig
  0 siblings, 0 replies; only message in thread
From: Rainer Koenig @ 2010-09-07  6:29 UTC (permalink / raw)
  To: linux-serial

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-07  6:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-07  6:29 [PATCH] serial: 8250_pci: Remove bridge device Oxford 9511 Rainer Koenig

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.