[patch 05/10] [TULIP] Defer tulip_select_media() to process context

2006-09-08 Thread Valerie Henson
From: Francois Romieu <[EMAIL PROTECTED]> Move tulip_select_media() processing to a workqueue, instead of delaying in interrupt context, edited by Kyle McMartin to use kevent thread, instead of creating its own workqueue. Signed-off-by: Kyle McMartin <[EMAIL PROTECTED]> Signed-off-by: Valerie Hen

Re: [patch 05/10] [TULIP] Defer tulip_select_media() to process context

2006-08-26 Thread Alan Cox
Ar Gwe, 2006-08-25 am 17:02 -0700, ysgrifennodd Valerie Henson: > +static inline void tulip_tx_timeout_complete(struct tulip_private *tp, void > __iomem *ioaddr) > +{ > + /* Stop and restart the chip's Tx processes. */ > + tulip_restart_rxtx(tp); > + /* Trigger an immediate transmit de

[patch 05/10] [TULIP] Defer tulip_select_media() to process context

2006-08-25 Thread Valerie Henson
From: Francois Romieu <[EMAIL PROTECTED]> Move tulip_select_media() processing to a workqueue, instead of delaying in interrupt context, edited by Kyle McMartin to use kevent thread, instead of creating its own workqueue. Signed-off-by: Kyle McMartin <[EMAIL PROTECTED]> Signed-off-by: Valerie Hen