svn commit: r221690 - head/sys/netinet

2011-05-09 Thread Alexander Motin
Author: mav Date: Mon May 9 07:37:47 2011 New Revision: 221690 URL: http://svn.freebsd.org/changeset/base/221690 Log: Refactor TCP ISN increment logic. Instead of firing callout at 100Hz to keep constant ISN growth rate, do the same directly inside tcp_new_isn(), taking into account how muc

svn commit: r221691 - head/tools/tools/ath/ath_ee_v4k_print

2011-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 10:39:15 2011 New Revision: 221691 URL: http://svn.freebsd.org/changeset/base/221691 Log: This is a full 32 bit field for kite. Modified: head/tools/tools/ath/ath_ee_v4k_print/v4k.c Modified: head/tools/tools/ath/ath_ee_v4k_print/v4k.c

svn commit: r221692 - head/sys/netipsec

2011-05-09 Thread VANHULLEBUS Yvan
Author: vanhu Date: Mon May 9 13:16:21 2011 New Revision: 221692 URL: http://svn.freebsd.org/changeset/base/221692 Log: Release SP's refcount in key_get_spdbyid(). PR: 156676 Submitted by: Tobias Brunner (tob...@strongswan.org) MFC after:1 week Modified: head/sys/netipsec/key.

Re: svn commit: r221550 - head/sys/powerpc/conf

2011-05-09 Thread Andreas Tobler
On 09.05.11 00:15, Attilio Rao wrote: 2011/5/8 Andreas Tobler: On 08.05.11 00:17, Attilio Rao wrote: 2011/5/6 Attilio Rao: 2011/5/6 Nathan Whitehorn: Author: nwhitehorn Date: Fri May 6 20:43:02 2011 New Revision: 221550 URL: http://svn.freebsd.org/changeset/base/221550 Log: SMP has wor

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

2011-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 14:04:49 2011 New Revision: 221693 URL: http://svn.freebsd.org/changeset/base/221693 Log: Remove an un-needed PA cal call here. Modified: head/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c Modified: head/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c ==

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

2011-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 15:19:49 2011 New Revision: 221694 URL: http://svn.freebsd.org/changeset/base/221694 Log: Import some initial Kite fixed diversity code from Atheros. For now, the diversity settings are controlled by 'txantenna', -not- rxantenna. This is because the earlier

svn commit: r221695 - head/sys/dev/sound/usb

2011-05-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 9 15:57:04 2011 New Revision: 221695 URL: http://svn.freebsd.org/changeset/base/221695 Log: Workaround for broken no-name USB audio devices sold by dealextreme called "3D sound" and the alike. MFC after:14 days Modified: head/sys/dev/sound/usb/uaudio

svn commit: r221698 - in head/sys/teken: . demo libteken stress

2011-05-09 Thread Ed Schouten
Author: ed Date: Mon May 9 16:27:39 2011 New Revision: 221698 URL: http://svn.freebsd.org/changeset/base/221698 Log: Add proper build infrastructure for teken. I'm not sure whether we should install teken as a library on any stock FreeBSD installation, but I can imagine people want to ti

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

2011-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 16:49:40 2011 New Revision: 221700 URL: http://svn.freebsd.org/changeset/base/221700 Log: Disable TX STBC - it isn't used for now, but it isn't supported on Kite. Modified: head/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c Modified: head/sys/dev/ath/ath_hal/ar90

svn commit: r221701 - head/sys/dev/ath/ath_hal/ar5416

2011-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 17:10:48 2011 New Revision: 221701 URL: http://svn.freebsd.org/changeset/base/221701 Log: Fix a regression I introduced - only swap analog chains if the RX chainmask is 0x5. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Modified: head/sys/dev/ath/

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

2011-05-09 Thread Adrian Chadd
Author: adrian Date: Mon May 9 17:30:25 2011 New Revision: 221702 URL: http://svn.freebsd.org/changeset/base/221702 Log: Disable diversity combining support until I can get a firm answer from Atheros as to what/when this is supposed to be enabled. Using the default RX fast diversity sett

svn commit: r221703 - in head/sys: amd64/include i386/include x86/isa x86/x86

2011-05-09 Thread Jung-uk Kim
Author: jkim Date: Mon May 9 17:34:00 2011 New Revision: 221703 URL: http://svn.freebsd.org/changeset/base/221703 Log: Implement boot-time TSC synchronization test for SMP. This test is executed when the user has indicated that the system has synchronized TSCs or it has P-state invariant T

Re: svn commit: r221703 - in head/sys: amd64/include i386/include x86/isa x86/x86

