diff mbox

[001/007] WAN Drivers: Update farsync driver and introduce fsflex driver

Message ID E603DC592C92B54A89CEF6B0919A0B1CAAAA787DA0@SOLO.hq.farsitecommunications.com
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Kevin Curtis Sept. 18, 2013, 10:11 a.m. UTC
Farsite Communications FarSync driver update

Patch 1 of 7

Add new FarSite PCI ID's to the pci_ids.h file


Signed-off-by: Kevin Curtis <kevin.curtis@farsite.com>

---

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Ben Hutchings Sept. 18, 2013, 3:23 p.m. UTC | #1
Don't use the same subject line for all your patches.  This will be the
summary of the change in git and it needs to say what the individual
change does.

On Wed, 2013-09-18 at 11:11 +0100, Kevin Curtis wrote:
> Farsite Communications FarSync driver update
> 
> Patch 1 of 7
>
> Add new FarSite PCI ID's to the pci_ids.h file

This is unnecessary unless they will be used in multiple drivers.

Ben.

> Signed-off-by: Kevin Curtis <kevin.curtis@farsite.com>
> 
> ---
> 
> diff -uprN -X linux-3.10.1/Documentation/dontdiff linux-3.10.1/include/linux/pci_ids.h linux-3.10.1_new/include/linux/pci_ids.h
> --- linux-3.10.1/include/linux/pci_ids.h	2013-07-13 19:42:41.000000000 +0100
> +++ linux-3.10.1_new/include/linux/pci_ids.h	2013-07-26 11:18:39.821065185 +0100
> @@ -2284,6 +2284,14 @@
>  #define PCI_DEVICE_ID_FARSITE_T4U       0x0640
>  #define PCI_DEVICE_ID_FARSITE_TE1       0x1610
>  #define PCI_DEVICE_ID_FARSITE_TE1C      0x1612
> +#define PCI_DEVICE_ID_FARSITE_DSL_S1    0x2610
> +#define PCI_DEVICE_ID_FARSITE_T4E       0x3640
> +#define PCI_DEVICE_ID_FARSITE_T4UE      0x4640
> +#define PCI_DEVICE_ID_FARSITE_T2UE      0x4620
> +#define PCI_DEVICE_ID_FARSITE_T2U_PMC   0x6620
> +#define PCI_DEVICE_ID_FARSITE_T2Ee      0x5621
> +#define PCI_DEVICE_ID_FARSITE_T4Ee      0x5641
> +
>  
>  #define PCI_VENDOR_ID_ARIMA		0x161f
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff -uprN -X linux-3.10.1/Documentation/dontdiff linux-3.10.1/include/linux/pci_ids.h linux-3.10.1_new/include/linux/pci_ids.h
--- linux-3.10.1/include/linux/pci_ids.h	2013-07-13 19:42:41.000000000 +0100
+++ linux-3.10.1_new/include/linux/pci_ids.h	2013-07-26 11:18:39.821065185 +0100
@@ -2284,6 +2284,14 @@ 
 #define PCI_DEVICE_ID_FARSITE_T4U       0x0640
 #define PCI_DEVICE_ID_FARSITE_TE1       0x1610
 #define PCI_DEVICE_ID_FARSITE_TE1C      0x1612
+#define PCI_DEVICE_ID_FARSITE_DSL_S1    0x2610
+#define PCI_DEVICE_ID_FARSITE_T4E       0x3640
+#define PCI_DEVICE_ID_FARSITE_T4UE      0x4640
+#define PCI_DEVICE_ID_FARSITE_T2UE      0x4620
+#define PCI_DEVICE_ID_FARSITE_T2U_PMC   0x6620
+#define PCI_DEVICE_ID_FARSITE_T2Ee      0x5621
+#define PCI_DEVICE_ID_FARSITE_T4Ee      0x5641
+
 
 #define PCI_VENDOR_ID_ARIMA		0x161f