From: Daniel Ritz Date: Wed, 24 Aug 2005 15:03:23 +0000 (+0200) Subject: [PATCH] yenta: don't mess with bridge control register X-Git-Tag: v2.6.14-rc3~105^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a413c09094e4df714c274690928dcf8125daf7e8;p=pandora-kernel.git [PATCH] yenta: don't mess with bridge control register In interrupt probing (both ISA and PCI) the bridge control register is used to change interrupt routing to ISA or PCI by changing bit 7. But this bit only controls the routing of card functional interrupts, not the CSC interrupts which are used for interrupt probing. A bad side effect of messing with this register in yenta_probe_irq() is that it can lead to irq storms if a card is inserted and already powered by the BIOS. Usage in yenta_sock_init() and yenta_config_init() seem to be fishy as well. Signed-off-by: Daniel Ritz Signed-off-by: Andrew Morton Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed