svn commit: r250355 - head/sys/dev/ath

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 07:30:33 2013 New Revision: 250355 URL: http://svnweb.freebsd.org/changeset/base/250355 Log: Revert a previous commit - this is causing hardware errors. I'm not sure why this is failing. The holding descriptor should be being re-read when starting DMA of

svn commit: r250356 - head/sys/dev/ath

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 08:53:55 2013 New Revision: 250356 URL: http://svnweb.freebsd.org/changeset/base/250356 Log: This shouldn't have made it into this commit, sorry. Modified: head/sys/dev/ath/if_ath_misc.h Modified: head/sys/dev/ath/if_ath_misc.h

svn commit: r250357 - head/sys/arm/freescale/imx

2013-05-08 Thread Aleksandr Rybalko
Author: ray Date: Wed May 8 09:42:50 2013 New Revision: 250357 URL: http://svnweb.freebsd.org/changeset/base/250357 Log: Update copyright date. Modified: head/sys/arm/freescale/imx/bus_space.c head/sys/arm/freescale/imx/common.c head/sys/arm/freescale/imx/console.c

svn commit: r250358 - stable/9/sys/amd64/amd64

2013-05-08 Thread Konstantin Belousov
Author: kib Date: Wed May 8 10:11:31 2013 New Revision: 250358 URL: http://svnweb.freebsd.org/changeset/base/250358 Log: MFC r250152: The check to ensure that xstate_bv always has XFEATURE_ENABLED_X87 and XFEATURE_ENABLED_SSE bits set is not needed. CPU correctly handles any bitmask

svn commit: r250359 - stable/9/sys/amd64/amd64

2013-05-08 Thread Konstantin Belousov
Author: kib Date: Wed May 8 10:14:46 2013 New Revision: 250359 URL: http://svnweb.freebsd.org/changeset/base/250359 Log: MFC r250153: Partially saved extended state must be handled always, i.e. for both fpu-owned context, and for pcb-saved one. More, the XSAVE could do partial save,

svn commit: r250361 - head/sys/vm

2013-05-08 Thread Attilio Rao
Author: attilio Date: Wed May 8 10:55:39 2013 New Revision: 250361 URL: http://svnweb.freebsd.org/changeset/base/250361 Log: Fix-up r250338 by completing the removal of VM_NDOMAIN in favor of MAXMEMDOM. This unbreak builds. Sponsored by: EMC / Isilon storage division Reported by:

Re: svn commit: r250338 - in head/sys: amd64/include arm/include conf i386/include ia64/include mips/include powerpc/include sparc64/include vm x86/acpica

2013-05-08 Thread Attilio Rao
On Wed, May 8, 2013 at 5:21 AM, Adrian Chadd adr...@freebsd.org wrote: Hi, This broke a fresh buildworld for me. sys/vm/vm_phys.c still references VM_NDOMAIN. Fixed in r250361. Sorry for the breakage. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein

svn commit: r250363 - in head/sys: dev/acpi_support modules/acpi/acpi_rapidstart

2013-05-08 Thread Takanori Watanabe
Author: takawata Date: Wed May 8 12:53:21 2013 New Revision: 250363 URL: http://svnweb.freebsd.org/changeset/base/250363 Log: A driver for Intel Rapid Start Technology ACPI device. Note that it is just for 'Advanced' configuration for Rapid start technology. Added:

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

2013-05-08 Thread Takanori Watanabe
Author: takawata Date: Wed May 8 13:26:17 2013 New Revision: 250364 URL: http://svnweb.freebsd.org/changeset/base/250364 Log: Manual page for acpi_rapidstart(4) driver. Description of fields to fill in above: 76 columns --| PR:If a GNATS PR is

svn commit: r250365 - head/sys/kern

2013-05-08 Thread Andre Oppermann
Author: andre Date: Wed May 8 14:13:14 2013 New Revision: 250365 URL: http://svnweb.freebsd.org/changeset/base/250365 Log: When the accept queue is full print the number of already pending new connections instead of by how many we're over the limit, which is always 1. Noticed by:

svn commit: r250366 - in stable/9/sys: cam conf

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 15:45:52 2013 New Revision: 250366 URL: http://svnweb.freebsd.org/changeset/base/250366 Log: MFC r249664 Expose CAM_BOOT_DELAY as a kernel conf item now. This allows users who boot without loader to adjust their environments around slightly buggy or

