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:
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
=
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
===
On 31 January 2012 17:00, Sergey Kandaurov 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 sure if this wo
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
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
On 2012-01-31 14:20, Rafal Jaworowski wrote:
On 2012-01-30, at 22:56, Dimitry Andric wrote:
...
That said, I still don't understand why the generated aicasm_scan.c file
is still defining the input() function. Rafal, just to be sure, can you
please paste the file that was generated during your
On 2012-01-31, at 14:53, Dimitry Andric wrote:
> On 2012-01-31 14:20, Rafal Jaworowski wrote:
>> On 2012-01-30, at 22:56, Dimitry Andric wrote:
> ...
>>> That said, I still don't understand why the generated aicasm_scan.c file
>>> is still defining the input() function. Rafal, just to be sure, c
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
Author: emaste
Date: Tue Jan 31 15:32:05 2012
New Revision: 230812
URL: http://svn.freebsd.org/changeset/base/230812
Log:
Add -e to set arbitrary kernel environment variables.
Nextboot(8) can now set any combination of kernel name (-k), kernel
options (-o), and environment strings (-e).
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
=
On Tue, 31 Jan 2012, Sergey Kandaurov wrote:
Log:
Isolate v_caddr_t in the ie driver.
Submitted by: Bruce Evans on net@
Thanks.
...
Modified: head/sys/sys/types.h
==
--- head/sys/sys/types.hTue Jan 31 12:
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 wake
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 S
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
head/sys/amd64/acp
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 sys/dev/i
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
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
==
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 assumi
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: http://svn.free
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 f
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
==
22 matches
Mail list logo