commit | 1dc329180fe22ff8651e0ef550ba17ca1cc7bf22 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Jul 11 15:17:08 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Tue Jul 22 19:38:47 2008 -0400 |
tree | 720ae356d0b4997baa2a0389e896fc6d2930a2bf | |
parent | 6479884509e6cd30c6708fbf05fafc0d1fc85f7a [diff] |
e1000: Use hw, er32, and ew32 Use struct e1000_hw *hw = adapter->hw; where necessary Change macros E1000_READ_REG and E1000_WRITE_REG to er32 and ew32 Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>