From: Tejun Heo Date: Mon, 15 May 2006 11:58:27 +0000 (+0900) Subject: [PATCH] sata_sil: convert to new EH X-Git-Tag: v2.6.18-rc1~1079^2~98^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6aae27ed002ba9c0a98aff811dbde32ce749d28;p=pandora-kernel.git [PATCH] sata_sil: convert to new EH Convert sata_sil to new EH. As these controllers have hardware interrupt mask and are known to have screaming interrupts issues, use hardware IRQ masking for freezing. sil_freeze() masks interrupts for the port and sil_thaw() unmasks them. As ports are automatically frozen before probing reset, there is no need to initialize interrupt masks sil_init_onde(). Remove related code. Other than freezing, sata_sil uses stock BMDMA EH routines. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed