From: Stephen Hemminger Date: Wed, 22 Feb 2006 19:45:02 +0000 (-0800) Subject: [PATCH] sky2: use device iomem to access PCI config X-Git-Tag: v2.6.16-rc5~53^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56a645cc1bc16ab33b33a3e0854a46c5d2c864f3;p=pandora-kernel.git [PATCH] sky2: use device iomem to access PCI config To avoid problems with PCI config access without ACPI (or busted ACPI tables), use the device's window into PCI config space. I know this probably will upset the purists, but I would rather have users than ACPI testers. It also generates less code. Signed-off-by: Stephen Hemminger --- Reading git-diff-tree failed