Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934271AbYBBVHf (ORCPT ); Sat, 2 Feb 2008 16:07:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759704AbYBBVHX (ORCPT ); Sat, 2 Feb 2008 16:07:23 -0500 Received: from rv-out-0910.google.com ([209.85.198.190]:18394 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756476AbYBBVHV (ORCPT ); Sat, 2 Feb 2008 16:07:21 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Zwr3aOEeH1SXj5vPZko2Brr0joCFtNuYD94VWYiCEU3dP2/GkuBlNzK8qJXS3OqtcaIXH8ioiV9praKdsBhCprh7hB9GB/mu7bLoRZEwLk0ew+H44zQokU6b7+nckEcjRGcdUilEYPaqnIxRAX7ZxuOHfVpageIn3w40mEdJVcg= Message-ID: <84144f020802021307ja672fdfl29e54483e9f900d@mail.gmail.com> Date: Sat, 2 Feb 2008 23:07:20 +0200 From: "Pekka Enberg" To: "Ondrej Zary" Subject: Re: [PATCH] [RFC] 3c509: convert to isa_driver and pnp_driver v2 Cc: netdev@vger.kernel.org, "Linux Kernel" , "Jeff Garzik" In-Reply-To: <200802021925.36552.linux@rainbow-software.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801312012.43447.linux@rainbow-software.org> <200802021925.36552.linux@rainbow-software.org> X-Google-Sender-Auth: 42aebde97b8bfe37 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 801 Lines: 25 Hi, On Feb 2, 2008 8:25 PM, Ondrej Zary wrote: > +//static __be16 el3_phys_addr[EL3_MAX_CARDS][3]; [snip] > +//#if defined(CONFIG_MCA) || defined(CONFIG_EISA) [snip] > +// while (el3_probe(el3_cards) == 0) { > +// if (irq[el3_cards] > 1) > +// el3_root_dev->irq = irq[el3_cards]; > +// if (xcvr[el3_cards] >= 0) > +// el3_root_dev->if_port = xcvr[el3_cards]; > +// el3_cards++; > +// } You might want to consider dropping these hunks... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/