svn commit: r308723 - head/sys/dev/hyperv/vmbus

2016-11-16 Thread Dexuan Cui
Author: dexuan Date: Wed Nov 16 09:02:17 2016 New Revision: 308723 URL: https://svnweb.freebsd.org/changeset/base/308723 Log: hyperv/vmbus: add a new method to get vcpu_id vcpu_id is host's representation of guest CPU. We get the mapping between vcpu_id and FreeBSD kernel's cpu id when VM

svn commit: r308724 - head/sys/dev/hyperv/vmbus

2016-11-16 Thread Dexuan Cui
Author: dexuan Date: Wed Nov 16 09:08:32 2016 New Revision: 308724 URL: https://svnweb.freebsd.org/changeset/base/308724 Log: hyperv/vmbus: add new vmbus methods to support PCIe pass-through The new methods will be used by the coming pcib driver. Reviewed by: sephe Approved by: sep

svn commit: r308725 - in head/sys: conf dev/hyperv/pcib modules/hyperv/pcib

2016-11-16 Thread Dexuan Cui
Author: dexuan Date: Wed Nov 16 09:25:00 2016 New Revision: 308725 URL: https://svnweb.freebsd.org/changeset/base/308725 Log: hyperv/pcib: enable PCIe pass-through (a.k.a. Discrete Device Assignment) The feature enables us to pass through physical PCIe devices to FreeBSD VM running on Hyp

svn commit: r308726 - head/sys/arm/broadcom/bcm2835

2016-11-16 Thread Andrew Turner
Author: andrew Date: Wed Nov 16 11:31:53 2016 New Revision: 308726 URL: https://svnweb.freebsd.org/changeset/base/308726 Log: Use the correct OF_getencprop to get the height. Reported by: jmcneill Sponsored by: ABT Systems Ltd Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c Modi

svn commit: r308727 - head/sys/arm64/conf

2016-11-16 Thread Andrew Turner
Author: andrew Date: Wed Nov 16 11:37:43 2016 New Revision: 308727 URL: https://svnweb.freebsd.org/changeset/base/308727 Log: Include the SMSC LAN91C111 driver, this is found in some of the ARM models. Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERIC ==

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

2016-11-16 Thread Christian Brueffer
Author: brueffer Date: Wed Nov 16 13:22:57 2016 New Revision: 308728 URL: https://svnweb.freebsd.org/changeset/base/308728 Log: Various minor cleanups. Modified: head/share/man/man4/bnxt.4 Modified: head/share/man/man4/bnxt.4 ==

svn commit: r308729 - head/release/doc/en_US.ISO8859-1/hardware

2016-11-16 Thread Christian Brueffer
Author: brueffer Date: Wed Nov 16 13:27:39 2016 New Revision: 308729 URL: https://svnweb.freebsd.org/changeset/base/308729 Log: Add bnxt(4) to the hardware notes. Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml =

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-16 Thread Ruslan Bukin
I have a panic with this on RISC-V. Any ideas ? r vv rr rrr

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-16 Thread Ruslan Bukin
Forgot to mention that we are using 32mb mdroot. Removing mdroot from kernel config makes it more happy: crypto: cryptosoft0 registers alg 26 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 27 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 28 flags 0 maxoplen 0 crypto: cryptosoft0 regis

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-16 Thread Ruslan Bukin
BTW single core kernel works fine: r vv rr rrvv

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

2016-11-16 Thread Hans Petter Selasky
Author: hselasky Date: Wed Nov 16 14:39:03 2016 New Revision: 308730 URL: https://svnweb.freebsd.org/changeset/base/308730 Log: Make sure MAC address is reprogrammed when if_init() callback is invoked. Else promiscious mode must be used to pass traffic. While at it fix a debug print macro.

svn commit: r308731 - in head: . gnu/usr.bin/cc lib/libc lib/libc/riscv lib/libc/riscv/gen lib/libc/riscv/softfloat lib/libc/softfloat lib/libcompiler_rt lib/msun/riscv share/mk sys/conf sys/module...

2016-11-16 Thread Ruslan Bukin
Author: br Date: Wed Nov 16 15:21:32 2016 New Revision: 308731 URL: https://svnweb.freebsd.org/changeset/base/308731 Log: Add full softfloat and hardfloat support for RISC-V. Hardfloat is now default (use riscv64sf as TARGET_ARCH for softfloat). Sponsored by: DARPA, AFRL Differenti

