svn commit: r188909 - in stable/7/sys: . amd64/amd64 contrib/pf dev/ath/ath_hal dev/cxgb i386/i386

2009-02-21 Thread Alan Cox
Author: alc Date: Sun Feb 22 03:02:46 2009 New Revision: 188909 URL: http://svn.freebsd.org/changeset/base/188909 Log: MFC r188608 Remove unnecessary page queues locking around vm_page_busy() and vm_page_wakeup(). Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/amd64/pm

svn commit: r188908 - head/sys/dev/md

2009-02-21 Thread Alan Cox
Author: alc Date: Sun Feb 22 02:50:31 2009 New Revision: 188908 URL: http://svn.freebsd.org/changeset/base/188908 Log: Remove unnecessary page queues locking around vm_page_wakeup(). (This change is applicable to RELENG_7 but not RELENG_6.) MFC after:1 week Modified: head/sys/dev/

svn commit: r188907 - head/sys/dev/usb2/controller

2009-02-21 Thread Andrew Thompson
Author: thompsa Date: Sun Feb 22 01:02:25 2009 New Revision: 188907 URL: http://svn.freebsd.org/changeset/base/188907 Log: Use root_mount_hold and root_mount_rel to allow the USB bus to be explored before trying to mount root. Unlike USB1 the busses are not explored at attach but rather afte

svn commit: r188906 - in head/sys/dev/ata: . chipsets

2009-02-21 Thread Alexander Motin
Author: mav Date: Sat Feb 21 23:46:34 2009 New Revision: 188906 URL: http://svn.freebsd.org/changeset/base/188906 Log: Use only higher half of device signature to identify device type. Some devices return incorrect values in lower part confusing detection, while higher part itself gives enou

svn commit: r188905 - head/sys/dev/ata/chipsets

2009-02-21 Thread Alexander Motin
Author: mav Date: Sat Feb 21 23:42:28 2009 New Revision: 188905 URL: http://svn.freebsd.org/changeset/base/188905 Log: Increase initial busy waiting time. If drive was hot-plugged, it may need much time to spin-up. Modified: head/sys/dev/ata/chipsets/ata-ahci.c Modified: head/sys/dev/ata/c

svn commit: r188904 - in head/sys: amd64/amd64 i386/i386

2009-02-21 Thread Jeff Roberson
Author: jeff Date: Sat Feb 21 23:15:34 2009 New Revision: 188904 URL: http://svn.freebsd.org/changeset/base/188904 Log: - Resolve an issue where we may clear an idt while an interrupt on a different cpu is still assigned to that vector by never clearing idt entries. This was only pro

svn commit: r188903 - in head/sys/dev/ata: . chipsets

2009-02-21 Thread Alexander Motin
Author: mav Date: Sat Feb 21 22:57:26 2009 New Revision: 188903 URL: http://svn.freebsd.org/changeset/base/188903 Log: Improve ata_reinit(): - protect againtst recursions, - add new devices detection using ata_identify(). Improve ata_identify(): - do not add duplicate device if dev

svn commit: r188900 - head/sys/vm

2009-02-21 Thread Alan Cox
Author: alc Date: Sat Feb 21 20:57:25 2009 New Revision: 188900 URL: http://svn.freebsd.org/changeset/base/188900 Log: Reduce the scope of the page queues lock in vm_object_page_remove(). MFC after:1 week Modified: head/sys/vm/vm_object.c Modified: head/sys/vm/vm_object.c ==

svn commit: r188899 - head/sys/geom/part

2009-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sat Feb 21 19:25:13 2009 New Revision: 188899 URL: http://svn.freebsd.org/changeset/base/188899 Log: o When creating the EBR scheme, set the number of entries properly. Otherwise the minimum of 1 is used and you can only insert a single partition/slice and only at

svn commit: r188898 - stable/7/share/man/man4

2009-02-21 Thread Sam Leffler
Author: sam Date: Sat Feb 21 19:19:11 2009 New Revision: 188898 URL: http://svn.freebsd.org/changeset/base/188898 Log: fix cross-refs to wlandebug PR: docs/131927 Submitted by: David Horn Modified: stable/7/share/man/man4/wlan.4 Modified: stable/7/share/man/man4/wlan.4

svn commit: r188897 - head/sys/dev/ata

2009-02-21 Thread Alexander Motin
Author: mav Date: Sat Feb 21 16:39:26 2009 New Revision: 188897 URL: http://svn.freebsd.org/changeset/base/188897 Log: Teach device drivers' ata_reinit() methods, that there can be more then two devices per channel. Modified: head/sys/dev/ata/ata-disk.c head/sys/dev/ata/atapi-cd.c head/

svn commit: r188896 - head/sys/dev/aac

2009-02-21 Thread Attilio Rao
Author: attilio Date: Sat Feb 21 15:40:03 2009 New Revision: 188896 URL: http://svn.freebsd.org/changeset/base/188896 Log: Sync with the official Adaptec vendor driver: [1] Add the support for the NARK controller which seems a variant of the i960Rx. [2] Split up memory regions

svn commit: r188895 - in head: . gnu/lib/csu gnu/lib/libssp lib/csu lib/libstand lib/libthr libexec/rtld-elf rescue/librescue rescue/rescue sys/boot sys/boot/i386/loader sys/boot/ia64/common sys/bo...

2009-02-21 Thread Ruslan Ermilov
Author: ru Date: Sat Feb 21 15:04:31 2009 New Revision: 188895 URL: http://svn.freebsd.org/changeset/base/188895 Log: Fix build when WITH_SSP is set explicitly. Submitted by: Jeremie Le Hen Modified: head/Makefile.inc1 head/gnu/lib/csu/Makefile head/gnu/lib/libssp/Makefile head/lib

Re: svn commit: r188727 - in stable/7: sys sys/contrib/pf sys/dev/ath/ath_hal sys/dev/cxgb sys/kern sys/modules/sem sys/sys tools/regression/posixsem usr.bin/procstat

2009-02-21 Thread Kris Kennaway
John Baldwin wrote: On Wednesday 18 February 2009 3:18:03 am Bruce Simpson wrote: John Baldwin wrote: Author: jhb Date: Tue Feb 17 19:57:52 2009 New Revision: 188727 URL: http://svn.freebsd.org/changeset/base/188727 Log: MFC: Rework the lifetime management of the kernel implementation of P

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

2009-02-21 Thread Jamie Gritton
Author: jamie Date: Sat Feb 21 11:15:38 2009 New Revision: 188894 URL: http://svn.freebsd.org/changeset/base/188894 Log: Add support for methods to the OSD subsystem. Each object type has a predefined set of methods, which are set in osd_register() and called via osd_call(). Currently, no

Re: svn commit: r188831 - head/sys/nfsclient

2009-02-21 Thread Robert Watson
On Thu, 19 Feb 2009, John Baldwin wrote: Author: jhb Date: Thu Feb 19 22:10:39 2009 New Revision: 188831 URL: http://svn.freebsd.org/changeset/base/188831 Log: Don't clear the attribute cache of a file when it is closed. A subsequent open() of the same file will load fresh attributes, so the