svn commit: r207354 - head/sys/dev/atkbdc

2010-04-29 Thread Maxim Sobolev
Author: sobomax Date: Thu Apr 29 06:16:00 2010 New Revision: 207354 URL: http://svn.freebsd.org/changeset/base/207354 Log: On certain chipsets AT keyboard controller isn't present and is emulated by BIOS using SMI interrupt. On those chipsets reading from the status port may be thousand

svn commit: r207355 - head/sys/pc98/pc98

2010-04-29 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Apr 29 06:22:07 2010 New Revision: 207355 URL: http://svn.freebsd.org/changeset/base/207355 Log: MFi386: revision 206553 - Change printf() calls to uprintf() for sigreturn(). - Normalize the messages to include both pid and thread name. Modified:

svn commit: r207359 - head/sys/kern

2010-04-29 Thread Andriy Gapon
Author: avg Date: Thu Apr 29 09:02:21 2010 New Revision: 207359 URL: http://svn.freebsd.org/changeset/base/207359 Log: kern_ntptime: abstract time error check into a function ... to avoid code duplication MFC after:1 week Modified: head/sys/kern/kern_ntptime.c Modified:

svn commit: r207360 - head/sys/kern

2010-04-29 Thread Andriy Gapon
Author: avg Date: Thu Apr 29 09:02:46 2010 New Revision: 207360 URL: http://svn.freebsd.org/changeset/base/207360 Log: periodically save system time to hardware time-of-day clock This is done in kern_ntptime, perhaps not the best place. This is done using resettodr(). Some features:

svn commit: r207363 - head/sys/kern

2010-04-29 Thread Konstantin Belousov
Author: kib Date: Thu Apr 29 09:55:51 2010 New Revision: 207363 URL: http://svn.freebsd.org/changeset/base/207363 Log: Remove caddr_t casts. Requested by: bde MFC after:10 days Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/kern_proc.c

svn commit: r207364 - head/sys/vm

2010-04-29 Thread Konstantin Belousov
Author: kib Date: Thu Apr 29 09:57:25 2010 New Revision: 207364 URL: http://svn.freebsd.org/changeset/base/207364 Log: In swap pager, do not free the non-requested pages from the run if they are wired. Kstack pages are wired, this change prepares swap pager for handling of long runs of

svn commit: r207365 - head/sys/vm

2010-04-29 Thread Konstantin Belousov
Author: kib Date: Thu Apr 29 09:59:16 2010 New Revision: 207365 URL: http://svn.freebsd.org/changeset/base/207365 Log: When doing kstack swapin, read as much pages in one run as possible. Suggested and reviewed by:alc (previous version) Tested by:pho MFC after:2 weeks

Re: svn commit: r207369 - in head/sys: contrib/ipfilter/netinet net netinet netinet6 netipsec

2010-04-29 Thread Bjoern A. Zeeb
On Thu, 29 Apr 2010, Bjoern A. Zeeb wrote: Author: bz Date: Thu Apr 29 11:52:42 2010 New Revision: 207369 URL: http://svn.freebsd.org/changeset/base/207369 Log: MFP4: @176978-176982, 176984, 176990-176994, 177441 Whitspace churn after the VIMAGE/VNET whirls. Remove the need for some init

svn commit: r207370 - head/sys/net80211

2010-04-29 Thread Rui Paulo
Author: rpaulo Date: Thu Apr 29 15:19:11 2010 New Revision: 207370 URL: http://svn.freebsd.org/changeset/base/207370 Log: Decrement rxa_pad due to the addition of rxa_private. Modified: head/sys/net80211/ieee80211_ht.h Modified: head/sys/net80211/ieee80211_ht.h

Re: svn commit: r207370 - head/sys/net80211

2010-04-29 Thread Kostik Belousov
On Thu, Apr 29, 2010 at 03:19:11PM +, Rui Paulo wrote: Author: rpaulo Date: Thu Apr 29 15:19:11 2010 New Revision: 207370 URL: http://svn.freebsd.org/changeset/base/207370 Log: Decrement rxa_pad due to the addition of rxa_private. If the goal was to keep the size of the struct

svn commit: r207371 - head/sbin/hastd

2010-04-29 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Apr 29 15:36:32 2010 New Revision: 207371 URL: http://svn.freebsd.org/changeset/base/207371 Log: Fix a problem where hastd will stuck in recv(2) after sending request to secondary, which died between send(2) and recv(2). Do it by adding timeout to recv(2) for primary

svn commit: r207372 - head/sbin/hastd

2010-04-29 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Apr 29 15:42:24 2010 New Revision: 207372 URL: http://svn.freebsd.org/changeset/base/207372 Log: - Check if the worker process was killed by signal and restart it. - Improve logging. Pointed out by: Garrett Cooper yanef...@gmail.com MFC after:3 days

svn commit: r207373 - in head/sys: ia64/ia64 sparc64/sparc64 sun4v/sun4v

