summaryrefslogtreecommitdiffstats
path: root/drivers/ide/h8300
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-02 21:22:04 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-02 21:22:04 +0200
commit430c5d26eccb6293f7129805451cea15a3a12db3 (patch)
treee63be56d4d67951c9f25e5850865a0c2b8e69c3c /drivers/ide/h8300
parentf743d04dcfbeda7439b78802d35305781999aa11 (diff)
downloadop-kernel-dev-430c5d26eccb6293f7129805451cea15a3a12db3.zip
op-kernel-dev-430c5d26eccb6293f7129805451cea15a3a12db3.tar.gz
ide-h8300: 32-bit I/O is unsupported
This host driver doesn't support 32-bit I/O (it sets hwif->INSL/OUTSL to NULL) so IDE_HFLAG_NO_IO_32BIT host flag needs to be set. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/h8300')
-rw-r--r--drivers/ide/h8300/ide-h8300.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/h8300/ide-h8300.c b/drivers/ide/h8300/ide-h8300.c
index 3c8005b..4108ec4 100644
--- a/drivers/ide/h8300/ide-h8300.c
+++ b/drivers/ide/h8300/ide-h8300.c
@@ -110,6 +110,7 @@ static int __init h8300_ide_init(void)
ide_init_port_data(hwif, index);
ide_init_port_hw(hwif, &hw);
hwif_setup(hwif);
+ hwif->host_flags = IDE_HFLAG_NO_IO_32BIT;
printk(KERN_INFO "ide%d: H8/300 generic IDE interface\n", index);
idx[0] = index;
OpenPOWER on IntegriCloud