Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-03-03 Thread Atsushi Nemoto
> On Mon, 20 Feb 2006 01:01:13 +, Martin Michlmayr <[EMAIL PROTECTED]> > said: tbm> Some Ethernet hardware implementations have no built-in storage tbm> for allocated MAC values - an example is the Intel IXP420 chip tbm> which has support for Ethernet but no defined way of storing tbm

RE: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread John Bowler
My latest version of this patch is here: http://cvs.sourceforge.net/viewcvs.py/nslu/kernel/2.6.15/91-maclist.patch?rev=1.2&only_with_tag=HEAD&view=markup In "Recommendations" "With the second strategy" should be "With the first strategy". (Note that the '2.6.16' directory in that repo contains a

RE: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread John Bowler
From: Adrian Bunk [mailto:[EMAIL PROTECTED] >Why can't setting MAC addresses be done from initramfs? The submitted version of this code is actually an old version, which has some potential locking problems and doesn't document how to solve the problem of different drivers getting different MAC ids

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread Alessandro Zummo
On Mon, 20 Feb 2006 14:07:12 +0100 Lennert Buytenhek <[EMAIL PROTECTED]> wrote: > > you're certainly right on the ixp4xx, but the are other uses > > for this driver which we are working on.. for example, > > some Cirrus Logic ARM based chips (ep93xx) have an ethernet device > > that could benefit

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread Alessandro Zummo
On Mon, 20 Feb 2006 13:02:03 + Russell King <[EMAIL PROTECTED]> wrote: > > for this driver which we are working on.. for example, > > some Cirrus Logic ARM based chips (ep93xx) have an ethernet device > > that could benefit from that. > > An alternative solution (suggested in the past) wou

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread jamal
On Mon, 2006-20-02 at 14:07 +0100, Lennert Buytenhek wrote: > On Mon, Feb 20, 2006 at 01:57:18PM +0100, Alessandro Zummo wrote: > > Or just pass the MAC along in platform device style. What I did in > drivers/net/ixp2000/ was to have enp2611.c (board-specific code) read > the MAC from the board,

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread Lennert Buytenhek
On Mon, Feb 20, 2006 at 01:57:18PM +0100, Alessandro Zummo wrote: > you're certainly right on the ixp4xx, but the are other uses > for this driver which we are working on.. for example, > some Cirrus Logic ARM based chips (ep93xx) have an ethernet device > that could benefit from that. Many plat

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread Russell King
On Mon, Feb 20, 2006 at 01:57:18PM +0100, Alessandro Zummo wrote: > you're certainly right on the ixp4xx, but the are other uses > for this driver which we are working on.. for example, > some Cirrus Logic ARM based chips (ep93xx) have an ethernet device > that could benefit from that. An alt

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread Alessandro Zummo
On Mon, 20 Feb 2006 12:16:43 + David Vrabel <[EMAIL PROTECTED]> wrote: > >>>Some Ethernet hardware implementations have no built-in storage for > >>>allocated MAC values - an example is the Intel IXP420 chip which has > >>>support for Ethernet but no defined way of storing allocated MAC values

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-20 Thread David Vrabel
Alessandro Zummo wrote: > On Mon, 20 Feb 2006 02:47:35 +0100 > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > >>>Some Ethernet hardware implementations have no built-in storage for >>>allocated MAC values - an example is the Intel IXP420 chip which has >>>support for Ethernet but no defined way of st

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-19 Thread Adrian Bunk
On Mon, Feb 20, 2006 at 03:01:46AM +0100, Alessandro Zummo wrote: > On Mon, 20 Feb 2006 02:47:35 +0100 > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > > Some Ethernet hardware implementations have no built-in storage for > > > allocated MAC values - an example is the Intel IXP420 chip which has > >

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-19 Thread Alessandro Zummo
On Mon, 20 Feb 2006 02:47:35 +0100 Adrian Bunk <[EMAIL PROTECTED]> wrote: > > Some Ethernet hardware implementations have no built-in storage for > > allocated MAC values - an example is the Intel IXP420 chip which has > > support for Ethernet but no defined way of storing allocated MAC values. >

Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-19 Thread Adrian Bunk
On Mon, Feb 20, 2006 at 01:01:13AM +, Martin Michlmayr wrote: > From: John Bowler <[EMAIL PROTECTED]> > > Some Ethernet hardware implementations have no built-in storage for > allocated MAC values - an example is the Intel IXP420 chip which has > support for Ethernet but no defined way of sto