commit | 57d6d456cfb89264f87d24f52640ede23fdf12bd | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Tue Mar 13 11:14:17 2012 +0100 |
committer | Francois Romieu <romieu@fr.zoreil.com> | Sat Apr 07 11:47:18 2012 +0200 |
tree | 6c89206bf6d1aedf67c87ff2737eba8021733cda | |
parent | 5820e97a299e502e71dd5587ed2bf63a75d4f4f7 [diff] |
sis900: stop using net_device.{base_addr, irq} and convert to __iomem. - pci_resource_start() can be removed from sis900_get_mac_addr() because the IO range is maped and stored into the device private struct early in the device probe function. - the driver contains a few direct accesses to low IO ports that forbid to re(#)define the usual out{l, w, b} macros. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Cc: Daniele Venzano <venza@brownhat.org>