* [PATCH 3/6] ide: always use ide_std_init_ports() in setup-pci.c
@ 2007-11-27 22:57 Bartlomiej Zolnierkiewicz
2007-11-28 11:45 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-11-27 22:57 UTC (permalink / raw)
To: linux-ide
* ide_init_hwif_ports() call in setup-pci.c::ide_hwif_configure()
doesn't depend on the default cotrol register offset, default IRQ
or ppc_ide_md.ide_init_hwif implementations so ide_std_init_ports()
can always be used.
* Since 'base' is always non-zero and thus hwif->io_ports[IDE_DATA_OFFSET]
is also non-zero always clear hwif->noprobe.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/setup-pci.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Index: b/drivers/ide/setup-pci.c
===================================================================
--- a/drivers/ide/setup-pci.c
+++ b/drivers/ide/setup-pci.c
@@ -390,13 +390,9 @@ static ide_hwif_t *ide_hwif_configure(st
hw_regs_t hw;
memset(&hw, 0, sizeof(hw));
-#ifndef CONFIG_IDE_ARCH_OBSOLETE_INIT
ide_std_init_ports(&hw, base, ctl | 2);
-#else
- ide_init_hwif_ports(&hw, base, ctl | 2, NULL);
-#endif
memcpy(hwif->io_ports, hw.io_ports, sizeof(hwif->io_ports));
- hwif->noprobe = !hwif->io_ports[IDE_DATA_OFFSET];
+ hwif->noprobe = 0;
}
hwif->chipset = d->chipset ? d->chipset : ide_pci;
hwif->pci_dev = dev;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 3/6] ide: always use ide_std_init_ports() in setup-pci.c
2007-11-27 22:57 [PATCH 3/6] ide: always use ide_std_init_ports() in setup-pci.c Bartlomiej Zolnierkiewicz
@ 2007-11-28 11:45 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2007-11-28 11:45 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide
Bartlomiej Zolnierkiewicz wrote:
> * ide_init_hwif_ports() call in setup-pci.c::ide_hwif_configure()
> doesn't depend on the default cotrol register offset, default IRQ
> or ppc_ide_md.ide_init_hwif implementations so ide_std_init_ports()
> can always be used.
> * Since 'base' is always non-zero and thus hwif->io_ports[IDE_DATA_OFFSET]
> is also non-zero always clear hwif->noprobe.
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
MBR, Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-28 11:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27 22:57 [PATCH 3/6] ide: always use ide_std_init_ports() in setup-pci.c Bartlomiej Zolnierkiewicz
2007-11-28 11:45 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).