Re: svn commit: r230583 - head/sys/kern

2012-01-31 Thread Konstantin Belousov
On Mon, Jan 30, 2012 at 02:07:03PM -0500, David Schultz wrote: On Mon, Jan 30, 2012, Kostik Belousov wrote: On Sun, Jan 29, 2012 at 05:39:04PM -0500, David Schultz wrote: On Sun, Jan 29, 2012, Kostik Belousov wrote: On Sat, Jan 28, 2012 at 07:12:25PM -0500, David Schultz wrote: On

svn commit: r230807 - head/sys/dev/sound/pci/hda

2012-01-31 Thread Alexander Motin
Author: mav Date: Tue Jan 31 12:57:21 2012 New Revision: 230807 URL: http://svn.freebsd.org/changeset/base/230807 Log: Just in case, clear stream interrupts before enabling them. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c

svn commit: r230808 - in head/sys: dev/ie sys

2012-01-31 Thread Sergey Kandaurov
Author: pluknet Date: Tue Jan 31 13:00:40 2012 New Revision: 230808 URL: http://svn.freebsd.org/changeset/base/230808 Log: Isolate v_caddr_t in the ie driver. Submitted by: Bruce Evans on net@ Modified: head/sys/dev/ie/if_ie.c head/sys/sys/types.h Modified: head/sys/dev/ie/if_ie.c

Re: svn commit: r230808 - in head/sys: dev/ie sys

2012-01-31 Thread Sergey Kandaurov
On 31 January 2012 17:00, Sergey Kandaurov pluk...@freebsd.org wrote: Author: pluknet Date: Tue Jan 31 13:00:40 2012 New Revision: 230808 URL: http://svn.freebsd.org/changeset/base/230808 Log:  Isolate v_caddr_t in the ie driver. ie is the only consumer in the entire tree. I'm not quite

Re: svn commit: r230622 - head

2012-01-31 Thread Rafal Jaworowski
On 2012-01-30, at 22:56, Dimitry Andric wrote: On 2012-01-30 21:48, Ian Lepore wrote: On Mon, 2012-01-30 at 21:08 +0100, Dimitry Andric wrote: On 2012-01-30 20:27, Rafal Jaworowski wrote: ... Fix this by setting PATH to ${BPATH}:${PATH} in stage 2.3, so the bootstrap tools directories

Re: svn commit: r230777 - head/sys/amd64/acpica

2012-01-31 Thread Gavin Atkinson
On Mon, 2012-01-30 at 18:28 +, Jung-uk Kim wrote: Author: jkim Date: Mon Jan 30 18:28:56 2012 New Revision: 230777 URL: http://svn.freebsd.org/changeset/base/230777 Log: Naturally align a newly added wakeup_fpusave. I hadn't noticed this change when it went in initially. Out of

Re: svn commit: r230583 - head/sys/kern

2012-01-31 Thread Bruce Evans
On Tue, 31 Jan 2012, Konstantin Belousov wrote: On Mon, Jan 30, 2012 at 02:07:03PM -0500, David Schultz wrote: That's why I'm glad I'm not committing it. :) A more conservative change (also known as kicking the can down the road) would be to add a VFS flag, e.g., VFCF_LONGIO, and only set it

svn commit: r230822 - head/sys/dev/pci

2012-01-31 Thread John Baldwin
Author: jhb Date: Tue Jan 31 15:48:40 2012 New Revision: 230822 URL: http://svn.freebsd.org/changeset/base/230822 Log: Fix a spelling mistake in the surprise link down error constant. Submitted by: glebius Modified: head/sys/dev/pci/pcireg.h Modified: head/sys/dev/pci/pcireg.h

Re: svn commit: r230777 - head/sys/amd64/acpica

2012-01-31 Thread Jung-uk Kim
On Tuesday 31 January 2012 08:13 am, Gavin Atkinson wrote: On Mon, 2012-01-30 at 18:28 +, Jung-uk Kim wrote: Author: jkim Date: Mon Jan 30 18:28:56 2012 New Revision: 230777 URL: http://svn.freebsd.org/changeset/base/230777 Log: Naturally align a newly added wakeup_fpusave.

