commit | a744e0160ac5804b763449aa34d3991dc21af0be | [log] [tgz] |
---|---|---|
author | Ivan Kokshaysky <ink@jurassic.park.msu.ru> | Sat Jun 21 03:28:54 2008 +0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jun 20 16:46:10 2008 -0700 |
tree | e646b305bef58b6fa5f1b0fda4de5974ca1e5df3 | |
parent | d559d4a24a3fed75bd890abcc1f95cd8d8dad6e1 [diff] |
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 <ink@jurassic.park.msu.ru> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>