2011-05-09 Thread Jung-uk Kim
On Monday 09 May 2011 01:34 pm, Jung-uk Kim wrote: > Author: jkim > Date: Mon May 9 17:34:00 2011 > New Revision: 221703 > URL: http://svn.freebsd.org/changeset/base/221703 > > Log: > Implement boot-time TSC synchronization test for SMP. This test > is executed when the user has indicated that

svn commit: r221708 - in head/sys: dev/syscons isa pc98/cbus

2011-05-09 Thread Jung-uk Kim
Author: jkim Date: Mon May 9 18:46:49 2011 New Revision: 221708 URL: http://svn.freebsd.org/changeset/base/221708 Log: Move VT switching hack for suspend/resume from bus drivers to syscons.c using event handlers. A different version was Submitted by: Taku YAMAMOTO (taku at tackymt dot h

svn commit: r221709 - head/sys/dev/bxe

2011-05-09 Thread David Christensen
Author: davidch Date: Mon May 9 18:46:53 2011 New Revision: 221709 URL: http://svn.freebsd.org/changeset/base/221709 Log: - Simplify multicast address programming. - Fix an incorrect "uint32_t *" cast in bxe_set_rx_mode(). Submitted by: yongari@ Approved by:davidch@ MFC after:

Re: svn commit: r221604 - head/usr.sbin/usbdump

2011-05-09 Thread David Schultz
On Sun, May 08, 2011, Bruce Evans wrote: > #define bzero(p, n) ({ \ > if (__builtin_constant_p(n) && (n) <= 32) \ > __builtin_memset((p), 0, (n)); \ > else

svn commit: r221712 - head/sys/dev/bge

2011-05-09 Thread Pyun YongHyeon
Author: yongari Date: Mon May 9 20:10:46 2011 New Revision: 221712 URL: http://svn.freebsd.org/changeset/base/221712 Log: Since r117657, bge(4) does not enable buffer manager for BCM5705 or newer controllers. However, all data sheet I have access has no indication that buffer manager shoul

svn commit: r221713 - head/sys/dev/mii

2011-05-09 Thread Pyun YongHyeon
Author: yongari Date: Mon May 9 20:20:43 2011 New Revision: 221713 URL: http://svn.freebsd.org/changeset/base/221713 Log: Recognize BCM5719C PHY. Submitted by: Geans Pin at Broadcom Modified: head/sys/dev/mii/brgphy.c head/sys/dev/mii/miidevs Modified: head/sys/dev/mii/brgphy.c =

svn commit: r221714 - head/sys/vm

2011-05-09 Thread Max Laier
Author: mlaier Date: Mon May 9 20:27:49 2011 New Revision: 221714 URL: http://svn.freebsd.org/changeset/base/221714 Log: Another long standing vm bug found at Isilon: Fix a race between vm_object_collapse and vm_fault. Reviewed by: alc@ MFC after:3 days Modified: head/sys/vm/v

svn commit: r221715 - head/contrib/less

2011-05-09 Thread Xin LI
Author: delphij Date: Mon May 9 21:51:59 2011 New Revision: 221715 URL: http://svn.freebsd.org/changeset/base/221715 Log: MFV: Update to less v443. MFC after:1 month Modified: head/contrib/less/LICENSE head/contrib/less/Makefile.aut head/contrib/less/Makefile.wnm head/contrib/

svn commit: r221718 - head/usr.bin/less

2011-05-09 Thread Xin LI
Author: delphij Date: Tue May 10 01:05:41 2011 New Revision: 221718 URL: http://svn.freebsd.org/changeset/base/221718 Log: Regenerated with latest configure script. MFC after:1 month Modified: head/usr.bin/less/defines.h Modified: head/usr.bin/less/defines.h

svn commit: r221719 - head/sbin/devd

2011-05-09 Thread Bruce M Simpson
Author: bms Date: Tue May 10 02:34:11 2011 New Revision: 221719 URL: http://svn.freebsd.org/changeset/base/221719 Log: Typo. For USB devices, 'serial' should be 'sernum'. See sys/dev/usb/usb_device.c for what devctl_notify() gets. Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/de

svn commit: r221720 - head/sys/dev/usb

2011-05-09 Thread Bruce M Simpson
Author: bms Date: Tue May 10 02:38:44 2011 New Revision: 221720 URL: http://svn.freebsd.org/changeset/base/221720 Log: Add VID for Simtec Electronics. Add PID for Simtec Electronics EntropyKey, a hardware random number generator. Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/us

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

2011-05-09 Thread Adrian Chadd
Author: adrian Date: Tue May 10 04:32:27 2011 New Revision: 221722 URL: http://svn.freebsd.org/changeset/base/221722 Log: AR9285 (Kite) fixes. * Correct some of the silicon revision checks to match what the Atheros HAL does. (See [1] below.) * Move the PA cal and init cal method as