Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-13 Thread Markos Chandras
On 06/13/13 09:34, David Miller wrote: From: Sergei Shtylyov Date: Wed, 12 Jun 2013 00:45:54 +0400 We have the user of 3Com EISA cards on this list and I've fixed EISA specific bug in this driver not long ago. Then I obviously must reject this patch. Hi David, Yes please reject this

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-13 Thread David Miller
From: Sergei Shtylyov Date: Wed, 12 Jun 2013 00:45:54 +0400 >We have the user of 3Com EISA cards on this list and I've fixed EISA > specific bug in this driver not long ago. Then I obviously must reject this patch. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-13 Thread David Miller
From: Sergei Shtylyov sergei.shtyl...@cogentembedded.com Date: Wed, 12 Jun 2013 00:45:54 +0400 We have the user of 3Com EISA cards on this list and I've fixed EISA specific bug in this driver not long ago. Then I obviously must reject this patch. -- To unsubscribe from this list: send the

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-13 Thread Markos Chandras
On 06/13/13 09:34, David Miller wrote: From: Sergei Shtylyov sergei.shtyl...@cogentembedded.com Date: Wed, 12 Jun 2013 00:45:54 +0400 We have the user of 3Com EISA cards on this list and I've fixed EISA specific bug in this driver not long ago. Then I obviously must reject this patch.

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Sergei Shtylyov
Hello. On 06/12/2013 12:16 AM, Paul Gortmaker wrote: The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI. drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of function 'pci_iomap'

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Markos Chandras
On 11 June 2013 21:16, Paul Gortmaker wrote: >> >> Hi Paul, >> >> The driver does not seem to build if you only have EISA=y and PCI=n. >> Does this driver really support EISA only > > Yes. Not that anyone really probably cares anymore. EISA is dead. > >> configurations? Reading the code it

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Paul Gortmaker
On 13-06-11 01:48 PM, Markos Chandras wrote: > On 11 June 2013 17:30, Paul Gortmaker wrote: >> On 13-06-11 10:57 AM, Markos Chandras wrote: >>> The Vortex driver depends on PCI with optional support for EISA. >>> >>> This fixes build problems when EISA is selected but not PCI. >>> >>>

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Markos Chandras
On 11 June 2013 19:09, Sergei Shtylyov wrote: > Hello. > > > On 11-06-2013 18:57, Markos Chandras wrote: > >> The Vortex driver depends on PCI with optional support for EISA. > > >> This fixes build problems when EISA is selected but not PCI. > > >> drivers/net/ethernet/3com/3c59x.c:1031:2:

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Sergei Shtylyov
Hello. On 11-06-2013 18:57, Markos Chandras wrote: The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI. drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of function 'pci_iomap'

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Markos Chandras
On 11 June 2013 17:30, Paul Gortmaker wrote: > On 13-06-11 10:57 AM, Markos Chandras wrote: >> The Vortex driver depends on PCI with optional support for EISA. >> >> This fixes build problems when EISA is selected but not PCI. >> >> drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Paul Gortmaker
On 13-06-11 10:57 AM, Markos Chandras wrote: > The Vortex driver depends on PCI with optional support for EISA. > > This fixes build problems when EISA is selected but not PCI. > > drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of > function 'pci_iomap'

[PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Markos Chandras
The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI. drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of function 'pci_iomap' [-Werror=implicit-function-declaration]

[PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Markos Chandras
The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI. drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of function 'pci_iomap' [-Werror=implicit-function-declaration]

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Paul Gortmaker
On 13-06-11 10:57 AM, Markos Chandras wrote: The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI. drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of function 'pci_iomap'

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Markos Chandras
On 11 June 2013 17:30, Paul Gortmaker paul.gortma...@windriver.com wrote: On 13-06-11 10:57 AM, Markos Chandras wrote: The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI. drivers/net/ethernet/3com/3c59x.c:1031:2:

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Sergei Shtylyov
Hello. On 11-06-2013 18:57, Markos Chandras wrote: The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI. drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of function 'pci_iomap'

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Markos Chandras
On 11 June 2013 19:09, Sergei Shtylyov sergei.shtyl...@cogentembedded.com wrote: Hello. On 11-06-2013 18:57, Markos Chandras wrote: The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI.

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Paul Gortmaker
On 13-06-11 01:48 PM, Markos Chandras wrote: On 11 June 2013 17:30, Paul Gortmaker paul.gortma...@windriver.com wrote: On 13-06-11 10:57 AM, Markos Chandras wrote: The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI.

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Markos Chandras
On 11 June 2013 21:16, Paul Gortmaker paul.gortma...@windriver.com wrote: Hi Paul, The driver does not seem to build if you only have EISA=y and PCI=n. Does this driver really support EISA only Yes. Not that anyone really probably cares anymore. EISA is dead. configurations? Reading the

Re: [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX

2013-06-11 Thread Sergei Shtylyov
Hello. On 06/12/2013 12:16 AM, Paul Gortmaker wrote: The Vortex driver depends on PCI with optional support for EISA. This fixes build problems when EISA is selected but not PCI. drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of function 'pci_iomap'