Author: adrian
Date: Mon Aug 20 06:11:04 2012
New Revision: 239410
URL: http://svn.freebsd.org/changeset/base/239410
Log:
Flesh out some initial EDMA TX FIFO fill, complete and refill routines.
Note: This is totally sub-optimal and a work in progress.
* Support filling an empty FIFO TX
Author: adrian
Date: Mon Aug 20 06:02:09 2012
New Revision: 239409
URL: http://svn.freebsd.org/changeset/base/239409
Log:
Advance the descriptor pointer by sc->sc_tx_desclen bytes, rather than
sizeof(struct ath_desc). This isn't correct for EDMA TX descriptors.
This popped up during iper
Author: adrian
Date: Mon Aug 20 05:47:07 2012
New Revision: 239408
URL: http://svn.freebsd.org/changeset/base/239408
Log:
Make sure all of the buffers are printed, rather than (n-1).
Modified:
head/sys/dev/ath/if_ath_debug.c
Modified: head/sys/dev/ath/if_ath_debug.c
=
Author: andreast
Date: Sun Aug 19 19:44:13 2012
New Revision: 239402
URL: http://svn.freebsd.org/changeset/base/239402
Log:
Add the ds1631 temperature driver.
Modified:
head/sys/powerpc/conf/GENERIC
head/sys/powerpc/conf/GENERIC64
head/sys/powerpc/conf/NOTES
Modified: head/sys/powerpc/co
Author: andreast
Date: Sun Aug 19 19:40:33 2012
New Revision: 239401
URL: http://svn.freebsd.org/changeset/base/239401
Log:
Add a new sound driver for PowerMacs, found here on my Quad G5.
It allows simple playback and volume control like the other Mac drivers,
not more.
Added:
head/sys/de
Author: andreast
Date: Sun Aug 19 19:37:14 2012
New Revision: 239400
URL: http://svn.freebsd.org/changeset/base/239400
Log:
Add a new temperature driver for certain PowerMacs. Found here on my Quad G5.
Added:
head/sys/dev/iicbus/ds1631.c (contents, props changed)
Modified:
head/sys/conf/f
Author: andreast
Date: Sun Aug 19 19:34:10 2012
New Revision: 239399
URL: http://svn.freebsd.org/changeset/base/239399
Log:
Unify the sysctl description with the other PowerMac temperature drivers.
Modified:
head/sys/dev/iicbus/ds1775.c
Modified: head/sys/dev/iicbus/ds1775.c
Author: andreast
Date: Sun Aug 19 19:32:38 2012
New Revision: 239398
URL: http://svn.freebsd.org/changeset/base/239398
Log:
Avoid using the degree symbol. Looks ugly on the console.
Modified:
head/sys/dev/iicbus/max6690.c
Modified: head/sys/dev/iicbus/max6690.c
==
Author: andreast
Date: Sun Aug 19 19:31:36 2012
New Revision: 239397
URL: http://svn.freebsd.org/changeset/base/239397
Log:
Do the ADC init only at startup and not during every sensor read call.
This reduces the number of interrupts.
Modified:
head/sys/dev/iicbus/ad7417.c
Modified: head/sy
Author: andreast
Date: Sun Aug 19 19:17:54 2012
New Revision: 239396
URL: http://svn.freebsd.org/changeset/base/239396
Log:
Fix typo. Not a win in terms of functionality but in terms of completeness.
Modified:
head/gnu/usr.bin/gdb/arch/powerpc/config.h
Modified: head/gnu/usr.bin/gdb/arch/pow
On 18 Aug 2012, at 13:01, Chris Rees wrote:
> On 18 August 2012 12:58, Chris Rees wrote:
>> On 18 August 2012 10:26, Niclas Zeising wrote:
>>> Author: zeising (ports committer)
>>
>> There's something wrong here-- shouldn't it say (ports, doc
>> committer)? Looks like it's not checking doc/s
Hi,
What exactly is the driver the USB mass storage device is attached to?
And the problem is the same using the latest FreeBSD version from -current?
You are certain that all parts of the kernel were rebuilt?
And you are certain that it has nothing to do with the FreeBSD version bu
On Sun, 19 Aug 2012, Randall Stewart wrote:
Though I disagree, I conceed to jhb & Rui. Note
that we still have a problem with this whole structure of
locks and in_input.c [it does not lock which it should not, but
this *can* lead to crashes]. (I have seen it in our SQA
testbed.. besides th
Author: rrs
Date: Sun Aug 19 11:54:02 2012
New Revision: 239395
URL: http://svn.freebsd.org/changeset/base/239395
Log:
Though I disagree, I conceed to jhb & Rui. Note
that we still have a problem with this whole structure of
locks and in_input.c [it does not lock which it should not, but
t
Author: mm
Date: Sun Aug 19 10:34:40 2012
New Revision: 239394
URL: http://svn.freebsd.org/changeset/base/239394
Log:
Update zfs(8) manpage with illumos version of "zfs diff"
Illumos issue:
2399 zfs manual page does not document use of "zfs diff"
References:
https://www.illumos
Author: mm
Date: Sun Aug 19 09:59:41 2012
New Revision: 239389
URL: http://svn.freebsd.org/changeset/base/239389
Log:
Backport fix for vendor issue #3085
3085 zfs diff panics, then panics in a loop on booting
References:
https://www.illumos.org/issues/3085
PR: kern/1707
On Sun, Aug 19, 2012 at 08:16:13AM +, Mikolaj Golub wrote:
> Author: trociny
> Date: Sun Aug 19 08:16:13 2012
> New Revision: 239383
> URL: http://svn.freebsd.org/changeset/base/239383
>
> Log:
> In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK.
>
The issue this commit fi
On Sun, 19 Aug 2012 09:39:11 +0200
Hans Petter Selasky wrote:
> Hi,
>
>
>
> Have you stepped the versions?
I did a binary search of the commits to find the revision that caused
the issue.
> Are you sure it is exactly this commit?
I built with r239213 and the problem went away, when I built
Author: trociny
Date: Sun Aug 19 08:16:13 2012
New Revision: 239383
URL: http://svn.freebsd.org/changeset/base/239383
Log:
In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK.
MFC after:2 weeks
Modified:
head/sys/netinet6/ip6_output.c
Modified: head/sys/netinet6/ip6_outp
Author: kuriyama
Date: Sun Aug 19 08:15:32 2012
New Revision: 239382
URL: http://svn.freebsd.org/changeset/base/239382
Log:
- Allow to pass extra parameters for each jails.
- To achieve above, convert jail(8) invocation to use new style
command line "-c" flag.
Reviewed at: freebsd-ja
Hi,
Have you stepped the versions?
Are you sure it is exactly this commit?
--HPS
-Original message-
From:Andrew Turner
Sent:Sun 19-08-2012 05:01
Subject:Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys
To:Hans Petter Selasky ;
CC:src-committ...@freebsd.org
21 matches
Mail list logo