From f4733a0764741966a5e842968166b40fb062d577 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 6 Mar 2005 01:21:30 +0000 Subject: Add port initialization for digital I/O on INKA4x0 --- common/cmd_ide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_ide.c') diff --git a/common/cmd_ide.c b/common/cmd_ide.c index e185c95..1adfe2b 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -871,7 +871,7 @@ input_swap_data(int dev, ulong *sect_buf, int words) dbuf+=1; } } -#else +#else volatile ushort *pbuf = (ushort *)(ATA_CURR_BASE(dev)+ATA_DATA_REG); ushort *dbuf = (ushort *)sect_buf; -- cgit v1.1