commit | ac2164d5e425fa4755bdbab9641d8dab7239b6f5 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Aug 23 01:00:27 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Aug 24 02:51:24 2006 -0400 |
tree | 4576ca4b573e7c7bcb197f934ef3da35c2457d0c | |
parent | 9dd9c16465c82d1385f97d2a245641464fcb7894 [diff] |
[PATCH] sata_via: use old SCR access pattern on vt6420 vt6420 has super-fragile SCR registers which can hang the whole machine if accessed with the wrong timings. This patch makes sata_via use SCR registers only during probing and with the same timings as before (pre new EH), which is proven to work. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>