svn commit: r308733 - head/sys/vm

2016-11-16 Thread Konstantin Belousov
Author: kib Date: Wed Nov 16 16:34:17 2016 New Revision: 308733 URL: https://svnweb.freebsd.org/changeset/base/308733 Log: Move the fast fault path into the separate function. Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/vm/vm_fault.c

svn commit: r308734 - head/usr.sbin/crunch/crunchide

2016-11-16 Thread Ed Maste
Author: emaste Date: Wed Nov 16 16:39:51 2016 New Revision: 308734 URL: https://svnweb.freebsd.org/changeset/base/308734 Log: crunchide: remove obsolete a.out header and comment crunchide(1) gained ELF support in r39172, and lost the unused a.out and non-functional ECOFF suport in r281655

svn commit: r308735 - in head/tools/tools/nanobsd: . pcengines

2016-11-16 Thread Warner Losh
Author: imp Date: Wed Nov 16 16:49:21 2016 New Revision: 308735 URL: https://svnweb.freebsd.org/changeset/base/308735 Log: Start to move the old interface into a legacy file. Added: head/tools/tools/nanobsd/legacy.sh (contents, props changed) Modified: head/tools/tools/nanobsd/defaults.sh

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-16 Thread Konstantin Belousov
On Wed, Nov 16, 2016 at 01:37:18PM +, Ruslan Bukin wrote: > I have a panic with this on RISC-V. Any ideas ? How did you checked that the revision you replied to, makes the problem ? Note that the backtrace below is not reasonable. > > >

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-16 Thread Ruslan Bukin
On Wed, Nov 16, 2016 at 06:53:43PM +0200, Konstantin Belousov wrote: > On Wed, Nov 16, 2016 at 01:37:18PM +, Ruslan Bukin wrote: > > I have a panic with this on RISC-V. Any ideas ? > How did you checked that the revision you replied to, makes the problem ? > Note that the backtrace below is not

svn commit: r308736 - head/tools/tools/nanobsd

2016-11-16 Thread Warner Losh
Author: imp Date: Wed Nov 16 17:11:05 2016 New Revision: 308736 URL: https://svnweb.freebsd.org/changeset/base/308736 Log: Allow installworld to be skipped as well as installkernel with -W. Allow -B to mean -K -W. There are times when fixing non-base elementes of the build that you don'

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-16 Thread Ruslan Bukin
On Wed, Nov 16, 2016 at 04:59:39PM +, Ruslan Bukin wrote: > On Wed, Nov 16, 2016 at 06:53:43PM +0200, Konstantin Belousov wrote: > > On Wed, Nov 16, 2016 at 01:37:18PM +, Ruslan Bukin wrote: > > > I have a panic with this on RISC-V. Any ideas ? > > How did you checked that the revision you

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-16 Thread Alan Cox
On 11/16/2016 10:59, Ruslan Bukin wrote: > On Wed, Nov 16, 2016 at 06:53:43PM +0200, Konstantin Belousov wrote: >> On Wed, Nov 16, 2016 at 01:37:18PM +, Ruslan Bukin wrote: >>> I have a panic with this on RISC-V. Any ideas ? >> How did you checked that the revision you replied to, makes the pro

svn commit: r308737 - head/release

2016-11-16 Thread Glen Barber
Author: gjb Date: Wed Nov 16 18:08:50 2016 New Revision: 308737 URL: https://svnweb.freebsd.org/changeset/base/308737 Log: Pass SWAPSIZE in env(1) when invoking mk-vmimage.sh, otherwise mkimg(1) does not create the second partition after r307008. Sponsored by: The FreeBSD Foundation Modi

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-16 Thread Ruslan Bukin
On Wed, Nov 16, 2016 at 11:53:55AM -0600, Alan Cox wrote: > On 11/16/2016 10:59, Ruslan Bukin wrote: > > On Wed, Nov 16, 2016 at 06:53:43PM +0200, Konstantin Belousov wrote: > >> On Wed, Nov 16, 2016 at 01:37:18PM +, Ruslan Bukin wrote: > >>> I have a panic with this on RISC-V. Any ideas ? > >>

Re: svn commit: r308664 - in head: contrib/hyperv/tools etc/devd etc/mtree include share/man/man4 sys/conf sys/dev/hyperv/utilities sys/modules/hyperv/utilities usr.sbin/hyperv usr.sbin/hyperv/tools u

