Re: [PATCH] ide-generic: skip automatic probing of legacy iobases (was: Re: [PATCH] ide-floppy fix)
From: Borislav Petkov <hidden>
Date: 2008-08-02 18:33:15
Also in:
lkml
On Sat, Aug 02, 2008 at 07:02:12PM +0200, Bartlomiej Zolnierkiewicz wrote: [.. ]
Why not try <linux/ata.h> + inline trick instead? [ <linux/ata.h> is shared by both stacks so by moving the function there + making it inline it can also be shared without the need for dependency on libata. ]
I hadn't thought of that, will try it out later.
quoted
As a result, i have now a new bool-Kconfig option BLK_DEV_GENERIC_ONLY which gets reverse-selected only when no pci ide controller which is using the generic ide_host_register() from within ide_pci_init_one() is selected in Kconfig. This is tested both with and without a pci ide driver selected in addition to ide-generic.How's about just leaving the final decision up to the user with changing probe_mask in ide_generic from 0x3 to 0x0 and automatically probing for ports 0-1 iff there is no IDE PCI controller present (otherwise check probe_mask).
Wait, let me get this straight: you want to set probe_mask to 0x0 as a default, which skips probing of the primary and secondary ports, and to do the checking whether the IDE PCI controller uses legacy iobases only when the user has enforced it by setting probe_mask to 0x3? At least this is how i understand it...
This is should remove the need for Kconfig magic and is a sane default since a lot of people get caught using ide_generic by mistake and not by intent (IOW they forgot to enable the right IDE PCI host driver).
[.. ]
--
Regards/Gruss,
Boris.