diff mbox

[Precise,Quantal,Raring,Saucy,1/1] Revert "serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller"

Message ID 1790975f85cafc411446ee69bf42fdf1db8ef40e.1372704954.git.joseph.salisbury@canonical.com
State New
Headers show

Commit Message

Joseph Salisbury July 1, 2013, 7:06 p.m. UTC
From: Joseph Salisbury <joseph.salisbury@canonical.com>

BugLink: http://bugs.launchpad.net/bugs/1190967

This reverts commit 8d2f8cd424ca0b99001f3ff4f5db87c4e525f366.
---
 drivers/tty/serial/8250/8250_pci.c |    4 ----
 1 file changed, 4 deletions(-)

Comments

Brad Figg July 1, 2013, 7:31 p.m. UTC | #1
On 07/01/2013 12:06 PM, joseph.salisbury@canonical.com wrote:
> From: Joseph Salisbury <joseph.salisbury@canonical.com>
> 
> BugLink: http://bugs.launchpad.net/bugs/1190967
> 
> This reverts commit 8d2f8cd424ca0b99001f3ff4f5db87c4e525f366.
> ---
>  drivers/tty/serial/8250/8250_pci.c |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
> index 26e3a97..c52948b 100644
> --- a/drivers/tty/serial/8250/8250_pci.c
> +++ b/drivers/tty/serial/8250/8250_pci.c
> @@ -4797,10 +4797,6 @@ static struct pci_device_id serial_pci_tbl[] = {
>  		PCI_VENDOR_ID_IBM, 0x0299,
>  		0, 0, pbn_b0_bt_2_115200 },
>  
> -	{	PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9835,
> -		0x1000, 0x0012,
> -		0, 0, pbn_b0_bt_2_115200 },
> -
>  	{	PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9901,
>  		0xA000, 0x1000,
>  		0, 0, pbn_b0_1_115200 },
>
diff mbox

Patch

diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
index 26e3a97..c52948b 100644
--- a/drivers/tty/serial/8250/8250_pci.c
+++ b/drivers/tty/serial/8250/8250_pci.c
@@ -4797,10 +4797,6 @@  static struct pci_device_id serial_pci_tbl[] = {
 		PCI_VENDOR_ID_IBM, 0x0299,
 		0, 0, pbn_b0_bt_2_115200 },
 
-	{	PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9835,
-		0x1000, 0x0012,
-		0, 0, pbn_b0_bt_2_115200 },
-
 	{	PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9901,
 		0xA000, 0x1000,
 		0, 0, pbn_b0_1_115200 },