]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ide-cd: Handle strange interrupt on the Intel ESB2
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Sun, 10 Dec 2006 10:20:39 +0000 (02:20 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sun, 10 Dec 2006 17:57:20 +0000 (09:57 -0800)
commitb01ae08d37ea4e1e405b1ff657a19707c58fedf7
tree7908a16d267168a74178aad61e30a82590ca6aac
parent2b232d66fdfae17196f5c385b8ee8c22aa004553
[PATCH] ide-cd: Handle strange interrupt on the Intel ESB2

The ESB2 appears to emit spurious DMA interrupts when configured for native
mode and handling ATAPI devices.  Stratus were able to pin this bug down and
produce a patch.  This is a rework which applies the fixup only to the ESB2
(for now).  We can apply it to other chips later if the same problem is found.

This code has been tested and confirmed to fix the problem on the tested
systems.

Signed-off-by: Alan Cox <alan@redhat.com>
(Most of the hard work done by Stratus however)
Cc: Jens Axboe <axboe@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/ide/ide-cd.c
drivers/ide/pci/piix.c
include/linux/ide.h