On Tue, Sep 27, 2011 at 10:39:44AM -0600, Julian Elischer wrote:
> On 9/27/11 4:12 AM, Gavin Atkinson wrote:
> >On Mon, 2011-09-26 at 09:30 -0400, John Baldwin wrote:
> >>On Friday, September 23, 2011 11:21:06 am Gavin Atkinson wrote:
> >>>On Thu, 2011-09-22 at 20:07 +0200, Hans Petter Selasky wrot
On 9/27/11 4:12 AM, Gavin Atkinson wrote:
On Mon, 2011-09-26 at 09:30 -0400, John Baldwin wrote:
On Friday, September 23, 2011 11:21:06 am Gavin Atkinson wrote:
On Thu, 2011-09-22 at 20:07 +0200, Hans Petter Selasky wrote:
On Thursday 22 September 2011 19:55:23 David Somayajulu wrote:
It appe
On Mon, 2011-09-26 at 09:30 -0400, John Baldwin wrote:
> On Friday, September 23, 2011 11:21:06 am Gavin Atkinson wrote:
> > On Thu, 2011-09-22 at 20:07 +0200, Hans Petter Selasky wrote:
> > > On Thursday 22 September 2011 19:55:23 David Somayajulu wrote:
> > > > It appears that the pause() functio
On Friday, September 23, 2011 11:21:06 am Gavin Atkinson wrote:
> On Thu, 2011-09-22 at 20:07 +0200, Hans Petter Selasky wrote:
> > On Thursday 22 September 2011 19:55:23 David Somayajulu wrote:
> > > It appears that the pause() function cannot be used in driver functions
> > > which are invoked ea
On Thu, 2011-09-22 at 20:07 +0200, Hans Petter Selasky wrote:
> On Thursday 22 September 2011 19:55:23 David Somayajulu wrote:
> > It appears that the pause() function cannot be used in driver functions
> > which are invoked early in the boot process. Is there is a kernel api
> > which a device dri
if (cold)
DELAY()
else
pause()
On Sep 22, 2011, at 11:55 AM, David Somayajulu wrote:
> It appears that the pause() function cannot be used in driver functions which
> are invoked early in the boot process. Is there is a kernel api which a
> device driver can use to determine whether to use paus
On Thursday 22 September 2011 19:55:23 David Somayajulu wrote:
> It appears that the pause() function cannot be used in driver functions
> which are invoked early in the boot process. Is there is a kernel api
> which a device driver can use to determine whether to use pause() or
> DELAY(), for dela
It appears that the pause() function cannot be used in driver functions which
are invoked early in the boot process. Is there is a kernel api which a device
driver can use to determine whether to use pause() or DELAY(), for delays which
are say greater than 10hz - may be even 1 hz ?
Cheers,
Dav