From: Ivan Kokshaysky Date: Mon, 14 Jan 2008 22:31:09 +0000 (-0500) Subject: PCI x86: always use conf1 to access config space below 256 bytes X-Git-Tag: v2.6.25-rc1~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0ca9909609470ad779b9b9cc68ce96e975afff7;p=pandora-kernel.git PCI x86: always use conf1 to access config space below 256 bytes Thanks to Loic Prylli , who originally proposed this idea. Always using legacy configuration mechanism for the legacy config space and extended mechanism (mmconf) for the extended config space is a simple and very logical approach. It's supposed to resolve all known mmconf problems. It still allows per-device quirks (tweaking dev->cfg_size). It also allows to get rid of mmconf fallback code. Signed-off-by: Ivan Kokshaysky Signed-off-by: Matthew Wilcox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed