Re: [Repost PATCH 6/6] PMC MSP85x0 gigabit ethernet driver

2006-06-27 Thread Francois Romieu
Kiran Thota <[EMAIL PROTECTED]> : [...] > +/* > + * Allocate the SKBs for the Rx ring. Also used > + * for refilling the queue > + */ > + > +static int msp85x0_ge_rx_task(struct net_device *netdev, > + msp85x0_ge_port_info *msp85x0_ge_eth) > +{ > + struct device *de

RE: [Repost PATCH 6/6] PMC MSP85x0 gigabit ethernet driver

2006-06-27 Thread Kiran Thota
, June 26, 2006 3:31 PM To: Kiran Thota Cc: 'Yoichi Yuasa'; [EMAIL PROTECTED]; netdev@vger.kernel.org; Raj Palani; [EMAIL PROTECTED] Subject: Re: [Repost PATCH 6/6] PMC MSP85x0 gigabit ethernet driver Kiran Thota <[EMAIL PROTECTED]> : [...] > - Based on linux-2.6.12 from >

Re: [Repost PATCH 6/6] PMC MSP85x0 gigabit ethernet driver

2006-06-26 Thread Francois Romieu
Kiran Thota <[EMAIL PROTECTED]> : [...] > - Based on linux-2.6.12 from > http://www.linux-mips.org/pub/linux/mips/kernel/v2.6/linux-2.6.12.tar.gz Is there a reason why the patch is not diffed against a more recent version of the mips tree ? The patch includes ~130 lines ending with a tab or sp