> On Thu, 06 Oct 2011, matthew green wrote:
> >>src/sys/kern: kern_synch.c
> >>
> >> Log Message:
> >> Print "WARNING: negative runtime; monotonic clock has gone backwards\n"
> >> using log(LOG_WARNING, ...), not just printf(...).
> >>
> >> From PR 45421 by Greg Woods.
> >
> >i object to this
On Wed, Oct 05, 2011 at 06:52:37PM +0200, Wolfgang Solfrank wrote:
> ... You would tell the controller the cylinder/head/sector
> of the first sector you wanted to read, and when multiple sectors were
> requested, the controller would increment only the sector number.
> Since the controller wouldn
Hi,
Jonathan A. Kollasch schrieb:
On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote:
On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
Module Name:src
Committed By: jakllsch
Date: Wed Oct 5 03:40:18 UTC 2011
Modified Files:
src/sys/dev/
On Thu, 06 Oct 2011, matthew green wrote:
src/sys/kern: kern_synch.c
Log Message:
Print "WARNING: negative runtime; monotonic clock has gone backwards\n"
using log(LOG_WARNING, ...), not just printf(...).
From PR 45421 by Greg Woods.
i object to this change.
this is a serious error a
On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote:
> On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
> > Module Name:src
> > Committed By: jakllsch
> > Date: Wed Oct 5 03:40:18 UTC 2011
> >
> > Modified Files:
> > src/sys/dev/ata:
> Module Name: src
> Committed By: apb
> Date: Wed Oct 5 13:05:49 UTC 2011
>
> Modified Files:
> src/sys/kern: kern_synch.c
>
> Log Message:
> Print "WARNING: negative runtime; monotonic clock has gone backwards\n"
> using log(LOG_WARNING, ...), not just printf(...).
>
> From PR
On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
> Module Name: src
> Committed By: jakllsch
> Date: Wed Oct 5 03:40:18 UTC 2011
>
> Modified Files:
> src/sys/dev/ata: wd.c
>
> Log Message:
> Limit wd(4) transfers to 128 (512-byte) logical sectors, as the trad