svn commit: r225869 - head/sys/dev/mfi

2011-09-29 Thread Alexander Motin
Author: mav Date: Thu Sep 29 08:37:53 2011 New Revision: 225869 URL: http://svn.freebsd.org/changeset/base/225869 Log: - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, used by present MegaCLI version. It has some special meaning for the first s/g list entry, while the m

Re: svn commit: r225868 - head/bin/ps

2011-09-29 Thread Alexander Best
On Thu Sep 29 11, Edward Tomasz Napierala wrote: > Author: trasz > Date: Thu Sep 29 06:31:42 2011 > New Revision: 225868 > URL: http://svn.freebsd.org/changeset/base/225868 > > Log: > Make ps(1) automatically size its column widths. cool to see this committed. :) i think i wrote you about the

Re: svn commit: r225868 - head/bin/ps

2011-09-29 Thread Edward Tomasz Napierała
Wiadomość napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 14:14: > On Thu Sep 29 11, Edward Tomasz Napierala wrote: >> Author: trasz >> Date: Thu Sep 29 06:31:42 2011 >> New Revision: 225868 >> URL: http://svn.freebsd.org/changeset/base/225868 >> >> Log: >> Make ps(1) automatically size

svn commit: r225875 - head/sys/powerpc/powerpc

2011-09-29 Thread Alexander Motin
Author: mav Date: Thu Sep 29 14:19:34 2011 New Revision: 225875 URL: http://svn.freebsd.org/changeset/base/225875 Log: Handle the race in cpu_idle() when due to the critical section CPU could get into sleep after receiving interrupt, delaying interrupt thread execution indefinitely until the

svn commit: r225877 - head/sys/powerpc/powerpc

2011-09-29 Thread Alexander Motin
Author: mav Date: Thu Sep 29 15:12:58 2011 New Revision: 225877 URL: http://svn.freebsd.org/changeset/base/225877 Log: Add header missed in r225875. MFC after:3 days Modified: head/sys/powerpc/powerpc/cpu.c Modified: head/sys/powerpc/powerpc/cpu.c ===

svn commit: r225878 - head/sys/dev/puc

2011-09-29 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 29 15:43:02 2011 New Revision: 225878 URL: http://svn.freebsd.org/changeset/base/225878 Log: Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card. PR: kern/160895 Submitted by: Konstantin V. Krotov MFC after:1 week Modified: head/sys/d

svn commit: r225880 - in head: contrib/llvm contrib/llvm/lib/Support contrib/llvm/tools/clang etc/mtree share/doc share/doc/llvm share/doc/llvm/clang

2011-09-29 Thread Dimitry Andric
Author: dim Date: Thu Sep 29 18:12:40 2011 New Revision: 225880 URL: http://svn.freebsd.org/changeset/base/225880 Log: Revive the LLVM and Clang license files, which were removed in my too-thorough cleanup of unused files, in r213695. Also make sure these get installed under /usr/share/doc.

Re: svn commit: r225868 - head/bin/ps

2011-09-29 Thread Alexander Best
On Thu Sep 29 11, Edward Tomasz Napiera?a wrote: > Wiadomo?? napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 14:14: > > On Thu Sep 29 11, Edward Tomasz Napierala wrote: > >> Author: trasz > >> Date: Thu Sep 29 06:31:42 2011 > >> New Revision: 225868 > >> URL: http://svn.freebsd.org/change

Re: svn commit: r225868 - head/bin/ps

2011-09-29 Thread Alexander Best
On Thu Sep 29 11, Edward Tomasz Napiera?a wrote: > Wiadomo?? napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 14:14: > > On Thu Sep 29 11, Edward Tomasz Napierala wrote: > >> Author: trasz > >> Date: Thu Sep 29 06:31:42 2011 > >> New Revision: 225868 > >> URL: http://svn.freebsd.org/change

svn commit: r225882 - in head/sys/arm: at91 econa

2011-09-29 Thread Kevin Lo
Author: kevlo Date: Fri Sep 30 04:55:23 2011 New Revision: 225882 URL: http://svn.freebsd.org/changeset/base/225882 Log: Remove pointless semicolons after label Modified: head/sys/arm/at91/at91_mci.c head/sys/arm/at91/at91_pio.c head/sys/arm/at91/at91_rtc.c head/sys/arm/at91/at91_spi.c

svn commit: r225883 - in head/sys/dev/ath: . ath_hal ath_hal/ar5210 ath_hal/ar5211 ath_hal/ar5212 ath_hal/ar5312 ath_hal/ar5416 ath_hal/ar9001 ath_hal/ar9002

2011-09-29 Thread Adrian Chadd
Author: adrian Date: Fri Sep 30 05:17:57 2011 New Revision: 225883 URL: http://svn.freebsd.org/changeset/base/225883 Log: Fix a corner case in the HAL debugging changes, where ah was NULL. Although I tried to fix this earlier by introducing HALDEBUG_G(), it turns out there seem to be othe