From: Mirko Lindner <[EMAIL PROTECTED]>
Date: Thu, 10 Jan 2008 10:33:01 +0100
> This patch makes necessary changes in the Neptune driver to support
> the new Marvell PHY. It also adds support for the LED blinking
> on Neptune cards with Marvell PHY. All registers are using defines
> in the niu.h
This patch makes necessary changes in the Neptune driver to support
the new Marvell PHY. It also adds support for the LED blinking
on Neptune cards with Marvell PHY. All registers are using defines
in the niu.h header file as is already done for the BCM8704 registers.
diff -uprN -X linux-2.6/Doc
From: Mirko Lindner <[EMAIL PROTECTED]>
Date: Tue, 18 Dec 2007 17:03:58 +0100
> +static int xcvr_init_10g_mrvl88x2011(struct niu *np)
> +{
> + int err;
> +
> + /* Set LED functions */
> + mrvl88x2011_led_blink_rate(np, 2);
> + mrvl88x2011_act_led(np, 0); /* led activity */
> +
This patch makes necessary changes in the Neptune driver to support
the new Marvell PHY. It also adds support for the LED blinking
on Neptune cards with Marvell PHY.
diff -uprN -X linux-2.6/Documentation/dontdiff
linux-2.6/drivers/net/niu.c linux-2.6-changed/drivers/net/niu.c
--- linux-2.6/drive