svn commit: r239765 - head/sys/mips/conf

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Tue Aug 28 06:17:44 2012 New Revision: 239765 URL: http://svn.freebsd.org/changeset/base/239765 Log: This is an initial board configuration for the D-Link DIR-825 dual-band 802.11n router. The flash layout defaults to a 1 MiB section for the kernel so I'm trying

svn commit: r239768 - head/sys/mips/conf

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Tue Aug 28 06:52:00 2012 New Revision: 239768 URL: http://svn.freebsd.org/changeset/base/239768 Log: oops, make cfg read-write. Modified: head/sys/mips/conf/DIR-825.hints Modified: head/sys/mips/conf/DIR-825.hints

svn commit: r239769 - head/usr.sbin/watchdogd

2012-08-28 Thread Andrey Zonov
Author: zont Date: Tue Aug 28 08:38:53 2012 New Revision: 239769 URL: http://svn.freebsd.org/changeset/base/239769 Log: - Don't allow watchdogd(8) to be swapped out. On machines with huge amount of swap and high IO activity, watchdogd(8) may wait for a swap memory longer than timeout

svn commit: r239771 - in head/sys: amd64/conf i386/conf

2012-08-28 Thread John Baldwin
Author: jhb Date: Tue Aug 28 11:34:09 2012 New Revision: 239771 URL: http://svn.freebsd.org/changeset/base/239771 Log: Fix misspelled Infiniband. Submitted by: gcooper MFC after:3 days Modified: head/sys/amd64/conf/NOTES head/sys/i386/conf/NOTES Modified:

svn commit: r239774 - in head: . cddl/contrib/opensolaris/cmd/zinject cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/...

2012-08-28 Thread Martin Matuska
10 disable the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20120828: + A new ZFS feature flag com.delphix:empty_bpobj has been merged + to -HEAD. Pools that have empty_bpobj in active state can not be + imported

svn commit: r239775 - head/sbin/ipf/ipf

2012-08-28 Thread Isabell Long
Author: issyl0 (doc committer) Date: Tue Aug 28 12:33:54 2012 New Revision: 239775 URL: http://svn.freebsd.org/changeset/base/239775 Log: Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man page displaying for 'man 4 ipfilter'. PR: docs/118020 Approved by:

svn commit: r239779 - head/sys/kern

2012-08-28 Thread John Baldwin
Author: jhb Date: Tue Aug 28 13:35:37 2012 New Revision: 239779 URL: http://svn.freebsd.org/changeset/base/239779 Log: Shorten the name of the fast SWI taskqueue to fast taskq so that it fits. Reported by: lev MFC after:1 week Modified: head/sys/kern/subr_taskqueue.c Modified:

svn commit: r239785 - head/sys/arm/at91

2012-08-28 Thread Warner Losh
Author: imp Date: Tue Aug 28 17:27:46 2012 New Revision: 239785 URL: http://svn.freebsd.org/changeset/base/239785 Log: Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz to this new option. Only try to use 25MHz when our best frequency is 15MHz and overclocking is

Re: svn commit: r239730 - head/sys/i386/include

2012-08-28 Thread David O'Brien
On Mon, Aug 27, 2012 at 01:22:28PM +, Dag-Erling Smrgrav wrote: Author: des Date: Mon Aug 27 13:22:27 2012 New Revision: 239730 URL: http://svn.freebsd.org/changeset/base/239730 Log: Parly revert r239255: reinstate a default maxswzone on i386, where KVA is scarce, but set it

svn commit: r239786 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2012-08-28 Thread Ed Schouten
Author: ed Date: Tue Aug 28 18:33:12 2012 New Revision: 239786 URL: http://svn.freebsd.org/changeset/base/239786 Log: Use a proper destructor function. When calling a revoke(2) on a dtrace device, dtrace_close() could be called, even if threads are still stuck in the device. Defer the

svn commit: r239790 - in head/sys/geom: . bde part uncompress uzip

2012-08-28 Thread Ed Schouten
Author: ed Date: Tue Aug 28 19:28:31 2012 New Revision: 239790 URL: http://svn.freebsd.org/changeset/base/239790 Log: Remove unneeded G_PF_CANDELETE flag. This flag is only used by GEOM so it can be propagated to the character device's SI_CANDELETE. Unfortunately, SI_CANDELETE seems to

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

2012-08-28 Thread Ed Schouten
Author: ed Date: Tue Aug 28 19:30:29 2012 New Revision: 239791 URL: http://svn.freebsd.org/changeset/base/239791 Log: Remove unused SI_* flags. The SI_DEVOPEN, SI_CONSOPEN and SI_CANDELETE flags are not used by any piece of code in the tree. Modified: head/sys/kern/kern_conf.c

svn commit: r239794 - head/sys/dev/flash

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Tue Aug 28 22:17:22 2012 New Revision: 239794 URL: http://svn.freebsd.org/changeset/base/239794 Log: Add a new flash part - 4MB SPI flash from Winbond. Modified: head/sys/dev/flash/mx25l.c Modified: head/sys/dev/flash/mx25l.c

svn commit: r239795 - head/sys/mips/conf

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Tue Aug 28 22:50:47 2012 New Revision: 239795 URL: http://svn.freebsd.org/changeset/base/239795 Log: * Don't compile in sysctl descriptions * random is fine as a module Modified: head/sys/mips/conf/AR724X_BASE Modified: head/sys/mips/conf/AR724X_BASE

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

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 00:53:41 2012 New Revision: 239796 URL: http://svn.freebsd.org/changeset/base/239796 Log: Remove extra debugging - there's no longer any need. Modified: head/sys/dev/ath/if_ath_rx.c Modified: head/sys/dev/ath/if_ath_rx.c

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

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 00:53:58 2012 New Revision: 239797 URL: http://svn.freebsd.org/changeset/base/239797 Log: Remove - not needed. Modified: head/sys/dev/ath/if_ath_rx_edma.c Modified: head/sys/dev/ath/if_ath_rx_edma.c

svn commit: r239799 - head/sys/mips/conf

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 01:08:36 2012 New Revision: 239799 URL: http://svn.freebsd.org/changeset/base/239799 Log: Bring over a configuration for the Atheros AP91 reference board. This has an AR7240 SoC with an AR9285 wireless NIC on-board. Since the kernel partition on the

svn commit: r239800 - head/sys/dev/ath/ath_hal

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 03:50:59 2012 New Revision: 239800 URL: http://svn.freebsd.org/changeset/base/239800 Log: Add a (temporarily located) definition. Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: head/sys/dev/ath/ath_hal/ah_internal.h

svn commit: r239801 - head/sys/dev/ath/ath_hal/ar5212

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 03:58:13 2012 New Revision: 239801 URL: http://svn.freebsd.org/changeset/base/239801 Log: Add AR5413 radar parameters and strong signal diversity capability. This is a re-implementation based on the reference carrier code for the AR5413. Tested: *

svn commit: r239802 - head/sys/dev/ath/ath_hal

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 04:09:54 2012 New Revision: 239802 URL: http://svn.freebsd.org/changeset/base/239802 Log: Add a new capability bit - whether the hardware supports AR9285 style combined diversity. Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified:

svn commit: r239803 - head/sys/dev/ath/ath_hal/ar9002

2012-08-28 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 04:11:00 2012 New Revision: 239803 URL: http://svn.freebsd.org/changeset/base/239803 Log: Set the HAL combined antenna diversity capability if the AR9285 EEPROM settings allow it. Modified: head/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c Modified:

svn commit: r239804 - head/sys/arm/at91

2012-08-28 Thread Warner Losh
Author: imp Date: Wed Aug 29 04:41:25 2012 New Revision: 239804 URL: http://svn.freebsd.org/changeset/base/239804 Log: When copying data, use memcpy instead of bcopy. It matches the arguments better. Also, set the need to use the workaround flag before we actually need to use it, rather