svn commit: r258162 - in head/sys/dev: ahci ata ata/chipsets usb/controller

2013-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 15 10:28:59 2013 New Revision: 258162 URL: http://svnweb.freebsd.org/changeset/base/258162 Log: Add some more IDs for Intel ATA, AHCI and USB controllers. Modified: head/sys/dev/ahci/ahci.c head/sys/dev/ata/ata-pci.h head/sys/dev/ata/chipsets/ata-intel.c

svn commit: r258164 - head/sys/dev/acpica

2013-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 15 11:32:19 2013 New Revision: 258164 URL: http://svnweb.freebsd.org/changeset/base/258164 Log: Handle case when ACPI reports HPET device, but does not provide memory resource for it. In such case take the address range from the HPET table. This fixes hpet(4)

svn commit: r258167 - head/sys/net

2013-11-15 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 15 12:12:50 2013 New Revision: 258167 URL: http://svnweb.freebsd.org/changeset/base/258167 Log: ANSIfy function defintions. Modified: head/sys/net/if_gif.c Modified: head/sys/net/if_gif.c ==

Re: svn commit: r258142 - head/sys/net

2013-11-15 Thread Bruce Evans
On Thu, 14 Nov 2013, George Neville-Neil wrote: On Nov 14, 2013, at 16:03 , Sergey Kandaurov pluk...@freebsd.org wrote: On 15 November 2013 00:07, George V. Neville-Neil g...@freebsd.org wrote: Log: Shift our OUI correctly. Pointed out by: emaste Modified: head/sys/net/ieee_oui.h

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

2013-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 15 13:12:53 2013 New Revision: 258168 URL: http://svnweb.freebsd.org/changeset/base/258168 Log: Add ID for Intel Lynx Point HDMI CODEC. Submitted by: Dmitry Luhtionov dmitryluhtio...@gmail.com Modified: head/sys/dev/sound/pci/hda/hdac.h

svn commit: r258169 - head/sys/dev/ichsmb

2013-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 15 13:19:15 2013 New Revision: 258169 URL: http://svnweb.freebsd.org/changeset/base/258169 Log: Add ID for Intel Avoton SMBus controller. Modified: head/sys/dev/ichsmb/ichsmb_pci.c Modified: head/sys/dev/ichsmb/ichsmb_pci.c

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

2013-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 15 13:55:55 2013 New Revision: 258170 URL: http://svnweb.freebsd.org/changeset/base/258170 Log: Add some more Intel HDA controller IDs and rename HDMI CODEC to Haswell. Modified: head/sys/dev/sound/pci/hda/hdac.c head/sys/dev/sound/pci/hda/hdac.h

svn commit: r258173 - head/sys/dev/ahci

2013-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 15 15:14:07 2013 New Revision: 258173 URL: http://svnweb.freebsd.org/changeset/base/258173 Log: Add few more minor parts of DevSleep support from AHCI 1.3.1 proposal. Modified: head/sys/dev/ahci/ahci.c head/sys/dev/ahci/ahci.h Modified: head/sys/dev/ahci/ahci.c

svn commit: r258174 - head/sys/kern

2013-11-15 Thread John Baldwin
Author: jhb Date: Fri Nov 15 15:29:53 2013 New Revision: 258174 URL: http://svnweb.freebsd.org/changeset/base/258174 Log: Don't allow vfs.lorunningspace or vfs.hirunningspace to be set such that lorunningspace is greater than hirunningspace as the system performs terribly if it is mistuned

Re: svn commit: r258142 - head/sys/net

2013-11-15 Thread John Baldwin
On Friday, November 15, 2013 7:23:23 am Bruce Evans wrote: On Thu, 14 Nov 2013, George Neville-Neil wrote: Does the API require defining OUI_FREEBSD as a value that needs to be shifted left by 24 to use? It would be more useful to define it as the left-shifted value. Then it gives the base

svn commit: r258175 - head/sys/net

2013-11-15 Thread George V. Neville-Neil
Author: gnn Date: Fri Nov 15 16:03:32 2013 New Revision: 258175 URL: http://svnweb.freebsd.org/changeset/base/258175 Log: Clean up the macros to avoid using casts. Suggested by: bde and jhb Modified: head/sys/net/ieee_oui.h Modified: head/sys/net/ieee_oui.h

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

2013-11-15 Thread Justin T. Gibbs
Author: gibbs Date: Fri Nov 15 16:05:55 2013 New Revision: 258176 URL: http://svnweb.freebsd.org/changeset/base/258176 Log: Fix accounting for hw.realmem on the i386 and amd64 platforms. sys/i386/i386/machdep.c: sys/amd64/amd64/machdep.c: The value reported by FreeBSD as real

svn commit: r258177 - head/sys/arm/econa

2013-11-15 Thread John Baldwin
Author: jhb Date: Fri Nov 15 16:16:55 2013 New Revision: 258177 URL: http://svnweb.freebsd.org/changeset/base/258177 Log: Remove an incorrectly copied and pasted clause from these license statements. Approved by: Yohanes Nugroho yoha...@gmail.com MFC after:1 week Modified:

svn commit: r258178 - head/sys/dev/xen/balloon

2013-11-15 Thread Justin T. Gibbs
Author: gibbs Date: Fri Nov 15 16:35:28 2013 New Revision: 258178 URL: http://svnweb.freebsd.org/changeset/base/258178 Log: Improve robustness of the Xen balloon driver. sys/dev/xen/balloon/balloon.c: Remove unused and commented out code. Fix deadlock caused by

Re: svn commit: r258176 - in head/sys: amd64/amd64 i386/i386

2013-11-15 Thread John Baldwin
On Friday, November 15, 2013 11:05:56 am Justin T. Gibbs wrote: Author: gibbs Date: Fri Nov 15 16:05:55 2013 New Revision: 258176 URL: http://svnweb.freebsd.org/changeset/base/258176 Log: Fix accounting for hw.realmem on the i386 and amd64 platforms. sys/i386/i386/machdep.c:

svn commit: r258179 - head/contrib/gcc

2013-11-15 Thread Sean Bruno
Author: sbruno Date: Fri Nov 15 18:44:25 2013 New Revision: 258179 URL: http://svnweb.freebsd.org/changeset/base/258179 Log: Merge in gcc svn r120505 to include definition of TREE_OVERFLOW_P: http://gcc.gnu.org/viewcvs/gcc/trunk/gcc/tree.h?revision=120505view=markup This repairs build

Re: svn commit: r258179 - head/contrib/gcc

2013-11-15 Thread Pedro Giffuni
On 15.11.2013 13:44, Sean Bruno wrote: Author: sbruno Date: Fri Nov 15 18:44:25 2013 New Revision: 258179 URL: http://svnweb.freebsd.org/changeset/base/258179 Log: Merge in gcc svn r120505 to include definition of TREE_OVERFLOW_P:

svn commit: r258181 - in head: sys/kern sys/sys usr.bin/procstat

2013-11-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Nov 15 19:55:35 2013 New Revision: 258181 URL: http://svnweb.freebsd.org/changeset/base/258181 Log: Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I had a very hard time to fully understand) with much more intuitive rights: CAP_EVENT - when

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

2013-11-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Nov 15 19:56:28 2013 New Revision: 258182 URL: http://svnweb.freebsd.org/changeset/base/258182 Log: Correct right names. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/share/man/man4/rights.4 Modified: head/share/man/man4/rights.4

svn commit: r258185 - in head: tools/regression/usr.sbin/etcupdate usr.sbin/etcupdate

2013-11-15 Thread John Baldwin
Author: jhb Date: Fri Nov 15 20:01:07 2013 New Revision: 258185 URL: http://svnweb.freebsd.org/changeset/base/258185 Log: Fix a couple of issues with -F: - Fix ALWAYS_INSTALL to take precedence over the FreeBSD ID checks. In particular, always install a file where the only change was

svn commit: r258187 - head/sys/dev/bxe

2013-11-15 Thread Eric Davis
Author: edavis Date: Fri Nov 15 20:26:14 2013 New Revision: 258187 URL: http://svnweb.freebsd.org/changeset/base/258187 Log: Fixed a tx watchdog chip reset that could occur on mostly idle links. Fixed various link related issues and 10GBaseT is now linking properly. Modified the types for

svn commit: r258195 - head/contrib/netcat

2013-11-15 Thread Xin LI
Author: delphij Date: Fri Nov 15 22:45:14 2013 New Revision: 258195 URL: http://svnweb.freebsd.org/changeset/base/258195 Log: MFV: netcat from OpenBSD 5.4. No functional change. Modified: head/contrib/netcat/nc.1 head/contrib/netcat/netcat.c Directory Properties:

svn commit: r258196 - head/sys/dev/nand

2013-11-15 Thread Ian Lepore
Author: ian Date: Fri Nov 15 23:31:39 2013 New Revision: 258196 URL: http://svnweb.freebsd.org/changeset/base/258196 Log: The vendor specified field is 88 bytes, not 8 bytes. Submitted by: Kristof Provost kris...@sigsegv.be Modified: head/sys/dev/nand/nand.h Modified:

svn commit: r258197 - head/sys/dev/nand

2013-11-15 Thread Ian Lepore
Author: ian Date: Fri Nov 15 23:35:10 2013 New Revision: 258197 URL: http://svnweb.freebsd.org/changeset/base/258197 Log: Update the onfi_params struct to ONFI revision 3.2 (06 12 2013). Submitted by: Kristof Provost kris...@sigsegv.be (cleanup) and me (orig). Modified:

svn commit: r258199 - head/sys/dev/nand

2013-11-15 Thread Ian Lepore
Author: ian Date: Fri Nov 15 23:37:33 2013 New Revision: 258199 URL: http://svnweb.freebsd.org/changeset/base/258199 Log: Search for and validate the ONFI params as specified in the standard. The ONFI spec states that at least two bytes of the signature (ONFI) must be present, and the

svn commit: r258200 - head/sys/dev/nand

2013-11-15 Thread Ian Lepore
Author: ian Date: Fri Nov 15 23:41:32 2013 New Revision: 258200 URL: http://svnweb.freebsd.org/changeset/base/258200 Log: ONFI parameters are little-endian, hence we must take care to convert them to native endianness. We must also pay attention to unaligned accesses. Copy the

svn commit: r258201 - head/sys/dev/nand

2013-11-15 Thread Ian Lepore
Author: ian Date: Fri Nov 15 23:45:13 2013 New Revision: 258201 URL: http://svnweb.freebsd.org/changeset/base/258201 Log: Move the luns field to the end of the struct, for serendipitous packing. (I was supposed to do this before committing it initially.) Modified: head/sys/dev/nand/nand.h

svn commit: r258202 - head/sys/dev/nand

2013-11-15 Thread Ian Lepore
Author: ian Date: Fri Nov 15 23:48:51 2013 New Revision: 258202 URL: http://svnweb.freebsd.org/changeset/base/258202 Log: Rework the routine that returns a pointer to the table of software ECC byte positions within the OOB area to support chips with unusual OOB sizes such as 218 or 224

svn commit: r258204 - in head/contrib/gcc: . cp doc

2013-11-15 Thread Pedro F. Giffuni
Author: pfg Date: Sat Nov 16 01:03:56 2013 New Revision: 258204 URL: http://svnweb.freebsd.org/changeset/base/258204 Log: gcc: Add a new option -Wvla to warn variable length array. Obtained from:gcc 4.3 (rev. 122851; GPLv2) MFC after:3 weeks Modified:

svn commit: r258205 - head/contrib/gcclibs/libcpp

2013-11-15 Thread Pedro F. Giffuni
Author: pfg Date: Sat Nov 16 01:07:02 2013 New Revision: 258205 URL: http://svnweb.freebsd.org/changeset/base/258205 Log: libcpp: preprocessor speedup patches from mainline. * lex.c (_cpp_clean_line): Add uses of __builtin_expect. Don't look backward at the end of the line unless we saw

svn commit: r258206 - in head/contrib/gcc: . cp doc

2013-11-15 Thread Pedro F. Giffuni
Author: pfg Date: Sat Nov 16 01:16:24 2013 New Revision: 258206 URL: http://svnweb.freebsd.org/changeset/base/258206 Log: gcc: add femit-struct-debug support to reduce Reduce dwarf debug size Obtained from:gcc 4.3 (rev. 123909; GPLv2) MFC after:3 weeks Modified:

svn commit: r258207 - head/contrib/gcc

2013-11-15 Thread Pedro F. Giffuni
Author: pfg Date: Sat Nov 16 01:29:27 2013 New Revision: 258207 URL: http://svnweb.freebsd.org/changeset/base/258207 Log: gcc: Fix postreload-gcse treatment of call-clobbered registers. Reference: http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01636.html Obtained from:gcc 4.3

svn commit: r258208 - head/sys/dev/iwn

2013-11-15 Thread Eitan Adler
Author: eadler Date: Sat Nov 16 04:29:02 2013 New Revision: 258208 URL: http://svnweb.freebsd.org/changeset/base/258208 Log: Centrino Wireless-N 2200 does not have bluetooth support. Modified: head/sys/dev/iwn/if_iwn_chip_cfg.h Modified: head/sys/dev/iwn/if_iwn_chip_cfg.h