From: Ivan Kokshaysky Date: Mon, 19 Sep 2005 14:55:51 +0000 (+0400) Subject: [PATCH] Alpha: ISA IRQs fixup for dp264 X-Git-Tag: v2.6.14-rc2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997a51ae373df6484cdd4a5fc61a9c9bec82cd68;p=pandora-kernel.git [PATCH] Alpha: ISA IRQs fixup for dp264 Basically, this extends original dp264 fixup to all dp264 variations. Here is one minor change: mask out bits 4-7 of a value assigned by SRM, because - newer consoles report ISA IRQs with offset 0xe0; - even if console IRQ value is bogus, we'll have a value < 16 so it should be harmless as it won't clash with native IRQs. Particularly this fixes USB interrupt problem on xp1000 and es40. Signed-off-by: Ivan Kokshaysky Acked-by: Richard Henderson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed