Re: [PATCH 7/12] IPMI: add poll delay

2006-12-05 Thread Jesper Juhl
On 05/12/06, Corey Minyard <[EMAIL PROTECTED]> wrote: Andrew Morton wrote: > On Fri, 1 Dec 2006 22:35:20 -0600 > Corey Minyard <[EMAIL PROTECTED]> wrote: > > >> Make sure to delay a little in the IPMI poll routine so we can pass in >> a timeout time and thus time things out. >> >> Signed-off-by:

Re: [PATCH 7/12] IPMI: add poll delay

2006-12-05 Thread Corey Minyard
Andrew Morton wrote: > On Fri, 1 Dec 2006 22:35:20 -0600 > Corey Minyard <[EMAIL PROTECTED]> wrote: > > >> Make sure to delay a little in the IPMI poll routine so we can pass in >> a timeout time and thus time things out. >> >> Signed-off-by: Corey Minyard <[EMAIL PROTECTED]> >> >> Index: linux-

Re: [PATCH 7/12] IPMI: add poll delay

2006-12-03 Thread Andrew Morton
On Fri, 1 Dec 2006 22:35:20 -0600 Corey Minyard <[EMAIL PROTECTED]> wrote: > Make sure to delay a little in the IPMI poll routine so we can pass in > a timeout time and thus time things out. > > Signed-off-by: Corey Minyard <[EMAIL PROTECTED]> > > Index: linux-2.6.19-rc6/drivers/char/ipmi/ipmi_s

[PATCH 7/12] IPMI: add poll delay

2006-12-01 Thread Corey Minyard
Make sure to delay a little in the IPMI poll routine so we can pass in a timeout time and thus time things out. Signed-off-by: Corey Minyard <[EMAIL PROTECTED]> Index: linux-2.6.19-rc6/drivers/char/ipmi/ipmi_si_intf.c === --- linux-