lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 3 Apr 2010 10:20:40 +0300
From:	Mark Ryden <markryde@...il.com>
To:	Stephen Hemminger <shemminger@...tta.com>
Cc:	Jeff Garzik <jeff@...zik.org>, netdev@...r.kernel.org
Subject: Re: [PATCH] ethtool: add names of newer Marvell chips

Hi,

> +       case 0xba:      printf("Yukon Ultra 2"); break;
> +       case 0xbc:      printf("Yukon Optima"); break;

What about 0xbb?
Is there ant reason for not using 0xbb for Yukon Optima?

Is it something with blackberry (bb)?  :-)
Mark


On Fri, Apr 2, 2010 at 6:16 PM, Stephen Hemminger <shemminger@...tta.com> wrote:
> Fill in names of newer chips.
>
> Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
>
>
> diff --git a/marvell.c b/marvell.c
> index 6696e0a..af38c21 100644
> --- a/marvell.c
> +++ b/marvell.c
> @@ -184,6 +184,9 @@ static void dump_mac(const u8 *r)
>        case 0xb6:      printf("Yukon-2 EC");   break;
>        case 0xb7:      printf("Yukon-2 FE");   break;
>        case 0xb8:      printf("Yukon-2 FE Plus"); break;
> +       case 0xb9:      printf("Yukon Supreme"); break;
> +       case 0xba:      printf("Yukon Ultra 2"); break;
> +       case 0xbc:      printf("Yukon Optima"); break;
>        default:        printf("(Unknown)");    break;
>        }
>
> --
> 1.6.3.3
>
> --
> 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
>
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