Re: [PATCH] ia64: add pci_get_legacy_ide_irq() (was: [2.6 patch] let BLK_DEV_AMD74XX depend on X86)

2007-01-11 Thread Adrian Bunk
On Thu, Jan 11, 2007 at 04:49:30PM +0100, Bartlomiej Zolnierkiewicz wrote: > > Adrian Bunk wrote: > > > > It's unlikely that this driver will ever be of any use on other > > architectures. > > It is already used on PPC. > > [ see arch/powerpc/platforms/maple/pci.c:maple_pci_get_legacy_ide_irq()

Re: [2.6 patch] let BLK_DEV_AMD74XX depend on X86

2007-01-11 Thread Segher Boessenkool
It's unlikely that this driver will ever be of any use on other architectures. It's already being used, for example, the AMD8111 is used one some PowerPC systems (some with IDE connected even). Segher - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a mess

Re: [2.6 patch] let BLK_DEV_AMD74XX depend on X86

2007-01-11 Thread Bartlomiej Zolnierkiewicz
On 1/11/07, Alan <[EMAIL PROTECTED]> wrote: On Thu, 11 Jan 2007 14:49:17 +0100 Adrian Bunk <[EMAIL PROTECTED]> wrote: > It's unlikely that this driver will ever be of any use on other > architectures. > > This fixes the following compile error on ia64: NAK pci_get_legacy_ide_irq() is a require

Re: [2.6 patch] let BLK_DEV_AMD74XX depend on X86

2007-01-11 Thread Alan
On Thu, 11 Jan 2007 14:49:17 +0100 Adrian Bunk <[EMAIL PROTECTED]> wrote: > It's unlikely that this driver will ever be of any use on other > architectures. > > This fixes the following compile error on ia64: NAK pci_get_legacy_ide_irq() is a required method for all platforms and is usually fi

[PATCH] ia64: add pci_get_legacy_ide_irq() (was: [2.6 patch] let BLK_DEV_AMD74XX depend on X86)

2007-01-11 Thread Bartlomiej Zolnierkiewicz
Adrian Bunk wrote: > > It's unlikely that this driver will ever be of any use on other > architectures. It is already used on PPC. [ see arch/powerpc/platforms/maple/pci.c:maple_pci_get_legacy_ide_irq() ] > This fixes the following compile error on ia64: > > <-- snip --> > > ... > CC

[2.6 patch] let BLK_DEV_AMD74XX depend on X86

2007-01-11 Thread Adrian Bunk
It's unlikely that this driver will ever be of any use on other architectures. This fixes the following compile error on ia64: <-- snip --> ... CC drivers/ide/pci/amd74xx.o /home/bunk/linux/kernel-2.6/linux-2.6.20-rc3-mm1/drivers/ide/pci/amd74xx.c: In function 'init_hwif_amd74xx': /ho