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
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
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
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
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
==
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
==
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
=
I have a panic with this on RISC-V. Any ideas ?
r vv
rr
rrr
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
BTW single core kernel works fine:
r vv
rr
rrvv
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.
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
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
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
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
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.
>
>
>
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
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'
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
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
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
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 ?
> >>
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
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
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
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
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/
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:
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
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
30 matches
Mail list logo