From: Ivan Kokshaysky Date: Fri, 20 Jun 2008 23:28:54 +0000 (+0400) Subject: alpha: resurrect Cypress IDE quirk X-Git-Tag: v2.6.26-rc8~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a744e0160ac5804b763449aa34d3991dc21af0be;p=pandora-kernel.git alpha: resurrect Cypress IDE quirk Which was removed in the hope that generic legacy IDE quirk in drivers/pci/probe.c is sufficient for Cypress IDE. It isn't, as this controller has non-standard BAR layout: secondary channel registers are in the BAR0-1 of the second PCI function - not in the BAR2-3 of the same function, as the generic quirk routine assumes. Signed-off-by: Ivan Kokshaysky Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed