From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: odd RTL8139 quirk. Date: Tue, 29 Apr 2008 18:19:46 -0400 Message-ID: <48179F02.6020309@garzik.org> References: <20080429171403.GA21035@redhat.com> <48177905.4000409@garzik.org> <20080429215626.GC2859@redhat.com> <48179B56.7000606@garzik.org> <20080429221011.GD2859@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Andrew Morton To: Dave Jones Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:46722 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762130AbYD2WTs (ORCPT ); Tue, 29 Apr 2008 18:19:48 -0400 In-Reply-To: <20080429221011.GD2859@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: Dave Jones wrote: >>>From a quick eyeball, that would seem that it still requires a choice > to be made whether or not to enable CONFIG_8139TOO_PIO > What I had in mind was to make that whole USE_IO_OPS ifdef > (and related bits) if (modparm==.. instead of #ifdefs. The patch is the requisite groundwork to add such a module param... iomap support is required to enable runtime rather than compile-time MMIO/PIO switching. e100 does this with the 'use_io' module param. Jeff