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

2014-02-05 Thread Hans Petter Selasky
Author: hselasky Date: Wed Feb 5 08:02:52 2014 New Revision: 261505 URL: http://svnweb.freebsd.org/changeset/base/261505 Log: Fix a regression issue. Contiguous single segment allocations above PAGE_SIZE bytes should only use one USB page structure. Fixes a problem with some external

svn commit: r261506 - head/sys/dev/usb/wlan

2014-02-05 Thread Kevin Lo
Author: kevlo Date: Wed Feb 5 08:09:02 2014 New Revision: 261506 URL: http://svnweb.freebsd.org/changeset/base/261506 Log: Correct setting R92C_TXAGC_MCS11_MCS08 register. Modified: head/sys/dev/usb/wlan/if_urtwn.c Modified: head/sys/dev/usb/wlan/if_urtwn.c

svn commit: r261507 - head/sys/dev/sound/pci/hda

2014-02-05 Thread Hans Petter Selasky
Author: hselasky Date: Wed Feb 5 08:27:02 2014 New Revision: 261507 URL: http://svnweb.freebsd.org/changeset/base/261507 Log: Add more quirks for making builtin audio speakers work with more MacBookPro's. Only tested with MacBookPro 9,2. Obtained from:Linux MFC after:1

svn commit: r261508 - head/sys/dev/sound/pci/hda

2014-02-05 Thread Hans Petter Selasky
Author: hselasky Date: Wed Feb 5 08:29:24 2014 New Revision: 261508 URL: http://svnweb.freebsd.org/changeset/base/261508 Log: Use system macro instead of own hand-rolled one. Modified: head/sys/dev/sound/pci/hda/hdaa_patches.c Modified: head/sys/dev/sound/pci/hda/hdaa_patches.c

svn commit: r261509 - in stable/10: etc sys/conf sys/dev/usb sys/dev/usb/input sys/modules/usb sys/modules/usb/wsp

2014-02-05 Thread Hans Petter Selasky
Author: hselasky Date: Wed Feb 5 08:40:02 2014 New Revision: 261509 URL: http://svnweb.freebsd.org/changeset/base/261509 Log: MFC r261260, r261262, r261315 and r261343: Add support for trackpads found in Apple MacBook products. While at it add some missing devd entries. Added:

svn commit: r261510 - in stable/9: etc sys/conf sys/dev/usb sys/dev/usb/input sys/modules/usb sys/modules/usb/wsp

2014-02-05 Thread Hans Petter Selasky
Author: hselasky Date: Wed Feb 5 08:42:59 2014 New Revision: 261510 URL: http://svnweb.freebsd.org/changeset/base/261510 Log: MFC r261260, r261262, r261315 and r261343: Add support for trackpads found in Apple MacBook products. While at it add some missing devd entries. Added:

svn commit: r261511 - head/usr.sbin/pwd_mkdb

2014-02-05 Thread Dag-Erling Smørgrav
Author: des Date: Wed Feb 5 09:28:02 2014 New Revision: 261511 URL: http://svnweb.freebsd.org/changeset/base/261511 Log: Add an example of the most common use case. MFC after:1 week Modified: head/usr.sbin/pwd_mkdb/pwd_mkdb.8 Modified: head/usr.sbin/pwd_mkdb/pwd_mkdb.8

svn commit: r261512 - head/usr.bin/nfsstat

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 14:33:22 2014 New Revision: 261512 URL: http://svnweb.freebsd.org/changeset/base/261512 Log: Partially revert r52493 and change client side interval statistics to report the actual number of RPCs issued, not the theoretical number that would be issued if all

svn commit: r261513 - in head/sys: arm/arm arm/broadcom/bcm2835 arm/freescale/imx arm/mv conf dev/fdt dev/ofw dev/powermac_nvram mips/beri mips/mips powerpc/mambo powerpc/mpc85xx powerpc/ofw powerp...

2014-02-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Feb 5 14:44:22 2014 New Revision: 261513 URL: http://svnweb.freebsd.org/changeset/base/261513 Log: Move Open Firmware device root on PowerPC, ARM, and MIPS systems to a sub-node of nexus (ofwbus) rather than direct attach under nexus. This fixes FDT on x86 and

svn commit: r261514 - head/usr.bin/nfsstat

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 14:44:59 2014 New Revision: 261514 URL: http://svnweb.freebsd.org/changeset/base/261514 Log: Use the DELTA() macro to tidy the server-side interval stats code a bit. MFC after:2 weeks Modified: head/usr.bin/nfsstat/nfsstat.c Modified:

svn commit: r261515 - head/sys/dev/isp

2014-02-05 Thread Alexander Motin
Author: mav Date: Wed Feb 5 16:22:02 2014 New Revision: 261515 URL: http://svnweb.freebsd.org/changeset/base/261515 Log: Fix I/O freezes in some cases, caused by r257916. Delaying isp_reqodx update, we should be ready to update it every time we read it. Otherwise requests using several

svn commit: r261516 - head/sys/boot/fdt/dts

2014-02-05 Thread Luiz Otavio O Souza
Author: loos Date: Wed Feb 5 17:08:55 2014 New Revision: 261516 URL: http://svnweb.freebsd.org/changeset/base/261516 Log: Add the missing ')' at end of sentence. Reword it to use a more common idiom. Reviewed by: imp (on freebsd-embedded@) Approved by: adrian (mentor, implicit)

svn commit: r261517 - head/sys/boot/i386/pxeldr

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 17:22:54 2014 New Revision: 261517 URL: http://svnweb.freebsd.org/changeset/base/261517 Log: Similar to r130943 for cdboot.S, update the license on this file to a stock 2-clause BSD license. MFC after:1 week Modified: head/sys/boot/i386/pxeldr/pxeldr.S

svn commit: r261518 - head/share/man/man3

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 17:41:00 2014 New Revision: 261518 URL: http://svnweb.freebsd.org/changeset/base/261518 Log: - Update a few places to account for va_copy(). - Create a separate 'return values' section and move some statements about return values to that section. - Note that

svn commit: r261520 - in head: sbin/hastd sys/boot/i386/cdboot sys/dev/pci sys/kern sys/sys sys/x86/acpica sys/x86/include sys/x86/isa sys/x86/x86

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 18:13:27 2014 New Revision: 261520 URL: http://svnweb.freebsd.org/changeset/base/261520 Log: Drop the 3rd clause from all 3 clause BSD licenses where I am the sole holder to convert them to 2 clause BSD licenses. MFC after:1 week Modified:

svn commit: r261521 - head/tools/build/mk

2014-02-05 Thread Antoine Brodin
Author: antoine Date: Wed Feb 5 18:16:18 2014 New Revision: 261521 URL: http://svnweb.freebsd.org/changeset/base/261521 Log: Add files to remove WITHOUT_NIS PR: 186412 Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified:

svn commit: r261519 - head/sys/x86/x86

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 18:11:46 2014 New Revision: 261519 URL: http://svnweb.freebsd.org/changeset/base/261519 Log: Move a warning about LINT pins configured with a level trigger under bootverbose. Modified: head/sys/x86/x86/local_apic.c Modified: head/sys/x86/x86/local_apic.c

svn commit: r261522 - head/sys/boot/i386/gptboot

2014-02-05 Thread Warren Block
Author: wblock (doc committer) Date: Wed Feb 5 18:26:30 2014 New Revision: 261522 URL: http://svnweb.freebsd.org/changeset/base/261522 Log: Describe the use of a freebsd-boot GPT partition, brought up by Scot Hetzel swhet...@gmail.com on the -doc mailing list. Also modify the Author

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

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 19:23:05 2014 New Revision: 261523 URL: http://svnweb.freebsd.org/changeset/base/261523 Log: Fix a typo. Modified: head/sys/dev/pci/pci_subr.c Modified: head/sys/dev/pci/pci_subr.c ==

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

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 19:24:16 2014 New Revision: 261524 URL: http://svnweb.freebsd.org/changeset/base/261524 Log: Properly set the alignment flags when allocating the initial range for a BAR. This only really matters when pci_do_realloc_bars is enabled and the initial allocation of

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-05 Thread John Baldwin
On Monday, February 03, 2014 03:53:36 PM Doug Ambrisko wrote: On Fri, Jan 31, 2014 at 06:28:27PM -0700, James Gritton wrote: | On 1/31/2014 2:30 PM, Alexander Leidinger wrote: | On Fri, 31 Jan 2014 12:34:48 + (GMT) | | Robert Watson rwat...@freebsd.org wrote: | On Wed, 29 Jan 2014,

