Re: [PATCH 1/2] ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS

2008-02-14 Thread Sam Ravnborg
> > I agree but this option is meant to be only temporary to ease the cleanup > process. We can think about the proper solution after default IDE ports > initialization gets moved to ide_generic host driver. Makes sense and agreed. (I hoped so - which is why I said "borderline"). Sam --

Re: [PATCH 1/2] ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS

2008-02-14 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday 14 February 2008, Sam Ravnborg wrote: > Hi Bart. > > On Thu, Feb 14, 2008 at 09:55:50PM +0100, Bartlomiej Zolnierkiewicz wrote: > > Add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS to drivers/ide/Kconfig and use > > it instead of defining IDE_ARCH_OBSOLETE_DEFAULTS in . > > > > Signed-off-

Re: [PATCH 1/2] ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS

2008-02-14 Thread Sam Ravnborg
Hi Bart. On Thu, Feb 14, 2008 at 09:55:50PM +0100, Bartlomiej Zolnierkiewicz wrote: > Add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS to drivers/ide/Kconfig and use > it instead of defining IDE_ARCH_OBSOLETE_DEFAULTS in . > > Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> > --- > drivers/ide

[PATCH 1/2] ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS

2008-02-14 Thread Bartlomiej Zolnierkiewicz
Add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS to drivers/ide/Kconfig and use it instead of defining IDE_ARCH_OBSOLETE_DEFAULTS in . Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> --- drivers/ide/Kconfig |3 +++ drivers/ide/ide.c |5 + include/as