commit | 2adbfa333ad2c365bd27f3cf21ae464501d9619d | [log] [tgz] |
---|---|---|
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Sun Jan 27 00:25:53 2008 +0100 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed Jan 30 13:03:39 2008 -0600 |
tree | dcc55d2c5b1d18edbde355a8e7f8e401ccc5037c | |
parent | 9d058ecfd444d247b7448e0ef44647514d91a4f2 [diff] |
[SCSI] sgiwd93: use cached memory access to make driver work on IP28 SGI IP28 machines would need special treatment (enable adding addtional wait states) when accessing memory uncached. To avoid this pain I changed the driver to use only cached access to memory. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>