Re: svn commit: r261511 - head/usr.sbin/pwd_mkdb

2014-02-05 Thread John Baldwin
On Wednesday, February 05, 2014 09:28:02 AM Dag-Erling SmXXrgrav wrote: Author: des Date: Wed Feb 5 09:28:02 2014 New Revision: 261511 URL: http://svnweb.freebsd.org/changeset/base/261511 Log: Add an example of the most common use case. MFC after: 1 week I've always used -p to

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-05 Thread Doug Ambrisko
On Wed, Feb 05, 2014 at 02:05:29PM -0500, John Baldwin wrote: | On Monday, February 03, 2014 03:53:36 PM Doug Ambrisko wrote: | On Fri, Jan 31, 2014 at 06:28:27PM -0700, James Gritton wrote: | | On 1/31/2014 2:30 PM, Alexander Leidinger wrote: | | On Fri, 31 Jan 2014 12:34:48 + (GMT) | |

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-05 Thread Robert N. M. Watson
On 5 Feb 2014, at 19:05, John Baldwin j...@freebsd.org wrote: A short term solution that would permit non-security jails without having to do the longer term work that Robert would like might be to add a new per-jail flag that in effect means no security at all. You would then modify one

svn commit: r261525 - head/usr.bin/netstat

2014-02-05 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 5 20:43:03 2014 New Revision: 261525 URL: http://svnweb.freebsd.org/changeset/base/261525 Log: Print the MD5 signature information introduced in r221023 in the TCP statistics output. MFC after:3 weeks Modified: head/usr.bin/netstat/inet.c Modified:

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

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 20:47:49 2014 New Revision: 261526 URL: http://svnweb.freebsd.org/changeset/base/261526 Log: Simplify pci_reserve_map() by calling resource_list_reserve() to allocate the resource after creating a resource list entry rather than reimplementing it by hand.

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

2014-02-05 Thread John Baldwin
Author: jhb Date: Wed Feb 5 20:52:12 2014 New Revision: 261527 URL: http://svnweb.freebsd.org/changeset/base/261527 Log: Add two tunables to ignore certain firmware-assigned resources. These are mostly useful for debugging. - hw.pci.clear_bars ignores all firmware-assigned ranges for BARs

svn commit: r261528 - head/sys/dev/ed

2014-02-05 Thread Marius Strobl
Author: marius Date: Wed Feb 5 22:21:08 2014 New Revision: 261528 URL: http://svnweb.freebsd.org/changeset/base/261528 Log: Add bus space barriers for page switches missed in r260050. Modified: head/sys/dev/ed/if_ed.c head/sys/dev/ed/if_ed_hpp.c Modified: head/sys/dev/ed/if_ed.c

svn commit: r261529 - head/sys/pci

2014-02-05 Thread Marius Strobl
Author: marius Date: Wed Feb 5 22:27:49 2014 New Revision: 261529 URL: http://svnweb.freebsd.org/changeset/base/261529 Log: Try to make the style used here consistent. Modified: head/sys/pci/if_rlreg.h Modified: head/sys/pci/if_rlreg.h

svn commit: r261530 - head/lib/libstand

2014-02-05 Thread Ian Lepore
Author: ian Date: Wed Feb 5 22:53:58 2014 New Revision: 261530 URL: http://svnweb.freebsd.org/changeset/base/261530 Log: Set the malloc alignment to 64 bytes on platforms that use the U-Boot API device drivers. Recent versions of u-boot run with the MMU enabled, and require DMA-based I/O

svn commit: r261531 - in head/sys: dev/re pci

2014-02-05 Thread Marius Strobl
Author: marius Date: Wed Feb 5 23:13:40 2014 New Revision: 261531 URL: http://svnweb.freebsd.org/changeset/base/261531 Log: - Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's Linux driver as version 8.037.00 for RTL8168{E-VL,EP,F,G,GU} and RTL8111B. This makes