2010-04-29 Thread Alan Cox
Author: alc Date: Thu Apr 29 15:47:31 2010 New Revision: 207373 URL: http://svn.freebsd.org/changeset/base/207373 Log: MFamd64/i386 r207205 Clearing a page table entry's accessed bit and setting the page's PG_REFERENCED flag in pmap_protect() can't really be justified, so don't do

svn commit: r207375 - head/sys/dev/sge

2010-04-29 Thread Pyun YongHyeon
Author: yongari Date: Thu Apr 29 17:28:07 2010 New Revision: 207375 URL: http://svn.freebsd.org/changeset/base/207375 Log: Preserve unknown bits of RX MAC control register when driver programs RX filter configuration. It seems RX MAC control register is one of key registers to get various

svn commit: r207376 - head/sys/dev/sge

2010-04-29 Thread Pyun YongHyeon
Author: yongari Date: Thu Apr 29 17:30:21 2010 New Revision: 207376 URL: http://svn.freebsd.org/changeset/base/207376 Log: Remove wrong link state chage. Modified: head/sys/dev/sge/if_sge.c Modified: head/sys/dev/sge/if_sge.c

svn commit: r207377 - head/sys/dev/sge

2010-04-29 Thread Pyun YongHyeon
Author: yongari Date: Thu Apr 29 17:34:01 2010 New Revision: 207377 URL: http://svn.freebsd.org/changeset/base/207377 Log: Explicitly marks SiS190 to differentiate it from SiS191. Modified: head/sys/dev/sge/if_sge.c head/sys/dev/sge/if_sgereg.h Modified: head/sys/dev/sge/if_sge.c

svn commit: r207379 - head/sys/dev/sge

2010-04-29 Thread Pyun YongHyeon
Author: yongari Date: Thu Apr 29 18:00:42 2010 New Revision: 207379 URL: http://svn.freebsd.org/changeset/base/207379 Log: Enable FCS stripping and padding 10 bytes bit of RX MAC control register. Due to lack of SiS190 controller, I'm not sure whether this is also applicable to SiS190 so

svn commit: r207380 - head/sys/dev/sge

2010-04-29 Thread Pyun YongHyeon
Author: yongari Date: Thu Apr 29 18:14:14 2010 New Revision: 207380 URL: http://svn.freebsd.org/changeset/base/207380 Log: Enable VLAN hardware tag insertion/stripping. Due to lack of SiS190 controller, I'm not sure whether this is also applicable to SiS190 so this feature is only activated

svn commit: r207382 - head/share/man/man4

2010-04-29 Thread Xin LI
Author: delphij Date: Thu Apr 29 18:32:14 2010 New Revision: 207382 URL: http://svn.freebsd.org/changeset/base/207382 Log: bwn(4) will first appear in FreeBSD 8.1-RELEASE. MFC after:1 week Modified: head/share/man/man4/bwn.4 Modified: head/share/man/man4/bwn.4

svn commit: r207383 - head/gnu/usr.bin/groff/tmac

2010-04-29 Thread Xin LI
Author: delphij Date: Thu Apr 29 18:37:56 2010 New Revision: 207383 URL: http://svn.freebsd.org/changeset/base/207383 Log: Add FreeBSD 8.1 to known list as it's being referenced by a couple of manpages already. MFC after:3 days Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

Re: svn commit: r207370 - head/sys/net80211

2010-04-29 Thread Rui Paulo
On 29 Apr 2010, at 16:23, Kostik Belousov wrote: On Thu, Apr 29, 2010 at 03:19:11PM +, Rui Paulo wrote: Author: rpaulo Date: Thu Apr 29 15:19:11 2010 New Revision: 207370 URL: http://svn.freebsd.org/changeset/base/207370 Log: Decrement rxa_pad due to the addition of rxa_private.

svn commit: r207390 - head/sbin/hastd

2010-04-29 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Apr 29 21:55:20 2010 New Revision: 207390 URL: http://svn.freebsd.org/changeset/base/207390 Log: Default connection timeout is way too long. To make it shorter we have to make socket non-blocking, connect() and if we get EINPROGRESS, we have to wait using select().

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

2010-04-29 Thread David Christensen
Author: davidch Date: Thu Apr 29 22:00:57 2010 New Revision: 207391 URL: http://svn.freebsd.org/changeset/base/207391 Log: - Pass flow control settings back to bce(4). MFC after:Two weeks Modified: head/sys/dev/mii/brgphy.c Modified: head/sys/dev/mii/brgphy.c

svn commit: r207404 - head/sys/modules/usb/usb

2010-04-29 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 29 22:51:18 2010 New Revision: 207404 URL: http://svn.freebsd.org/changeset/base/207404 Log: usb_controller.c requires opt_ddb.h Modified: head/sys/modules/usb/usb/Makefile Modified: head/sys/modules/usb/usb/Makefile

Re: svn commit: r207419 - head/sys/i386/xen

2010-04-29 Thread Alan Cox
Kip Macy wrote: Author: kmacy Date: Fri Apr 30 03:26:12 2010 New Revision: 207419 URL: http://svn.freebsd.org/changeset/base/207419 Log: merge 194209 in to the i386/xen pmap requested by: alc@ Modified: head/sys/i386/xen/pmap.c Thanks. Alan