Skip to content

Commit

Permalink
sis900: stop using net_device.{base_addr, irq} and convert to __iomem.
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Francois Romieu committed Apr 7, 2012
1 parent 5820e97 commit 57d6d45
Showing 1 changed file with 201 additions and 174 deletions.
Loading

0 comments on commit 57d6d45

Please sign in to comment.