]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sky2: use device iomem to access PCI config
authorStephen Hemminger <shemminger@osdl.org>
Wed, 22 Feb 2006 19:45:02 +0000 (11:45 -0800)
committerFrancois Romieu <romieu@fr.zoreil.com>
Thu, 23 Feb 2006 00:25:23 +0000 (01:25 +0100)
commitce04c172411efcf52e7a8ac82113858a519eae0d
tree22ecf36723c1a60d87168583dd2f85f049ccfd88
parentdde8f259ee75e76fe7799daaf41169fd5bc667c3
[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>
drivers/net/sky2.c
drivers/net/sky2.h