commit | 56a645cc1bc16ab33b33a3e0854a46c5d2c864f3 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Wed Feb 22 11:45:02 2006 -0800 |
committer | Francois Romieu <romieu@fr.zoreil.com> | Thu Feb 23 01:25:23 2006 +0100 |
tree | 22ecf36723c1a60d87168583dd2f85f049ccfd88 | |
parent | 9a6d343188f5f1e9537e700fc4139c2d905ff129 [diff] |
[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 <shemminger@osdl.org>