ide-generic: set hwif->chipset
This hwif->chipset fixup is already present in ide_device_add_all() but for warm-plug support we also need to reserve not currently present interfaces. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
a594eeb1a1
commit
ce9b248bb4
@ -20,7 +20,9 @@ static int __init ide_generic_init(void)
|
||||
for (i = 0; i < MAX_HWIFS; i++) {
|
||||
ide_hwif_t *hwif = &ide_hwifs[i];
|
||||
|
||||
if (hwif->io_ports[IDE_DATA_OFFSET] && !hwif->present)
|
||||
if (hwif->io_ports[IDE_DATA_OFFSET] &&
|
||||
(hwif->chipset == ide_unknown ||
|
||||
hwif->chipset == ide_forced))
|
||||
idx[i] = i;
|
||||
else
|
||||
idx[i] = 0xff;
|
||||
|
Loading…
Reference in New Issue
Block a user