2016-11-16 Thread Mark Johnston
On Tue, Nov 15, 2016 at 02:36:12AM +, Sepherosa Ziehau wrote: > Author: sephe > Date: Tue Nov 15 02:36:12 2016 > New Revision: 308664 > URL: https://svnweb.freebsd.org/changeset/base/308664 > > Log: > hyperv/vss: Add driver and tools for VSS > > VSS stands for "Volume Shadow Copy Servic

svn commit: r308741 - head

2016-11-16 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 17 00:21:55 2016 New Revision: 308741 URL: https://svnweb.freebsd.org/changeset/base/308741 Log: Fix grammar nit Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDATING

Re: svn commit: r308664 - in head: contrib/hyperv/tools etc/devd etc/mtree include share/man/man4 sys/conf sys/dev/hyperv/utilities sys/modules/hyperv/utilities usr.sbin/hyperv usr.sbin/hyperv/tools u

2016-11-16 Thread Ngie Cooper
On Wed, Nov 16, 2016 at 2:14 PM, Mark Johnston wrote: ... > This appears to install hv_kvp_daemon and hv_vss_daemon to / instead of > /usr/sbin, and breaks the -DNO_ROOT build. I think a Makefile.inc is > needed in usr.sbin/hyperv/tools in order to preserve BINDIR from > usr.sbin/Makefile.inc. I f

Re: svn commit: r308664 - in head: contrib/hyperv/tools etc/devd etc/mtree include share/man/man4 sys/conf sys/dev/hyperv/utilities sys/modules/hyperv/utilities usr.sbin/hyperv usr.sbin/hyperv/tools u

2016-11-16 Thread Sepherosa Ziehau
On Thu, Nov 17, 2016 at 6:14 AM, Mark Johnston wrote: > On Tue, Nov 15, 2016 at 02:36:12AM +, Sepherosa Ziehau wrote: >> Author: sephe >> Date: Tue Nov 15 02:36:12 2016 >> New Revision: 308664 >> URL: https://svnweb.freebsd.org/changeset/base/308664 >> >> Log: >> hyperv/vss: Add driver and t

svn commit: r308742 - head/contrib/hyperv/tools

2016-11-16 Thread Sepherosa Ziehau
Author: sephe Date: Thu Nov 17 03:00:56 2016 New Revision: 308742 URL: https://svnweb.freebsd.org/changeset/base/308742 Log: hyperv/vss: Nuke unused variables. Submitted by: markj Reported by: markj MFC after:3 weeks Sponsored by: Microsoft Modified: head/contrib/hyperv/tools/

svn commit: r308743 - head/usr.sbin/hyperv/tools

2016-11-16 Thread Sepherosa Ziehau
Author: sephe Date: Thu Nov 17 03:02:35 2016 New Revision: 308743 URL: https://svnweb.freebsd.org/changeset/base/308743 Log: hyperv/vss: Install the userland daemon to /usr/sbin instead of / Submitted by: markj Reported by: markj MFC after:3 weeks Sponsored by: Microsoft Added:

Re: svn commit: r308664 - in head: contrib/hyperv/tools etc/devd etc/mtree include share/man/man4 sys/conf sys/dev/hyperv/utilities sys/modules/hyperv/utilities usr.sbin/hyperv usr.sbin/hyperv/tools u

2016-11-16 Thread Sepherosa Ziehau
On Thu, Nov 17, 2016 at 6:14 AM, Mark Johnston wrote: > On Tue, Nov 15, 2016 at 02:36:12AM +, Sepherosa Ziehau wrote: >> Author: sephe >> Date: Tue Nov 15 02:36:12 2016 >> New Revision: 308664 >> URL: https://svnweb.freebsd.org/changeset/base/308664 >> >> Log: >> hyperv/vss: Add driver and t

svn commit: r308744 - head/sys/dev/etherswitch/infineon

2016-11-16 Thread Michael Zhilin
Author: mizhka Date: Thu Nov 17 07:33:37 2016 New Revision: 308744 URL: https://svnweb.freebsd.org/changeset/base/308744 Log: [etherswitch] add infineon adm6996fc support on etherswitch This is Infineon ADM6996FC/M/MX driver code on etherswitch framework. Support PORT and DOT1Q VLAN. Th