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

2012-09-17 Thread Andrew Turner
Author: andrew Date: Mon Sep 17 07:14:07 2012 New Revision: 240594 URL: http://svn.freebsd.org/changeset/base/240594 Log: Add the Tegra2 DTS files. Now our dtc supports including other files use this support to pull out the SoC specific parts of the dts file. Added: head/sys/boot/fdt/dts/te

svn commit: r240595 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2012-09-17 Thread Mikolaj Golub
Author: trociny Date: Mon Sep 17 07:32:53 2012 New Revision: 240595 URL: http://svn.freebsd.org/changeset/base/240595 Log: In snmp_hostres, device_map table is used for consistent device table indexing. When a device has gone it is not removed from device_map table but just its entry_p field

Re: svn commit: r240484 - head/sys/dev/fdt

2012-09-17 Thread Grzegorz Bernacki
On 09/16/12 01:27, Aleksandr Rybalko wrote: On Fri, 14 Sep 2012 18:41:13 +0200 Grzegorz Bernacki wrote: On 09/14/12 16:16, Aleksandr Rybalko wrote: On Fri, 14 Sep 2012 09:33:35 + (UTC) Grzegorz Bernacki wrote: Author: gber Date: Fri Sep 14 09:33:35 2012 New Revision: 240484 URL: http:

Re: svn commit: r240595 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2012-09-17 Thread John Rumbaugh
http://www.chumleaf.com On Monday, September 17, 2012 12:34:10 AM UTC-7, Mikolaj Golub wrote: > > Author: trociny > Date: Mon Sep 17 07:32:53 2012 > New Revision: 240595 > URL: http://svn.freebsd.org/changeset/base/240595 > > Log: > In snmp_hostres, devic

svn commit: r240596 - head/sys/arm/conf

2012-09-17 Thread Andrew Turner
Author: andrew Date: Mon Sep 17 09:22:59 2012 New Revision: 240596 URL: http://svn.freebsd.org/changeset/base/240596 Log: Add a kernel config for the Toshiba AC100. The AC100 is an ARM laptop with an NVidia Tegra 2 CPU. Tegra 2 needs an external patch to pmap for atomic operations to work

svn commit: r240597 - head/sys/dev/usb/net

2012-09-17 Thread Kevin Lo
Author: kevlo Date: Mon Sep 17 09:32:11 2012 New Revision: 240597 URL: http://svn.freebsd.org/changeset/base/240597 Log: Remove unused variable cd. This variable is initialized but not used. Modified: head/sys/dev/usb/net/uhso.c Modified: head/sys/dev/usb/net/uhso.c ===

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

2012-09-17 Thread Gavin Atkinson
Author: gavin Date: Mon Sep 17 12:51:48 2012 New Revision: 240602 URL: http://svn.freebsd.org/changeset/base/240602 Log: - Add #defines for the bits within the iPCI Express PCIR_EXPRESS_LINK_CTL register - Add missing register PCIR_EXPRESS_ROOT_CAP - Correct a spelling mistake (SLAT -> S

svn commit: r240605 - head/usr.bin/systat

2012-09-17 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Sep 17 13:36:47 2012 New Revision: 240605 URL: http://svn.freebsd.org/changeset/base/240605 Log: Make systat(1) accept fractional number of seconds. Make old alarm(3)-based code use select(2). MFC after:2 weeks Modified: head/usr.bin/systat/cmds.c head/

Re: svn commit: r240605 - head/usr.bin/systat

2012-09-17 Thread Alexander V. Chernikov
On 17.09.2012 17:36, Alexander V. Chernikov wrote: Author: melifaro Date: Mon Sep 17 13:36:47 2012 New Revision: 240605 URL: http://svn.freebsd.org/changeset/base/240605 Log: Make systat(1) accept fractional number of seconds. Make old alarm(3)-based code use select(2). Ability to specif

svn commit: r240608 - head/sys/dev/mlx

2012-09-17 Thread John Baldwin
Author: jhb Date: Mon Sep 17 15:27:30 2012 New Revision: 240608 URL: http://svn.freebsd.org/changeset/base/240608 Log: Add locking to mlx(4) to make it MPSAFE along with some other fixes: - Use callout(9) rather than timeout(9). - Add a mutex as an I/O lock that protects the adapter and is u

svn commit: r240609 - head/sys/dev/sound/usb

2012-09-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 17 15:43:57 2012 New Revision: 240609 URL: http://svn.freebsd.org/changeset/base/240609 Log: Implement support for USB Audio v2.0. Remove some redundant USB audio v1.0 debug data, hence userspace tools like lsusb exist to show this information properly. Modifi

svn commit: r240615 - in head: share/man/man4 sys/dev/usb/input sys/dev/usb/quirk

2012-09-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 17 19:06:35 2012 New Revision: 240615 URL: http://svn.freebsd.org/changeset/base/240615 Log: Add UQ_UMS_IGNORE quirk. Wrap two long lines. Some minor spelling correction. PR: usb/171721 Modified: head/share/man/man4/usb_quirk.4 head/sys/dev/usb/inpu

svn commit: r240616 - in head/sys/dev: nvd nvme

2012-09-17 Thread Jim Harris
Author: jimharris Date: Mon Sep 17 19:23:01 2012 New Revision: 240616 URL: http://svn.freebsd.org/changeset/base/240616 Log: This is the first of several commits which will add NVM Express (NVMe) support to FreeBSD. A full description of the overall functionality being added is below. nvme

svn commit: r240618 - in head/sys: amd64/conf conf i386/conf modules

2012-09-17 Thread Jim Harris
Author: jimharris Date: Mon Sep 17 19:26:33 2012 New Revision: 240618 URL: http://svn.freebsd.org/changeset/base/240618 Log: Integrate nvme(4) and nvd(4) into the amd64 and i386 builds. Sponsored by: Intel Modified: head/sys/amd64/conf/NOTES head/sys/conf/files.amd64 head/sys/conf/fi

svn commit: r240619 - in head/sys/modules: nvd nvme

2012-09-17 Thread Jim Harris
Author: jimharris Date: Mon Sep 17 19:58:02 2012 New Revision: 240619 URL: http://svn.freebsd.org/changeset/base/240619 Log: Add nvme(4) and nvd(4) Makefiles to the tree. Noticed by: pluknet Pointy-hat to: jimharris Added: head/sys/modules/nvd/ head/sys/modules/nvd/Makefile (con

svn commit: r240620 - head/sbin/nvmecontrol

2012-09-17 Thread Jim Harris
Author: jimharris Date: Mon Sep 17 21:26:55 2012 New Revision: 240620 URL: http://svn.freebsd.org/changeset/base/240620 Log: Add nvmecontrol(8) source code and beginnings of a man page to the tree. Sponsored by: Intel Contributions from: Joe Golio/EMC Added: head/sbin/nvmeco

svn commit: r240621 - in head: etc/mtree include sbin

2012-09-17 Thread Jim Harris
Author: jimharris Date: Mon Sep 17 21:41:38 2012 New Revision: 240621 URL: http://svn.freebsd.org/changeset/base/240621 Log: Integrate nvmecontrol(8) into the amd64 and i386 builds. This includes adding NVMe header files to /usr/include/dev/nvme. Sponsored by: Intel Modified: head/

svn commit: r240622 - head/usr.bin/yes

2012-09-17 Thread David E. O'Brien
Author: obrien Date: Mon Sep 17 23:04:15 2012 New Revision: 240622 URL: http://svn.freebsd.org/changeset/base/240622 Log: yes(1) actually comes from V7. Submitted by: Simon Gerraty Modified: head/usr.bin/yes/yes.1 Modified: head/usr.bin/yes/yes.1 ===

svn commit: r240623 - head/sys/dev/ath/ath_hal

2012-09-17 Thread Adrian Chadd
Author: adrian Date: Mon Sep 17 23:24:45 2012 New Revision: 240623 URL: http://svn.freebsd.org/changeset/base/240623 Log: Rename AH_MIMO_MAX_CHAINS to AH_MAX_CHAINS, for compatibility with internal atheros HAL code. Modified: head/sys/dev/ath/ath_hal/ah.c head/sys/dev/ath/ath_hal/ah.h h

svn commit: r240624 - head/sys/sys

2012-09-17 Thread Attilio Rao
Author: attilio Date: Tue Sep 18 00:43:15 2012 New Revision: 240624 URL: http://svn.freebsd.org/changeset/base/240624 Log: Remove namespace pollution in _rmlock.h by defining rm_queue structure directly in _rmlock.h and then including it (and its dependencies) in pcpu.h. This leads to few _*

svn commit: r240625 - head/sys/dev/ath/ath_hal

2012-09-17 Thread Adrian Chadd
Author: adrian Date: Tue Sep 18 01:27:24 2012 New Revision: 240625 URL: http://svn.freebsd.org/changeset/base/240625 Log: Add a couple of accessor inline functions for state that exists in net80211. Obtained from:Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ah_internal.h

svn commit: r240627 - in head/sys/dev: ata mly

2012-09-17 Thread Kevin Lo
Author: kevlo Date: Tue Sep 18 02:19:43 2012 New Revision: 240627 URL: http://svn.freebsd.org/changeset/base/240627 Log: Remove bogus break statements. Obtained from:DragonFly Modified: head/sys/dev/ata/ata-lowlevel.c head/sys/dev/mly/mly.c Modified: head/sys/dev/ata/ata-lowle

svn commit: r240628 - head/sbin/ipfw

2012-09-17 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Tue Sep 18 02:33:23 2012 New Revision: 240628 URL: http://svn.freebsd.org/changeset/base/240628 Log: Whitespace cleanup for ipfw.8 -- start each sentence on a new line, and put a comma after e.g. and i.e.. While here, wrap long lines. PR: docs/

Re: svn commit: r240628 - head/sbin/ipfw

2012-09-17 Thread Doug Barton
On 09/17/2012 19:33, Benjamin Kaduk wrote: > Whitespace cleanup for ipfw.8 -- start each sentence on a new line, We generally don't do this at all absent other changes. We definitely don't make whitespace-only changes mixed in with other changes, as it makes the diff too hard to read. Your men