[PATCH 2/3] FS_ENET: use PAL for mii management

2006-08-07 Thread Vitaly Bordug
This patch should update the fs_enet infrastructure to utilize Phy Abstraction Layer subsystem. Along with the above, there are apparent bugfixes, overhaul and improvements. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/net/fs_enet/Makefile |6 drivers/net/fs_enet/fec.

[PATCH 2/3] FS_ENET: use PAL for mii management

2006-08-07 Thread Vitaly Bordug
This patch should update the fs_enet infrastructure to utilize Phy Abstraction Layer subsystem. Along with the abouve, there are apparent bugfixes, rehaul and improvements. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/net/fs_enet/Makefile |6 drivers/net/fs_enet/fec.h

Re: [PATCH 2/3] FS_ENET: use PAL for mii management

2006-06-21 Thread Gerhard Jaeger
Hi, On Tuesday 20 June 2006 16:58, Vitaly Bordug wrote: > > This patch should update the fs_enet infrastructure to utilize > Phy Abstraction Layer subsystem. Inside there are generic driver rehaul, > board-specific portion to respect driver changes (for 8272ads and 866ads). > > Signed-off-by: Vi