[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46AA84B2.4030305@simon.arlott.org.uk>
Date: Sat, 28 Jul 2007 00:50:10 +0100
From: Simon Arlott <simon@...e.lp0.eu>
To: Ayaz Abdulla <aabdulla@...dia.com>
CC: Jeff Garzik <jgarzik@...ox.com>,
Manfred Spraul <manfred@...orfullife.com>,
Andrew Morton <akpm@...l.org>, netdev@...r.kernel.org
Subject: Re: [PATCH] forcedeth: mac address correct
On 27/07/07 04:33, Ayaz Abdulla wrote:
> In older chipsets, the mac address was stored in reversed order.
> However, in newer chipsets, the mac address is in correct order. This
> patch takes those newer chipsets into account and does not rely on a
> special bit setup by BIOS'.
>
> Signed-Off-By: Ayaz Abdulla <aabdulla@...dia.com>
>
>
- if (txreg & NVREG_TRANSMITPOLL_MAC_ADDR_REV) {
+ if ((txreg & NVREG_TRANSMITPOLL_MAC_ADDR_REV) ||
+ (id->driver_data & DEV_HAS_CORRECT_MACADDR) {
This will not compile.
--
Simon Arlott
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists