On Tue, Jul 15, 2008 at 06:55:42PM -0400, Jeff Garzik wrote:
> > > * [optional] would prefer CONFIG_8139TOO_PIO be handled at compile time,
> > > by changing the initialized value
> >
> > This bit should be taken care of in rtl8139_init_module() at the bottom..
> >
> > + /* enable PIO instead of MMIO, if CONFIG_8139TOO_PIO is selected */
> > +#ifdef CONFIG_8139TOO_PIO
> > + use_io = 1;
> > +#endif
>
> Right, I was saying I prefer simply to set the initialized value
> appropriately, and avoid the extra code dollup during module load.
Oh, you mean something like..
static int use_io = CONFIG_8139TOO_PIO;
?
Dave
--
http://www.codemonkey.org.uk