[PATCH] skge: use pci_read_config_word
authorStephen Hemminger <shemminger@osdl.org>
Mon, 27 Jun 2005 18:33:05 +0000 (11:33 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 27 Jun 2005 22:05:05 +0000 (18:05 -0400)
commit467b3417f9985b9a83ccebef2d4e07e3e8a9495e
treee67729c18bc0003f9a5cad4cc5295f2be0918144
parent6b0c1480491a9e2d9d34368e09e6acddbb173515
[PATCH] skge: use pci_read_config_word

Rather than accessing PCI config space through MMIO space, use the
standard PCI functions.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
drivers/net/skge.c