Re: [PATCH][RFC] Add support for the RDC R6040 Fast Ethernet controller

2007-10-31 Thread Stephen Hemminger
On Mon, 29 Oct 2007 22:51:42 +0100 Florian Fainelli <[EMAIL PROTECTED]> wrote: > This patch adds support for the RDC R6040 MAC we can find in the RDC R-321x > System-on-chips. > This driver really needs improvements especially on the NAPI part which > probably does not > fully use the new NAPI s

Re: [PATCH][RFC] Add support for the RDC R6040 Fast Ethernet controller

2007-10-31 Thread Jeff Garzik
Florian Fainelli wrote: This patch adds support for the RDC R6040 MAC we can find in the RDC R-321x System-on-chips. This driver really needs improvements especially on the NAPI part which probably does not fully use the new NAPI structure. You will need the RDC PCI identifiers if you want to t

Re: [PATCH][RFC] Add support for the RDC R6040 Fast Ethernet controller

2007-10-30 Thread Ilpo Järvinen
On Mon, 29 Oct 2007, Florian Fainelli wrote: > +static int mdio_read(struct net_device *dev, int phy_id, int location); > +static void mdio_write(struct net_device *dev, int phy_id, int location, int > value); > +static int r6040_open(struct net_device *dev); > +static int r6040_start_xmit(struc

[PATCH][RFC] Add support for the RDC R6040 Fast Ethernet controller

2007-10-29 Thread Florian Fainelli
This patch adds support for the RDC R6040 MAC we can find in the RDC R-321x System-on-chips. This driver really needs improvements especially on the NAPI part which probably does not fully use the new NAPI structure. You will need the RDC PCI identifiers if you want to test this driver which are