1 Dec 2006 01:02
Re: [PATCH 2/5] NetXen: temp monitoring, newer firmware support, mm footprint reduction
Francois Romieu <romieu <at> fr.zoreil.com>
2006-12-01 00:02:04 GMT
2006-12-01 00:02:04 GMT
Don Fry <brazilnut <at> us.ibm.com> :
> NetXen: 1G/10G Ethernet Driver updates
> - Temparature monitoring and device control
> - Memory footprint reduction
> - Driver changes to support newer version of firmware
>
> Signed-off-by: Amit S. Kale <amitkale <at> netxen.com>
> Signed-off-by: Don Fry <brazilnut <at> us.ibm.com>
>
> diff -Nupr netdev-2.6/drivers/net/netxen.one/netxen_nic_ethtool.c netdev-2.6/drivers/net/netxen/netxen_nic_ethtool.c
> --- netdev-2.6/drivers/net/netxen.one/netxen_nic_ethtool.c 2006-11-30 09:16:23.000000000 -0800
> +++ netdev-2.6/drivers/net/netxen/netxen_nic_ethtool.c 2006-11-30 09:22:41.000000000 -0800
> <at> <at> -53,6 +53,9 <at> <at> struct netxen_nic_stats {
> #define NETXEN_NIC_STAT(m) sizeof(((struct netxen_port *)0)->m), \
> offsetof(struct netxen_port, m)
>
> +#define NETXEN_NIC_PORT_WINDOW 0x10000
> +#define NETXEN_NIC_INVALID_DATA 0xDEADBEEF
> +
> static const struct netxen_nic_stats netxen_nic_gstrings_stats[] = {
> {"rcvd_bad_skb", NETXEN_NIC_STAT(stats.rcvdbadskb)},
> {"xmit_called", NETXEN_NIC_STAT(stats.xmitcalled)},
> <at> <at> -111,9 +114,9 <at> <at> netxen_nic_get_drvinfo(struct net_device
> {
> struct netxen_port *port = netdev_priv(dev);
> struct netxen_adapter *adapter = port->adapter;
> - uint32_t fw_major = 0;
> - uint32_t fw_minor = 0;
> - uint32_t fw_build = 0;
> + u32 fw_major = 0;
(Continue reading)
Thank you.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at
RSS Feed