From: Mikhail Cherkashin Date: Tue, 15 Jul 2008 19:21:40 +0000 (+0200) Subject: ide: disable drive interrupts in ide_driveid_update() X-Git-Tag: v2.6.27-rc1~1078^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ddee516dae1acc779b36cb7565720a80503196d;p=pandora-kernel.git ide: disable drive interrupts in ide_driveid_update() Since ide_driveid_update() uses polling to execute the IDENTIFY DEVICE command but clears nIEN bit in the control register and doesn't mask the IDE interrupt, the latter does happen and lead to the corresponding message to appear: ide0: unexpected interrupt, status=0x58, count=1 when e.g. running hdparm with option -X with a non-PCI IDE driver... Signed-off-by: Mikhail Cherkashin Signed-off-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed