X-Message-Id: X-Reference:-8799-1-git-send-email- X-Reference: CAP=VYLpOJOueFfzxFGCu5cKQ9--F8CqC5JWjBxej7u= X-Reference: Re: [PATCH] netdev: fix compile issues for !CONFIG_PCI in 3c59x
linux-mips
[Top] [All Lists]

Re: [PATCH] netdev: fix compile issues for !CONFIG_PCI in 3c59x

To: Sergei Shtylyov <>, James Bottomley <>, Randy Dunlap <>
Subject: Re: [PATCH] netdev: fix compile issues for !CONFIG_PCI in 3c59x
From: Paul Gortmaker <>
Date: Mon, 26 Mar 2012 11:38:
Cc: Paul Gortmaker <>, <>, <>, <>
In-reply-to: <>
References: <-> <CAP=VYLpOJOueFfzxFGCu5cKQ9--F8CqC5JWjBxej7u=> <>
Sender:
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:) Gecko/ Thunderbird/3.1.19
On :55 AM, Sergei Shtylyov wrote:
> Hello.
> 
> On 03/26/2012 05:38 PM, Paul Gortmaker wrote:
> 
>>> I hate to add in more #ifdef CONFIG_PCI but there are already
>>> quite a few in this driver, and it seems like it hasn't been
>>> built with CONFIG_PCI set to off in quite some time.
> 
>> Actually, please scrap this patch.  The uglyness of more ifdefs
>> made me look at it again.  It should be do-able in a cleaner way
>> with stubs, and it appears this may even be similar to an old fail
>> from the past:
> 
>> 
> 
>     Also, see this patch:
> 
> 
> 
>     The driver patch this was done for is still in the -mm tree after all 
> these 
> years.:-)
> 
>> I'll dig into it some more and follow up.
> 
>     I thought I addressed all issues with compilation of this driver with 
> CONFIG_PCI=n. Apparently not, and some seem to have accumulated over time...

I got sidetracked working on other things, but I did manage to
learn this so far - It turns out that Randy fixed it and then
James un-fixed it in this commit:

commit 97a29d59fc222b36bac3ee3a8ae994f65bf7ffdf
Author: James Bottomley <>
Date:   Mon Jan 30 10:40:

    [PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping 
functions conditional

Reverting the above and mips builds 3c59x just fine.  Note that MIPS
allmodconfig does not have either CONFIG_GENERIC_IOMAP or the other
CONFIG_GENERIC_PCI_IOMAP options.

Paul.
--

> 
>> Thanks,
>> Paul.
> 
> WBR, Sergei

<Prev in Thread] Current Thread [Next in Thread>