Re: svn commit: r230583 - head/sys/kern

2012-01-31 Thread David Schultz
On Tue, Jan 31, 2012, Konstantin Belousov wrote: On Mon, Jan 30, 2012 at 02:07:03PM -0500, David Schultz wrote: On Mon, Jan 30, 2012, Kostik Belousov wrote: On Sun, Jan 29, 2012 at 05:39:04PM -0500, David Schultz wrote: On Sun, Jan 29, 2012, Kostik Belousov wrote: On Sat, Jan 28,

svn commit: r230830 - head/sys/amd64/acpica

2012-01-31 Thread Jung-uk Kim
Author: jkim Date: Tue Jan 31 17:51:30 2012 New Revision: 230830 URL: http://svn.freebsd.org/changeset/base/230830 Log: - Restore XCR0 before restoring extended FPU states. - Update my copyright dates. Reviewed by: kib Modified: head/sys/amd64/acpica/acpi_switch.S

svn commit: r230843 - in head: . share/man/man4 sys/amd64/conf sys/conf sys/dev/isci sys/i386/conf sys/modules sys/modules/isci

2012-01-31 Thread Jim Harris
Author: jimharris Date: Tue Jan 31 19:38:18 2012 New Revision: 230843 URL: http://svn.freebsd.org/changeset/base/230843 Log: Add isci(4) driver for amd64 and i386 targets. The isci driver is for the integrated SAS controller in the Intel C600 (Patsburg) chipset. Source files in

svn commit: r230845 - head/sys/dev/sound/pcm

2012-01-31 Thread Alexander Motin
Author: mav Date: Tue Jan 31 21:46:28 2012 New Revision: 230845 URL: http://svn.freebsd.org/changeset/base/230845 Log: Make sound(4) more flexible in setting soft buffer and block sizes when hardware imposes strict limitations on hard buffer and block sizes. Previous code set soft buffer

svn commit: r230846 - head/sys/dev/ath

2012-01-31 Thread Adrian Chadd
Author: adrian Date: Tue Jan 31 22:27:35 2012 New Revision: 230846 URL: http://svn.freebsd.org/changeset/base/230846 Log: Correctly fetch the TX/RX stream count from the HAL. Pointy hat to: me Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

svn commit: r230847 - in head/sys/dev/ath/ath_hal: ar5416 ar9002

2012-01-31 Thread Adrian Chadd
Author: adrian Date: Tue Jan 31 22:31:16 2012 New Revision: 230847 URL: http://svn.freebsd.org/changeset/base/230847 Log: Support AR9281/AR5B91 - a 1x2 stream device based on the AR9280. * Override the TX/RX stream count if the EEPROM reports a single RX or TX stream, rather than

Re: svn commit: r193833 - in head: share/man/man9 sys/kern sys/sys

2012-01-31 Thread Marius Strobl
On Mon, Jan 30, 2012 at 09:32:06AM -0500, John Baldwin wrote: On Sunday, January 29, 2012 10:41:24 am Marius Strobl wrote: On Tue, Jun 09, 2009 at 02:26:23PM +, John Baldwin wrote: Author: jhb Date: Tue Jun 9 14:26:23 2009 New Revision: 193833 URL:

svn commit: r230857 - in head/sys: kern sys

2012-01-31 Thread David Xu
Author: davidxu Date: Wed Feb 1 02:53:06 2012 New Revision: 230857 URL: http://svn.freebsd.org/changeset/base/230857 Log: If multiple threads call kevent() to get AIO events on same kqueue fd, it is possible that a single AIO event will be reported to multiple threads, it is not threading

svn commit: r230859 - head/sys/modules

2012-01-31 Thread Justin Hibbits
Author: jhibbits Date: Wed Feb 1 03:42:14 2012 New Revision: 230859 URL: http://svn.freebsd.org/changeset/base/230859 Log: Enable the pccard/cardbus modules for powerpc. Approved by: nwhitehorn (mentor) Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile