[PATCH] sata_via: use old SCR access pattern on vt6420
authorTejun Heo <htejun@gmail.com>
Tue, 22 Aug 2006 16:00:27 +0000 (01:00 +0900)
committerJeff Garzik <jeff@garzik.org>
Thu, 24 Aug 2006 06:51:24 +0000 (02:51 -0400)
commitac2164d5e425fa4755bdbab9641d8dab7239b6f5
tree4576ca4b573e7c7bcb197f934ef3da35c2457d0c
parent9dd9c16465c82d1385f97d2a245641464fcb7894
[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>
drivers/scsi/sata_via.c