svn commit: r250367 - stable/9/sys/dev/ciss

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 15:47:51 2013 New Revision: 250367 URL: http://svnweb.freebsd.org/changeset/base/250367 Log: MFC r249815 Return a lun count of 1 and a lun id of 0 when CAM attempts a REPORT_LUNS command on a disk device. This quieseces some noise on the console that

svn commit: r250368 - stable/8/sys/dev/ciss

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 15:48:36 2013 New Revision: 250368 URL: http://svnweb.freebsd.org/changeset/base/250368 Log: MFC r249815 Return a lun count of 1 and a lun id of 0 when CAM attempts a REPORT_LUNS command on a disk device. This quieseces some noise on the console that

svn commit: r250369 - stable/7/sys/dev/ciss

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 15:50:24 2013 New Revision: 250369 URL: http://svnweb.freebsd.org/changeset/base/250369 Log: MFC r249815 Return a lun count of 1 and a lun id of 0 when CAM attempts a REPORT_LUNS command on a disk device. This quieseces some noise on the console that

svn commit: r250370 - in stable/9: share/man/man4 sys/dev/e1000

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 15:55:29 2013 New Revision: 250370 URL: http://svnweb.freebsd.org/changeset/base/250370 Log: MFC r249070 Update man page for igb(4) with a little bit of information about hw.igb.num_queues for those so inclined. Modified: stable/9/share/man/man4/igb.4

Re: svn commit: r250339 - head/sys/x86/acpica

2013-05-08 Thread John Baldwin
On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: Author: attilio Date: Tue May 7 22:49:56 2013 New Revision: 250339 URL: http://svnweb.freebsd.org/changeset/base/250339 Log: Add functions to do ACPI System Locality Information Table parsing and printing at boot. For

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

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 16:29:12 2013 New Revision: 250371 URL: http://svnweb.freebsd.org/changeset/base/250371 Log: s/Numer/Number/ Submitted by: Jeremy Chadwick j...@koitsu.org Modified: head/share/man/man4/igb.4 Modified: head/share/man/man4/igb.4

svn commit: r250372 - stable/9/share/man/man4

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 16:31:11 2013 New Revision: 250372 URL: http://svnweb.freebsd.org/changeset/base/250372 Log: MFC r250371 s/Numer/Number/ Modified: stable/9/share/man/man4/igb.4 Directory Properties: stable/9/share/man/man4/ (props changed) Modified:

svn commit: r250373 - stable/9/sys/dev/hwpmc

2013-05-08 Thread Hiren Panchasara
Author: hiren Date: Wed May 8 16:43:52 2013 New Revision: 250373 URL: http://svnweb.freebsd.org/changeset/base/250373 Log: MFC: 233569 Fix crash on VirtualBox (and probably on some real hardware): - Do not cover error returned by pmc_core_initialize with the result of

svn commit: r250374 - head/sys/ofed/include/linux

2013-05-08 Thread Xin LI
Author: delphij Date: Wed May 8 17:45:22 2013 New Revision: 250374 URL: http://svnweb.freebsd.org/changeset/base/250374 Log: According to the documentation, on Linux, cancel_delayed_work() does not do drain (flush_workqueue() in Linux terms) but instead returns true if the work was removed

Re: svn commit: r250339 - head/sys/x86/acpica

2013-05-08 Thread Attilio Rao
On Wed, May 8, 2013 at 6:01 PM, John Baldwin j...@freebsd.org wrote: On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: Author: attilio Date: Tue May 7 22:49:56 2013 New Revision: 250339 URL: http://svnweb.freebsd.org/changeset/base/250339 Log: Add functions to do ACPI System

svn commit: r250375 - head/sys/dev/qlxgb

2013-05-08 Thread David C Somayajulu
Author: davidcs Date: Wed May 8 18:25:46 2013 New Revision: 250375 URL: http://svnweb.freebsd.org/changeset/base/250375 Log: No need to set if_mtu since it automatically updated by ether_ifattach(). Use if_initbaudrate() to set baudrate. Add IFCAP_LINKSTATE to if_capabilities.

svn commit: r250376 - in stable/9/sys: kern sys

2013-05-08 Thread Mikolaj Golub
Author: trociny Date: Wed May 8 18:39:12 2013 New Revision: 250376 URL: http://svnweb.freebsd.org/changeset/base/250376 Log: MFC r249487: Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(), and kern_proc_vmmap_out() functions to output process kinfo structures to

svn commit: r250377 - head/sbin/growfs

2013-05-08 Thread Eitan Adler
Author: eadler Date: Wed May 8 18:55:38 2013 New Revision: 250377 URL: http://svnweb.freebsd.org/changeset/base/250377 Log: Allow the use of lowercase 'yes' PR: bin/178422 Submitted by: Garrett Cooper yaneurab...@gmail.com Modified: head/sbin/growfs/growfs.c Modified:

svn commit: r250378 - head/lib/libprocstat

2013-05-08 Thread Mikolaj Golub
Author: trociny Date: Wed May 8 19:11:47 2013 New Revision: 250378 URL: http://svnweb.freebsd.org/changeset/base/250378 Log: Make errbuf optional, so if a caller is not interested in an error message she can pass NULL (procstat(1) already does this). MFC after:2 weeks Modified:

svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-08 Thread Mikolaj Golub
Author: trociny Date: Wed May 8 20:03:37 2013 New Revision: 250379 URL: http://svnweb.freebsd.org/changeset/base/250379 Log: HAST module for bsnmpd(1). Reviewed by: harti, pjd MFC after:2 weeks Added: head/usr.sbin/bsnmpd/modules/snmp_hast/

svn commit: r250380 - head/contrib/bsnmp

2013-05-08 Thread Mikolaj Golub
Author: trociny Date: Wed May 8 20:04:32 2013 New Revision: 250380 URL: http://svnweb.freebsd.org/changeset/base/250380 Log: Register OID for HAST module. MFC after:2 weeks Modified: head/contrib/bsnmp/oid-list Modified: head/contrib/bsnmp/oid-list

svn commit: r250381 - head/sys/dev/etherswitch

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:46:54 2013 New Revision: 250381 URL: http://svnweb.freebsd.org/changeset/base/250381 Log: Add the ability to change the vlan operation mode. This adds a vlan capability field to etherswitch_info structure and some definitions of ports flags. It

svn commit: r250382 - head/sbin/etherswitchcfg

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:52:22 2013 New Revision: 250382 URL: http://svnweb.freebsd.org/changeset/base/250382 Log: Add vlan configuration support to etherswitchcfg. This adds the support to the config keyword (vlan operation mode), ports flags, prints the vlan mode and vlan

Re: svn commit: r250339 - head/sys/x86/acpica

2013-05-08 Thread John Baldwin
On Wednesday, May 08, 2013 2:21:12 pm Attilio Rao wrote: On Wed, May 8, 2013 at 6:01 PM, John Baldwin j...@freebsd.org wrote: On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: Author: attilio Date: Tue May 7 22:49:56 2013 New Revision: 250339 URL:

svn commit: r250383 - head/sys/dev/etherswitch/arswitch

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:54:59 2013 New Revision: 250383 URL: http://svnweb.freebsd.org/changeset/base/250383 Log: Correctly mark the CPU port. Submitted by: Luiz Otavio O Souza loos...@gmail.com Reviewed by: ray Modified: head/sys/dev/etherswitch/arswitch/arswitch.c

svn commit: r250384 - head/sys/dev/etherswitch/ukswitch

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:56:43 2013 New Revision: 250384 URL: http://svnweb.freebsd.org/changeset/base/250384 Log: Fix the ukswitch code to work with the new vlan changes: * Fix API changes; * remove unused code; * Allow some switches to be used that don't expose a set of PHY

svn commit: r250385 - head/sys/mips/conf

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:57:37 2013 New Revision: 250385 URL: http://svnweb.freebsd.org/changeset/base/250385 Log: Modify the routerstation config to use ukswitch for now. Until an ADM6996 driver shows up, this allows for the two switch ports to be used. Submitted by: Luiz

svn commit: r250386 - in head/sys: conf dev/etherswitch/ip17x

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 20:58:41 2013 New Revision: 250386 URL: http://svnweb.freebsd.org/changeset/base/250386 Log: Bring in a basic ethernet switch driver for the IP17x series of switches. These are notably found on some AR71xx based Mikrotik boards. Submitted by: Luiz

svn commit: r250387 - head/sbin/etherswitchcfg

2013-05-08 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 8 21:02:48 2013 New Revision: 250387 URL: http://svnweb.freebsd.org/changeset/base/250387 Log: mdoc: new sentence, new line. Modified: head/sbin/etherswitchcfg/etherswitchcfg.8 Modified: head/sbin/etherswitchcfg/etherswitchcfg.8

svn commit: r250388 - head/sbin/ping6

