svn commit: r223998 - head/etc

2011-07-13 Thread Adrian Chadd
Author: adrian Date: Thu Jul 14 05:49:35 2011 New Revision: 223998 URL: http://svn.freebsd.org/changeset/base/223998 Log: More Japan regulatory domain fixes: * Add HT40 entries for the two new Japan bands * Fix a channel separation bug in one of the new bands I introduced in a previou

svn commit: r223996 - head/etc

2011-07-13 Thread Adrian Chadd
Author: adrian Date: Thu Jul 14 05:19:28 2011 New Revision: 223996 URL: http://svn.freebsd.org/changeset/base/223996 Log: Japan regulatory domain update #1 - sync with CRDA entries. Specifics: * add 4920MHz-4980MHz for 11a and 11n/HT20 * add 5040MHz-5080MHz for 11a and 11n/HT20 * a

svn commit: r223992 - head/sbin/shutdown

2011-07-13 Thread Glen Barber
Author: gjb (doc committer) Date: Thu Jul 14 03:08:10 2011 New Revision: 223992 URL: http://svn.freebsd.org/changeset/base/223992 Log: Remove trailing whitespace in the shutdown(8) manual. MFC after: 1 week Modified: head/sbin/shutdown/shutdown.8 Modified: head/sbin/shutdown/shutdow

svn commit: r223991 - head/sbin/shutdown

2011-07-13 Thread Glen Barber
Author: gjb (doc committer) Date: Thu Jul 14 02:41:45 2011 New Revision: 223991 URL: http://svn.freebsd.org/changeset/base/223991 Log: Improvements to the shutdown(8) manual. PR: 158807 Submitted by: arundel MFC after:1 week Modified: head/sbin/shutdown/shutdown.8 Modi

svn commit: r223989 - head/sys/dev/usb/input

2011-07-13 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jul 13 21:07:50 2011 New Revision: 223989 URL: http://svn.freebsd.org/changeset/base/223989 Log: Fix for dump after shutdown with USB keyboard plugged in. It appears that the system timer is stopped during shutdown and that the pause() statement in ukbd causes infi

svn commit: r223988 - head/sys/fs/devfs

2011-07-13 Thread Konstantin Belousov
Author: kib Date: Wed Jul 13 21:07:41 2011 New Revision: 223988 URL: http://svn.freebsd.org/changeset/base/223988 Log: While fixing the looping of a thread while devfs vnode is reclaimed, r179247 introduced a possibility of devfs_allocv() returning spurious ENOENT. If the vnode is selected b

svn commit: r223986 - head/sys/dev/cas

2011-07-13 Thread Marius Strobl
Author: marius Date: Wed Jul 13 18:52:11 2011 New Revision: 223986 URL: http://svn.freebsd.org/changeset/base/223986 Log: - Expand the scope of the lock in the interrupt routine to close races with checking IFF_DRV_RUNNING and simplify the code. This also involves holding the driver lock

svn commit: r223985 - head/sys/dev/mpt

2011-07-13 Thread Marius Strobl
Author: marius Date: Wed Jul 13 18:48:51 2011 New Revision: 223985 URL: http://svn.freebsd.org/changeset/base/223985 Log: - For SAS but neither FC nor SPI controllers default to using MSI (still allowing their use to be disabled via device hints though). This matches what the correspondi

svn commit: r223984 - head/sys/dev/pci

2011-07-13 Thread Marius Strobl
Author: marius Date: Wed Jul 13 18:35:47 2011 New Revision: 223984 URL: http://svn.freebsd.org/changeset/base/223984 Log: PCIB_ALLOC_MSIX() may already fail on the first pass, f.e. when the PCI-PCI bridge is blacklisted. In that case just return from pci_alloc_msix_method(), otherwise we con

svn commit: r223981 - head/sys/dev/mpt

2011-07-13 Thread Marius Strobl
Author: marius Date: Wed Jul 13 14:10:28 2011 New Revision: 223981 URL: http://svn.freebsd.org/changeset/base/223981 Log: Remove extra empty lines. Modified: head/sys/dev/mpt/mpt_pci.c Modified: head/sys/dev/mpt/mpt_pci.c ==

svn commit: r223980 - head/usr.sbin/bsdinstall/scripts

2011-07-13 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jul 13 13:25:12 2011 New Revision: 223980 URL: http://svn.freebsd.org/changeset/base/223980 Log: Run newaliases at the end of the install process. Submitted by: kevlo Modified: head/usr.sbin/bsdinstall/scripts/config Modified: head/usr.sbin/bsdinstall/script