Re: svn commit: r261216 - head/sys/dev/pccbb

2014-02-05 Thread Gavin Atkinson
On Tue, 4 Feb 2014, John Baldwin wrote: On Sunday, February 02, 2014 5:34:58 pm Gavin Atkinson wrote: On Mon, 27 Jan 2014, John Baldwin wrote: Author: jhb Date: Mon Jan 27 19:49:52 2014 New Revision: 261216 URL: http://svnweb.freebsd.org/changeset/base/261216 Log:

svn commit: r261532 - stable/10/sys/conf

2014-02-05 Thread Rui Paulo
Author: rpaulo Date: Thu Feb 6 02:12:39 2014 New Revision: 261532 URL: http://svnweb.freebsd.org/changeset/base/261532 Log: MFC r261432 Fix the definition of hg_cmd. Modified: stable/10/sys/conf/newvers.sh Directory Properties: stable/10/ (props changed) Modified:

svn commit: r261533 - head/sys/dev/cxgbe

2014-02-05 Thread Navdeep Parhar
Author: np Date: Thu Feb 6 02:34:29 2014 New Revision: 261533 URL: http://svnweb.freebsd.org/changeset/base/261533 Log: cxgbe(4): Use the port's tx channel to identify it to t4_clr_port_stats. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified:

svn commit: r261534 - head/tools/tools/cxgbetool

2014-02-05 Thread Navdeep Parhar
Author: np Date: Thu Feb 6 02:36:12 2014 New Revision: 261534 URL: http://svnweb.freebsd.org/changeset/base/261534 Log: cxgbetool: Display the congestion channel map in hex. MFC after:1 week Modified: head/tools/tools/cxgbetool/cxgbetool.c Modified:

svn commit: r261535 - head/sys/dev/mfi

2014-02-05 Thread Mark Johnston
Author: markj Date: Thu Feb 6 02:54:04 2014 New Revision: 261535 URL: http://svnweb.freebsd.org/changeset/base/261535 Log: Add support for MegaRAID Fury cards. The main change needed to boot from a 9341-4i controller was to ensure that scatter/gather lists are ended with an end-of-list

svn commit: r261536 - head/sys/dev/cxgbe

2014-02-05 Thread Navdeep Parhar
Author: np Date: Thu Feb 6 03:21:43 2014 New Revision: 261536 URL: http://svnweb.freebsd.org/changeset/base/261536 Log: cxgbe(4): The T5 allows for a different freelist starvation threshold for queues with buffer packing. Use the correct value to calculate a freelist's low water mark.

svn commit: r261537 - in head/sys/dev/cxgbe: . common

2014-02-05 Thread Navdeep Parhar
Author: np Date: Thu Feb 6 03:30:12 2014 New Revision: 261537 URL: http://svnweb.freebsd.org/changeset/base/261537 Log: cxgbe(4): Use the rx channel map (instead of the tx channel map) as the congestion channel map. MFC after:1 week Modified: head/sys/dev/cxgbe/adapter.h

svn commit: r261538 - head/sys/cam/ctl

2014-02-05 Thread Alexander Motin
Author: mav Date: Thu Feb 6 03:54:58 2014 New Revision: 261538 URL: http://svnweb.freebsd.org/changeset/base/261538 Log: Make CTL block backend return proper error code for operations unsupposed by the underlying device. MFC after:2 weeks Modified:

svn commit: r261539 - stable/9/sys/modules/mps

2014-02-05 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 6 07:55:50 2014 New Revision: 261539 URL: http://svnweb.freebsd.org/changeset/base/261539 Log: MFC: r233049 by rmh Remove gratuitous DEBUG_FLAGS=-g setting (this is already the default option with GENERIC kernels). PR: 179536 Submitted by:

svn commit: r261540 - stable/8/sys/modules/mps

2014-02-05 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 6 07:59:05 2014 New Revision: 261540 URL: http://svnweb.freebsd.org/changeset/base/261540 Log: MFC: r233049 by rmh Remove gratuitous DEBUG_FLAGS=-g setting (this is already the default option with GENERIC kernels). PR: 179536 Submitted by: