Add port initialization for digital I/O on INKA4x0

This commit is contained in:
wdenk
2005-03-06 01:21:30 +00:00
parent b05dcb58fe
commit f4733a0764
5 changed files with 59 additions and 17 deletions

View File

@@ -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;