commit | f35b5e7c066a41f60683d2689e52a1336479913b | [log] [tgz] |
---|---|---|
author | Alexander Beregalov <a.beregalov@gmail.com> | Wed Apr 15 00:00:54 2009 +0400 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Jun 10 07:50:17 2009 -0400 |
tree | a12957566a5e09b43f5dae83803792b519e7cd7d | |
parent | 2102d7497393e982bf38ffe8f5fd3d487104880d [diff] |
sata_sx4: speed up ECC initialization ECC initialization takes too long. It writes zeroes by portions of 4 byte, it takes more than 6 minutes on my machine to initialize 512Mb ECC DIMM module. Change portion to 128Kb - it significantly reduces initialization time. Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>