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

2014-02-16 Thread Adrian Chadd
Author: adrian Date: Mon Feb 17 05:54:24 2014 New Revision: 262016 URL: http://svnweb.freebsd.org/changeset/base/262016 Log: The MDIO control register for the AR8327 has a different address to previous chipsets. Obtained from:AR8327 datasheet Modified: head/sys/dev/etherswitch/

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

2014-02-16 Thread Adrian Chadd
Author: adrian Date: Mon Feb 17 05:51:37 2014 New Revision: 262015 URL: http://svnweb.freebsd.org/changeset/base/262015 Log: Add mmd declaration. Modified: head/sys/dev/etherswitch/arswitch/arswitch_reg.h Modified: head/sys/dev/etherswitch/arswitch/arswitch_reg.h

svn commit: r262011 - head/usr.bin/calendar

2014-02-16 Thread Eitan Adler
Author: eadler Date: Mon Feb 17 03:24:00 2014 New Revision: 262011 URL: http://svnweb.freebsd.org/changeset/base/262011 Log: calendar(1): don't segfault in invalid input When the user supplies an invalid number of days provide a useful error message instead of segfaulting. PR:

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

2014-02-16 Thread Adrian Chadd
Author: adrian Date: Mon Feb 17 02:24:58 2014 New Revision: 262010 URL: http://svnweb.freebsd.org/changeset/base/262010 Log: Implement PHY bus MMD writes for arswitch. This is used by the AR8327 PHY setup path. Obtained from:OpenWRT Modified: head/sys/dev/etherswitch/arswitc

svn commit: r262006 - head/sys/kern

2014-02-16 Thread Bryan Drewery
Author: bdrewery Date: Mon Feb 17 00:00:39 2014 New Revision: 262006 URL: http://svnweb.freebsd.org/changeset/base/262006 Log: Fix M_FILEDESC leak in fdgrowtable() introduced in r244510. fdgrowtable() now only reallocates fd_map when necessary. This fixes fdgrowtable() to use the same

svn commit: r262005 - head/sys/kern

2014-02-16 Thread Bryan Drewery
Author: bdrewery Date: Sun Feb 16 23:10:46 2014 New Revision: 262005 URL: http://svnweb.freebsd.org/changeset/base/262005 Log: Remove redundant memcpy of fd_ofiles in fdgrowtable() added in r247602 Discussed with: mjg Approved by: bapt (mentor) MFC after:2 weeks Modified:

Re: svn commit: r259441 - head/sys/kern

2014-02-16 Thread Jilles Tjoelker
On Mon, Dec 16, 2013 at 12:50:15AM +, Marcel Moolenaar wrote: > Author: marcel > Date: Mon Dec 16 00:50:14 2013 > New Revision: 259441 > URL: http://svnweb.freebsd.org/changeset/base/259441 > Log: > Properly drain the TTY when both revoke(2) and close(2) end up closing > the TTY. In such a

svn commit: r262003 - head/sys/i386/xbox

2014-02-16 Thread Dimitry Andric
Author: dim Date: Sun Feb 16 22:48:36 2014 New Revision: 262003 URL: http://svnweb.freebsd.org/changeset/base/262003 Log: After r261980, the local ptr variable in xbox_init() is no longer used, breaking the LINT build. Pointy hat to:brueffer Modified: head/sys/i386/xbox/xbox.c

svn commit: r262000 - head/contrib/atf

2014-02-16 Thread Julio Merino
Author: jmmv Date: Sun Feb 16 21:53:33 2014 New Revision: 262000 URL: http://svnweb.freebsd.org/changeset/base/262000 Log: Undefine HAVE_VSNPRINTF_IN_STD. Should fix the build with g++/libstdc++. This is what we used to do prior the import of atf 0.20 and the build worked just fine w

svn commit: r261988 - head

2014-02-16 Thread Christian Brueffer
bort:false,junk:false' /etc/malloc.conf".) +20140216: + The nve(4) driver has been removed. Please use the nfe(4) driver + for NVIDIA nForce MCP Ethernet adapters instead. + 20140212: An ABI incompatibility crept into the libc++ 3.4 import in r261283. This c

svn commit: r261987 - head/sys/arm/freescale/vybrid

2014-02-16 Thread Ruslan Bukin
Author: br Date: Sun Feb 16 19:21:44 2014 New Revision: 261987 URL: http://svnweb.freebsd.org/changeset/base/261987 Log: - Decrease buffer size. - Handle eDMA interrupt on running channel only. Modified: head/sys/arm/freescale/vybrid/vf_sai.c Modified: head/sys/arm/freescale/vybrid/vf_sai.

svn commit: r261984 - head/etc/etc.ia64

2014-02-16 Thread Marcel Moolenaar
Author: marcel Date: Sun Feb 16 19:08:10 2014 New Revision: 261984 URL: http://svnweb.freebsd.org/changeset/base/261984 Log: Start getty(8) on ttyu1 as well. It's not uncommon for HP hardware to have that be the iLO console (e.g. pluto). Modified: head/etc/etc.ia64/ttys Modified: head/etc/

Re: svn commit: r261875 - head/usr.bin/netstat

2014-02-16 Thread Rui Paulo
On 14 Feb 2014, at 01:23, Adrian Chadd wrote: > ew, ok. Sorry. We don't have a generic way of doing that. I'll fix it in the > am. Of course we do. Just move the %s to 'lookup%s'. -- Rui Paulo ___ svn-src-head@freebsd.org mailing list http://list

svn commit: r261983 - head/sys/dev/sdhci

2014-02-16 Thread Ian Lepore
Author: ian Date: Sun Feb 16 17:22:49 2014 New Revision: 261983 URL: http://svnweb.freebsd.org/changeset/base/261983 Log: After a timeout, reset the controller using SDHCI_RESET_CMD|SDHCI_RESET_DATA rather than SDHCI_RESET_ALL; the latter turns off clocks and power, removing any possibility

svn commit: r261982 - in head/sys: arm/freescale/vybrid boot/fdt/dts

2014-02-16 Thread Ruslan Bukin
Author: br Date: Sun Feb 16 16:49:54 2014 New Revision: 261982 URL: http://svnweb.freebsd.org/changeset/base/261982 Log: Add driver for Synchronous Audio Interface (SAI). SAI supports full-duplex serial interfaces with frame synchronization such as I2S, AC97, TDM, and codec/DSP interfac

svn commit: r261981 - head/sys/dev/usb/controller

2014-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Sun Feb 16 14:37:23 2014 New Revision: 261981 URL: http://svnweb.freebsd.org/changeset/base/261981 Log: Add new PCI ID for hardware which needs port routing for USB 3.0. PR: usb/186811 MFC after:1 week Submitted by: Philipp Maechler Modified: hea

svn commit: r261980 - head/sys/i386/xbox

2014-02-16 Thread Christian Brueffer
Author: brueffer Date: Sun Feb 16 14:35:19 2014 New Revision: 261980 URL: http://svnweb.freebsd.org/changeset/base/261980 Log: Remove an nve(4)-specific workaround from the xbox port. nfe(4) doesn't need it. Reviewed by: ed Modified: head/sys/i386/xbox/xbox.c Modified: head/sys/i386

svn commit: r261978 - head/tests

2014-02-16 Thread Julio Merino
Author: jmmv Date: Sun Feb 16 12:56:05 2014 New Revision: 261978 URL: http://svnweb.freebsd.org/changeset/base/261978 Log: Use DESTDIR for the installation of the /usr/tests/local symlink. MFC after:5 days Modified: head/tests/Makefile Modified: head/tests/Makefile =

Re: svn commit: r261975 - in head: release/doc/en_US.ISO8859-1/hardware release/doc/share/misc share/man/man4 sys/amd64/conf sys/boot/forth sys/conf sys/contrib/dev/nve sys/dev/nve sys/i386/conf sys/m

2014-02-16 Thread Remko Lodder
On 16 Feb 2014, at 13:22, Christian Brueffer wrote: > Author: brueffer > Date: Sun Feb 16 12:22:43 2014 > New Revision: 261975 > URL: http://svnweb.freebsd.org/changeset/base/261975 > > Log: > Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIA > nForce MCP adapters for a

svn commit: r261977 - head/sys/dev/usb/controller

2014-02-16 Thread Dimitry Andric
Author: dim Date: Sun Feb 16 12:41:57 2014 New Revision: 261977 URL: http://svnweb.freebsd.org/changeset/base/261977 Log: In sys/dev/usb/controller/musb_otg.c, fix a warning about musbotg_odevd being unused, by adding it to the part that handles getting descriptors. Reviewed by: hselasky

svn commit: r261976 - head/release/doc/en_US.ISO8859-1/relnotes

2014-02-16 Thread Christian Brueffer
Author: brueffer Date: Sun Feb 16 12:25:22 2014 New Revision: 261976 URL: http://svnweb.freebsd.org/changeset/base/261976 Log: Note the removal of nve(4). Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml =

svn commit: r261975 - in head: release/doc/en_US.ISO8859-1/hardware release/doc/share/misc share/man/man4 sys/amd64/conf sys/boot/forth sys/conf sys/contrib/dev/nve sys/dev/nve sys/i386/conf sys/mi...

2014-02-16 Thread Christian Brueffer
Author: brueffer Date: Sun Feb 16 12:22:43 2014 New Revision: 261975 URL: http://svnweb.freebsd.org/changeset/base/261975 Log: Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIA nForce MCP adapters for a long time. Yays: jhb, remko, yongari Nays: none on the current

Re: svn commit: r261916 - head/sys/dev/xen/console

2014-02-16 Thread David Chisnall
On 16 Feb 2014, at 04:09, Bruce Evans wrote: > [a long list of corner cases where the warning may not be correct] Fortunately, the goal of compiler warnings is not to address every possible case, but rather to minimise false positives while still giving useful results. The warning can be turn

svn commit: r261962 - head/usr.bin/rctl

2014-02-16 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 16 08:42:52 2014 New Revision: 261962 URL: http://svnweb.freebsd.org/changeset/base/261962 Log: Mention that rctl(8) was sponsored by the Foundation. Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/rctl/rctl.8 Modified: head/usr.bin/rctl/rctl.8 ==