2013-05-08 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 8 21:04:19 2013 New Revision: 250388 URL: http://svnweb.freebsd.org/changeset/base/250388 Log: Remove EOL whitespace. Modified: head/sbin/ping6/ping6.8 Modified: head/sbin/ping6/ping6.8

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

2013-05-08 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 8 21:07:11 2013 New Revision: 250390 URL: http://svnweb.freebsd.org/changeset/base/250390 Log: Minor improvements. Modified: head/share/man/man4/acpi_rapidstart.4 Modified: head/share/man/man4/acpi_rapidstart.4

Re: svn commit: r250339 - head/sys/x86/acpica

2013-05-08 Thread Attilio Rao
On Wed, May 8, 2013 at 10:53 PM, John Baldwin j...@freebsd.org wrote: On Wednesday, May 08, 2013 2:21:12 pm Attilio Rao wrote: On Wed, May 8, 2013 at 6:01 PM, John Baldwin j...@freebsd.org wrote: On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: Author: attilio Date: Tue May 7

svn commit: r250391 - head/sys/dev/ath

2013-05-08 Thread Adrian Chadd
Author: adrian Date: Wed May 8 21:23:51 2013 New Revision: 250391 URL: http://svnweb.freebsd.org/changeset/base/250391 Log: Fix the holding descriptor logic to actually be right (for values of right.) Flip back on the always continue TX DMA using the holding descriptor code - by

svn commit: r250392 - head/contrib/gcc/config/i386

2013-05-08 Thread Dimitry Andric
Author: dim Date: Wed May 8 22:50:36 2013 New Revision: 250392 URL: http://svnweb.freebsd.org/changeset/base/250392 Log: For some reason, the gcc intrinsics header tmmintrin.h was imported with two copies of itself pasted together. Remove the extraneous copy. MFC after:3 days

Re: svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-08 Thread Peter Wemm
On Wed, May 8, 2013 at 1:03 PM, Mikolaj Golub troc...@freebsd.org wrote: Author: trociny Date: Wed May 8 20:03:37 2013 New Revision: 250379 URL: http://svnweb.freebsd.org/changeset/base/250379 Log: HAST module for bsnmpd(1). Reviewed by: harti, pjd MFC after:2 weeks This

svn commit: r250394 - head/usr.sbin/bsnmpd/modules

2013-05-08 Thread Peter Wemm
Author: peter Date: Wed May 8 23:30:24 2013 New Revision: 250394 URL: http://svnweb.freebsd.org/changeset/base/250394 Log: Unbreak build - this can only build on i386 as-is due to use of libl in a .so file, and we currently (intentionally) only build libl.a. Modified:

Re: svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-08 Thread Peter Wemm
On Wed, May 8, 2013 at 4:25 PM, Peter Wemm pe...@wemm.org wrote: On Wed, May 8, 2013 at 1:03 PM, Mikolaj Golub troc...@freebsd.org wrote: Author: trociny Date: Wed May 8 20:03:37 2013 New Revision: 250379 URL: http://svnweb.freebsd.org/changeset/base/250379 Log: HAST module for

Re: svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-08 Thread Glen Barber
On Wed, May 08, 2013 at 04:44:54PM -0700, Peter Wemm wrote: Hmm. It seems clang optimizes something away that gcc doesn't. When building with clang the problem doesn't show up. This is becoming more and more common of a problem... :( Glen pgp9cCONqb8UF.pgp Description: PGP signature

svn commit: r250395 - head/sys/sys

2013-05-08 Thread Attilio Rao
Author: attilio Date: Thu May 9 00:04:59 2013 New Revision: 250395 URL: http://svnweb.freebsd.org/changeset/base/250395 Log: Generalize the bitset operations, present in cpuset and offer a KPI to redefine such operations for different consumers. This will be used when NUMA support will be

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

2013-05-08 Thread Eitan Adler
Author: eadler Date: Thu May 9 02:04:28 2013 New Revision: 250400 URL: http://svnweb.freebsd.org/changeset/base/250400 Log: Start sentences on new lines. Modified: head/share/man/man3/queue.3 Modified: head/share/man/man3/queue.3

svn commit: r250402 - head/lib/libthr/thread

2013-05-08 Thread David Xu
Author: davidxu Date: Thu May 9 04:41:03 2013 New Revision: 250402 URL: http://svnweb.freebsd.org/changeset/base/250402 Log: Fix return value for setcontext and swapcontext. Modified: head/lib/libthr/thread/thr_sig.c Modified: head/lib/libthr/thread/thr_sig.c