From: Bartlomiej Zolnierkiewicz Date: Wed, 23 Jul 2008 17:55:57 +0000 (+0200) Subject: ide: fix IDE port slots reservation and freeing (take 2) X-Git-Tag: v2.6.27-rc1~854^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cdf310025bff8c5ef78564f525a8f347952237b;p=pandora-kernel.git ide: fix IDE port slots reservation and freeing (take 2) * Make ide_find_port_slot() return port slot index. * Add ide_free_port_slot() helper. * Move ide_init_port_data() call and error printk() from ide_find_port_slot() to ide_host_alloc_all(). * Make ide_{find,free}_port_slot() take ide_cfg_mtx mutex and convert them use ide_indexes bitmap to keep track of reserved port slots. * Don't set hwif->chipset in ide_host_alloc_all() as it is no longer necessary. v2: * Pass the correct slot index to ide_init_port_data(). Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed