Re: svn commit: r264997 - head/sys/dev/vt/hw/vga

2014-04-27 Thread Aleksandr Rybalko
On Sun, 27 Apr 2014 02:19:53 + (UTC) Nathan Whitehorn nwhiteh...@freebsd.org wrote: Author: nwhitehorn Date: Sun Apr 27 02:19:53 2014 New Revision: 264997 URL: http://svnweb.freebsd.org/changeset/base/264997 Log: Disable vga if EFI framebuffer present. vt(9) should handle this

svn commit: r265009 - head/sys/net

2014-04-27 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Apr 27 09:49:35 2014 New Revision: 265009 URL: http://svnweb.freebsd.org/changeset/base/265009 Log: Do not delay freeing rtm. Bandaid added in r227061 is not needed since r227061, MFC after:1 month Modified: head/sys/net/rtsock.c Modified:

svn commit: r265010 - head/sys/net

2014-04-27 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Apr 27 10:20:37 2014 New Revision: 265010 URL: http://svnweb.freebsd.org/changeset/base/265010 Log: Cleanup route_output() a bit. MFC after:1 month Modified: head/sys/net/rtsock.c Modified: head/sys/net/rtsock.c

svn commit: r265011 - head/sys/net

2014-04-27 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Apr 27 10:43:48 2014 New Revision: 265011 URL: http://svnweb.freebsd.org/changeset/base/265011 Log: Remove useless zeroing of RTAX_DST on error. Cleanup a bit. MFC after:1 month Modified: head/sys/net/rtsock.c Modified: head/sys/net/rtsock.c

svn commit: r265012 - in head/sys/dev: gpio ofw

2014-04-27 Thread Luiz Otavio O Souza
Author: loos Date: Sun Apr 27 12:11:00 2014 New Revision: 265012 URL: http://svnweb.freebsd.org/changeset/base/265012 Log: Fix the gpio-specifier decoding by respecting the GPIO controller's #gpio-cells property. Add a new ofw_bus method (OFW_BUS_MAP_GPIOS()) that allows the GPIO

svn commit: r265013 - head/sys/boot/fdt/dts/arm

2014-04-27 Thread Luiz Otavio O Souza
Author: loos Date: Sun Apr 27 13:10:51 2014 New Revision: 265013 URL: http://svnweb.freebsd.org/changeset/base/265013 Log: Revert r258678. Make the led gpio-specifier match again the #gpio-cells settings from the GPIO controller, which i had broken in r258678. Restore the active-low flag.

Re: svn commit: r265012 - in head/sys/dev: gpio ofw

2014-04-27 Thread Nathan Whitehorn
On 04/27/14 05:11, Luiz Otavio O Souza wrote: Author: loos Date: Sun Apr 27 12:11:00 2014 New Revision: 265012 URL: http://svnweb.freebsd.org/changeset/base/265012 Log: Fix the gpio-specifier decoding by respecting the GPIO controller's #gpio-cells property. Add a new ofw_bus

svn commit: r265014 - head/sys/amd64/amd64

2014-04-27 Thread Ed Maste
Author: emaste Date: Sun Apr 27 15:14:59 2014 New Revision: 265014 URL: http://svnweb.freebsd.org/changeset/base/265014 Log: Report boot method (BIOS/UEFI) via sysctl machdep.bootmethod Sponsored by: The FreeBSD Foundation Modified: head/sys/amd64/amd64/machdep.c Modified:

Re: svn commit: r264995 - head/release/amd64

2014-04-27 Thread Ed Maste
On 26 April 2014 21:06, Nathan Whitehorn nwhiteh...@freebsd.org wrote: One other note here is that this requires newfs_msdos and mdconfig, which is really ugly. NetBSD's makefs at least seems to support FAT now. If that actually works, it should be imported and we can get rid of the

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

2014-04-27 Thread Hans Petter Selasky
Author: hselasky Date: Sun Apr 27 15:41:44 2014 New Revision: 265015 URL: http://svnweb.freebsd.org/changeset/base/265015 Log: Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intel LynxPoint USB 3.0 controllers found in MacBookPro 2013's. MFC after:2 days Tested by:

svn commit: r265016 - head/usr.sbin/bsdinstall/partedit

2014-04-27 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 27 15:58:07 2014 New Revision: 265016 URL: http://svnweb.freebsd.org/changeset/base/265016 Log: Finish connecting up installer UEFI support. If the kernel was booted using EFI, set up the disks for an EFI system. If booted from BIOS/CSM, set up for BIOS.

svn commit: r265017 - head/release/amd64

2014-04-27 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 27 16:34:59 2014 New Revision: 265017 URL: http://svnweb.freebsd.org/changeset/base/265017 Log: loader's GPT support on BIOS does not seem to like the root filesystem being the last filesystem on the disk for some reason when made by this script. Add a

svn commit: r265018 - head/release

2014-04-27 Thread Glen Barber
Author: gjb Date: Sun Apr 27 16:40:40 2014 New Revision: 265018 URL: http://svnweb.freebsd.org/changeset/base/265018 Log: Turn off the full witness trace on console output. On head/, or more specifically, when WITNESS is in the kernel config, the console is spammed excessively with

svn commit: r265019 - head/sys/net

2014-04-27 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Apr 27 17:41:18 2014 New Revision: 265019 URL: http://svnweb.freebsd.org/changeset/base/265019 Log: Improve memory allocation model for rt_msg2() rtsock messages: * memory is now allocated as early as possible, without holding locks. * sysctl users are now

svn commit: r265020 - head/sys/arm/include

2014-04-27 Thread Ian Lepore
Author: ian Date: Sun Apr 27 18:12:55 2014 New Revision: 265020 URL: http://svnweb.freebsd.org/changeset/base/265020 Log: Remove cpu_idcache_wbinv_all() from kdb_cpu_trap(), it's no longer needed. This was added ca. 2004 for the purpose of ensuring the caches were in the right state

svn commit: r265023 - in head/sys/arm: arm include

2014-04-27 Thread Ian Lepore
Author: ian Date: Sun Apr 27 20:01:59 2014 New Revision: 265023 URL: http://svnweb.freebsd.org/changeset/base/265023 Log: There is no difference between IPI_STOP and IPI_STOP_HARD on ARM, so map them both to the same interrupt number like other arches do. Modified:

svn commit: r265024 - head/sys/arm/arm

2014-04-27 Thread Ian Lepore
Author: ian Date: Sun Apr 27 20:16:51 2014 New Revision: 265024 URL: http://svnweb.freebsd.org/changeset/base/265024 Log: Flush and invalidate caches on each CPU as part of handling IPI_STOP. Flushing the caches is required before doing a panic dump, but ARM doesn't provide a flavor of

svn commit: r265025 - head/sys/arm/arm

2014-04-27 Thread Ian Lepore
Author: ian Date: Sun Apr 27 20:26:15 2014 New Revision: 265025 URL: http://svnweb.freebsd.org/changeset/base/265025 Log: Explain why wbinv_all is SMP-safe in this case, and add a missing l2 cache flush. (Either it was missing here, or it isn't needed in the minidump case. Adding it here

svn commit: r265026 - head/sys/dev/vt/hw/vga

2014-04-27 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 27 20:36:19 2014 New Revision: 265026 URL: http://svnweb.freebsd.org/changeset/base/265026 Log: No EFI on i386. This unbreaks the i386 VT kernel build. Modified: head/sys/dev/vt/hw/vga/vga.c Modified: head/sys/dev/vt/hw/vga/vga.c

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

2014-04-27 Thread Ian Lepore
On Sun, 2014-04-27 at 17:41 +, Alexander V. Chernikov wrote: Author: melifaro Date: Sun Apr 27 17:41:18 2014 New Revision: 265019 URL: http://svnweb.freebsd.org/changeset/base/265019 Log: Improve memory allocation model for rt_msg2() rtsock messages: * memory is now allocated as

svn commit: r265027 - head/sys/net

2014-04-27 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Apr 27 21:17:54 2014 New Revision: 265027 URL: http://svnweb.freebsd.org/changeset/base/265027 Log: Fix build Found by: ian Pointyhat to: me Modified: head/sys/net/rtsock.c Modified: head/sys/net/rtsock.c

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

2014-04-27 Thread Alexander V. Chernikov
On 28.04.2014 01:00, Ian Lepore wrote: On Sun, 2014-04-27 at 17:41 +, Alexander V. Chernikov wrote: Author: melifaro Date: Sun Apr 27 17:41:18 2014 New Revision: 265019 URL: http://svnweb.freebsd.org/changeset/base/265019 Log: Improve memory allocation model for rt_msg2() rtsock

svn commit: r265028 - head/sys/boot/forth

2014-04-27 Thread Devin Teske
Author: dteske Date: Sun Apr 27 22:18:33 2014 New Revision: 265028 URL: http://svnweb.freebsd.org/changeset/base/265028 Log: Disable the beastie menu for EFI console which doesn't support ANSI codes (so things like `at-xy', `clear', and other commands don't work making it impossible to

svn commit: r265029 - head/sys/dev/ath/ath_hal/ar5416

2014-04-27 Thread Adrian Chadd
Author: adrian Date: Sun Apr 27 23:31:42 2014 New Revision: 265029 URL: http://svnweb.freebsd.org/changeset/base/265029 Log: Do a read-after-write to ensure the interrupt register update is flushed to the hardware. The QCA HAL has a comment noting that if this isn't done, modifications

svn commit: r265030 - head/sys/dev/ath/ath_hal/ar5416

2014-04-27 Thread Adrian Chadd
Author: adrian Date: Sun Apr 27 23:33:37 2014 New Revision: 265030 URL: http://svnweb.freebsd.org/changeset/base/265030 Log: Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops! Tested: * AR9285, STA * AR5416, STA Obtained from:QCA, Linux ath9k Modified:

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

2014-04-27 Thread Adrian Chadd
Author: adrian Date: Sun Apr 27 23:36:44 2014 New Revision: 265032 URL: http://svnweb.freebsd.org/changeset/base/265032 Log: * Add a new capability which returns whether the hardware supports the MYBEACON RX filter (only receive beacons which match the BSSID) or all beacons on the

svn commit: r265033 - head/sys/dev/ath/ath_hal/ar5416

2014-04-27 Thread Adrian Chadd
Author: adrian Date: Sun Apr 27 23:37:03 2014 New Revision: 265033 URL: http://svnweb.freebsd.org/changeset/base/265033 Log: Note that the AR5416 and later hardware supports the MYBEACON RX filter. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Modified:

svn commit: r265034 - head/sys/contrib/dev/ath/ath_hal/ar9300

2014-04-27 Thread Adrian Chadd
Author: adrian Date: Sun Apr 27 23:37:39 2014 New Revision: 265034 URL: http://svnweb.freebsd.org/changeset/base/265034 Log: Note that the AR9380 and later hardware supports MYBEACON. (Yes, I said AR5416 in the committed code. It's still strictly true.) Modified:

svn commit: r265035 - in head/sys/arm: arm freescale/imx include ti/omap4

2014-04-27 Thread Ian Lepore
Author: ian Date: Sun Apr 27 23:47:38 2014 New Revision: 265035 URL: http://svnweb.freebsd.org/changeset/base/265035 Log: Move duplicated code to print l2 cache config into the common code. Modified: head/sys/arm/arm/pl310.c head/sys/arm/freescale/imx/imx6_pl310.c

svn commit: r265036 - head/sys/arm/arm

2014-04-27 Thread Ian Lepore
Author: ian Date: Mon Apr 28 02:35:28 2014 New Revision: 265036 URL: http://svnweb.freebsd.org/changeset/base/265036 Log: Don't use multiprocessing-extensions instruction on processors that don't support SMP. Submitted by: loos@ Pointy hat to:me Modified:

svn commit: r265038 - head/sys/boot/fdt/dts/arm

2014-04-27 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Mon Apr 28 05:39:20 2014 New Revision: 265038 URL: http://svnweb.freebsd.org/changeset/base/265038 Log: Move common device tree informations to separate dtsi files for A10 and A20 SoC. Change cubieboard1 and cubieboard2 dts files accordingly. Approved by: stas