diff options
author | Dhananjay Phadke <dhananjay@netxen.com> | 2009-10-21 19:39:01 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-22 18:27:49 -0700 |
commit | 8bee0a91dd2f472d51dc107288c988ae0a0f371a (patch) | |
tree | 00826fd8c12f97c9d4755ddd222a172962ac30df /drivers/net/netxen/netxen_nic_hdr.h | |
parent | 845de8afa66550331dca164ab77fa49de930b699 (diff) | |
download | op-kernel-dev-8bee0a91dd2f472d51dc107288c988ae0a0f371a.zip op-kernel-dev-8bee0a91dd2f472d51dc107288c988ae0a0f371a.tar.gz |
netxen: fix i2c init
Avoid resetting subsys ID in i2c block. Also remove duplicate
check for address tranlsation error.
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netxen/netxen_nic_hdr.h')
-rw-r--r-- | drivers/net/netxen/netxen_nic_hdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/netxen/netxen_nic_hdr.h b/drivers/net/netxen/netxen_nic_hdr.h index 7a71774..1c46da6 100644 --- a/drivers/net/netxen/netxen_nic_hdr.h +++ b/drivers/net/netxen/netxen_nic_hdr.h @@ -419,6 +419,7 @@ enum { #define NETXEN_CRB_ROMUSB \ NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_ROMUSB) #define NETXEN_CRB_I2Q NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_I2Q) +#define NETXEN_CRB_I2C0 NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_I2C0) #define NETXEN_CRB_SMB NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_SMB) #define NETXEN_CRB_MAX NETXEN_PCI_CRB_WINDOW(64) |