re: CVS commit: src/sys/kern

2011-10-05 Thread matthew green
> 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

Re: CVS commit: src/sys/dev/ata

2011-10-05 Thread David Laight
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

Re: CVS commit: src/sys/dev/ata

2011-10-05 Thread Wolfgang Solfrank
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/

Re: CVS commit: src/sys/kern

2011-10-05 Thread Alan Barrett
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

Re: CVS commit: src/sys/dev/ata

2011-10-05 Thread Jonathan A. Kollasch
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:

re: CVS commit: src/sys/kern

2011-10-05 Thread matthew green
> 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

Re: CVS commit: src/sys/dev/ata

2011-10-05 Thread Manuel Bouyer
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