Author: mav
Date: Thu Aug 31 09:08:06 2017
New Revision: 323045
URL: https://svnweb.freebsd.org/changeset/base/323045
Log:
Fix flags field decoding in ACPI_NFIT_CONTROL_REGION.
It looked like incomplete copy/paste, printing absolute garbage.
While there, print ValidFields field ax hex,
Author: mav
Date: Thu Aug 31 10:53:10 2017
New Revision: 323046
URL: https://svnweb.freebsd.org/changeset/base/323046
Log:
Make ntb_transport(4) ready receive early link events.
Those events may be reported as soon as callback is registered, if the link
is enabled by hardware or some othe
Author: mav
Date: Thu Aug 31 10:59:39 2017
New Revision: 323047
URL: https://svnweb.freebsd.org/changeset/base/323047
Log:
Make ntb_set_ctx() always generate fake link event.
It allows application driver get initial link state without racing with
hardware interrupts, thanks to the context
On Wed, Aug 30, 2017 at 06:56:24PM +, Sean Bruno wrote:
> Author: sbruno
> Date: Wed Aug 30 18:56:24 2017
> New Revision: 323027
> URL: https://svnweb.freebsd.org/changeset/base/323027
>
> Log:
> Revert r323008 and its conversion of e1000/iflib to using SX locks.
>
> This seems to be mi
Author: des
Date: Thu Aug 31 12:02:14 2017
New Revision: 323049
URL: https://svnweb.freebsd.org/changeset/base/323049
Log:
Merge upstream r4302 to support multiple concurrently valid anchors.
If an unpatched unbound-anchor is run without a preexisting root anchor
between 2017-09-11 and 20
Author: bapt
Date: Thu Aug 31 13:02:17 2017
New Revision: 323051
URL: https://svnweb.freebsd.org/changeset/base/323051
Log:
Add sysctls for arc shrinking and growing values
The default value for arc_no_grow_shift may not be optimal when using
several GiB ARC. Expose it via sysctl allows u
Author: mav
Date: Thu Aug 31 13:41:44 2017
New Revision: 323053
URL: https://svnweb.freebsd.org/changeset/base/323053
Log:
Fix port control for PEX 8749.
That chip has three Station Ports, so previous address math was incorrect.
MFC after:13 days
Sponsored by: iXsystems, Inc.
Mo
Author: kib
Date: Thu Aug 31 14:21:32 2017
New Revision: 323054
URL: https://svnweb.freebsd.org/changeset/base/323054
Log:
The nvme module should explicitly declare dependency on the cam.
If both nvme and cam are compiled as modules, nvme cannot be kldloaded
otherwise.
Reviewed by:
Hi Mav,
On Thu, Aug 31, 2017 at 6:41 AM, Alexander Motin wrote:
> Author: mav
> Date: Thu Aug 31 13:41:44 2017
> New Revision: 323053
> URL: https://svnweb.freebsd.org/changeset/base/323053
>
> Log:
> Fix port control for PEX 8749.
>
> That chip has three Station Ports, so previous address ma
Unfortunately, I'm not in a position to test those changes. My setup
that uses mdconfig in a 32-bit jail runs on freebsd 10-stable and 11-
stable systems. I don't have any 64-bit hardware available to run
-current.
-- Ian
On Wed, 2017-08-30 at 10:10 -0700, Maxim Sobolev wrote:
> Hi Ian, I've co
Author: imp
Date: Thu Aug 31 15:53:27 2017
New Revision: 323056
URL: https://svnweb.freebsd.org/changeset/base/323056
Log:
Fix printing File() nodes in device paths.
Device paths encoded into the FILEPATH_DEVICE_PATH are UCS2 not
ASCII/UTF8. Convert to utf8 and print that when printing Fi
Author: imp
Date: Thu Aug 31 15:53:47 2017
New Revision: 323057
URL: https://svnweb.freebsd.org/changeset/base/323057
Log:
Fix parsing File() nodes in device paths.
o Add File to the mUefiDevicePathLibDevPathFromTextTable table so we
don't include 'File()' in the supposed path name. Thi
On Wed, Aug 30, 2017 at 09:16:32PM +, Alexander Motin wrote:
> Author: mav
> Date: Wed Aug 30 21:16:32 2017
> New Revision: 323032
> URL: https://svnweb.freebsd.org/changeset/base/323032
>
> Log:
> Add NTB driver for PLX/Avago/Broadcom PCIe switches.
>
In ntb_plx_attach(), BAR 0 and all f
On 31.08.2017 19:05, Konstantin Belousov wrote:
> On Wed, Aug 30, 2017 at 09:16:32PM +, Alexander Motin wrote:
>> Author: mav
>> Date: Wed Aug 30 21:16:32 2017
>> New Revision: 323032
>> URL: https://svnweb.freebsd.org/changeset/base/323032
>>
>> Log:
>> Add NTB driver for PLX/Avago/Broadcom
Fair enough. If you want I have the patch against 11-stable, we have this
feature merged in our private 11.x tree.
-Max
On Thu, Aug 31, 2017 at 7:26 AM, Ian Lepore wrote:
> Unfortunately, I'm not in a position to test those changes. My setup
> that uses mdconfig in a 32-bit jail runs on freebs
On Thu, Aug 31, 2017 at 07:12:38PM +0300, Alexander Motin wrote:
> On 31.08.2017 19:05, Konstantin Belousov wrote:
> > On Wed, Aug 30, 2017 at 09:16:32PM +, Alexander Motin wrote:
> >> Author: mav
> >> Date: Wed Aug 30 21:16:32 2017
> >> New Revision: 323032
> >> URL: https://svnweb.freebsd.org
Author: mav
Date: Thu Aug 31 16:32:11 2017
New Revision: 323058
URL: https://svnweb.freebsd.org/changeset/base/323058
Log:
Add/polish some defines.
MFC after:13 days
Modified:
head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c
Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c
===
On 31.08.2017 17:43, Conrad Meyer wrote:
>> Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c
>> ==
>> --- head/sys/dev/ntb/ntb_hw/ntb_hw_plx.cThu Aug 31 13:32:01 2017
>>(r323052)
>> +++ head/sys/dev/ntb/ntb_h
Author: mav
Date: Thu Aug 31 17:02:06 2017
New Revision: 323059
URL: https://svnweb.freebsd.org/changeset/base/323059
Log:
Remove unneeded pmap_change_attr() calls.
Reported by: kib
MFC after:13 days
Modified:
head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c
Modified: head/sys/dev/ntb/ntb_hw
Author: imp
Date: Thu Aug 31 17:32:14 2017
New Revision: 323063
URL: https://svnweb.freebsd.org/changeset/base/323063
Log:
boot1.efi: print more info about where boot1.efi is loaded from
Print the device that boot1.efi was loaded from. Print the path as
well (since it isn't included in De
Author: imp
Date: Thu Aug 31 17:32:19 2017
New Revision: 323064
URL: https://svnweb.freebsd.org/changeset/base/323064
Log:
Exit rather than panic for most errors.
In the FreeBSD UEFI boot protocol, boot1.efi exits back to UEFI if it
can't boot the image for most reasons (so that further i
Author: imp
Date: Thu Aug 31 17:32:09 2017
New Revision: 323062
URL: https://svnweb.freebsd.org/changeset/base/323062
Log:
Make efichar.c routines available to libefi.
Make efichar.c routines available to libefi as well as
libefivar. Define LIBEFI when building so we can conditionally inc
Author: imp
Date: Thu Aug 31 17:32:24 2017
New Revision: 323065
URL: https://svnweb.freebsd.org/changeset/base/323065
Log:
Save where we're booted from
Record the file path for boot1.efi as the UEFI environemnt variable
FreeBSDBootVarGUID:Boot1Path. Record the device this came from as
F
Author: imp
Date: Thu Aug 31 17:53:50 2017
New Revision: 323066
URL: https://svnweb.freebsd.org/changeset/base/323066
Log:
Add UCS2->UTF8 option.
Many UEFI variables are UCS2 strings (some NUL terminated, others
not). Add --utf8 (-u) to convert UCS2 strings to UTF8 before printing.
S
Author: cem
Date: Thu Aug 31 18:39:18 2017
New Revision: 323067
URL: https://svnweb.freebsd.org/changeset/base/323067
Log:
amdtemp.4: Update BKDG URL to current location
Sponsored by: Dell EMC Isilon
Modified:
head/share/man/man4/amdtemp.4
Modified: head/share/man/man4/amdtemp.4
===
Author: jpaetzel
Date: Thu Aug 31 20:16:28 2017
New Revision: 323068
URL: https://svnweb.freebsd.org/changeset/base/323068
Log:
Allow kldload tcpmd5
PR: 220170
MFC after:2 weeks
Modified:
head/sys/amd64/conf/GENERIC
head/sys/arm64/conf/GENERIC
head/sys/i386/conf/GENERIC
hea
Author: np
Date: Thu Aug 31 20:33:22 2017
New Revision: 323069
URL: https://svnweb.freebsd.org/changeset/base/323069
Log:
cxgbe/t4_tom: Add a knob to select the congestion control algorigthm
used by the TOE hardware for fully offloaded connections. The knob
affects new connections only.
Author: andrew
Date: Thu Aug 31 20:48:05 2017
New Revision: 323070
URL: https://svnweb.freebsd.org/changeset/base/323070
Log:
Add support for quirks while enabling secondary CPUs. This uses the fdt
compatible string to check if the board is compatible with a given quirk.
It's possible this w
On 31.08.2017 23:16, Josh Paetzel wrote:
> Author: jpaetzel
> Date: Thu Aug 31 20:16:28 2017
> New Revision: 323068
> URL: https://svnweb.freebsd.org/changeset/base/323068
>
> Log:
> Allow kldload tcpmd5
>
> PR: 220170
> MFC after: 2 weeks
>
> Modified:
> head/sys/amd64/conf/GENERIC
>
Author: mav
Date: Thu Aug 31 21:37:22 2017
New Revision: 323074
URL: https://svnweb.freebsd.org/changeset/base/323074
Log:
Clear doorbell bits after masking them before processing.
In theory this allows to avoid one more expensive doorbell register read
later in some scenarios. But in pr
Author: jkim
Date: Thu Aug 31 22:47:04 2017
New Revision: 323076
URL: https://svnweb.freebsd.org/changeset/base/323076
Log:
Merge ACPICA 20170831.
Added:
head/sys/contrib/dev/acpica/components/utilities/utstrsuppt.c
- copied, changed from r323060,
vendor-sys/acpica/dist/source
Author: glebius
Date: Thu Aug 31 23:19:18 2017
New Revision: 323077
URL: https://svnweb.freebsd.org/changeset/base/323077
Log:
Do not abuse flag that is clearly marked as unused.
This creates conflicts with FreeBSD variations that may use it. The
usage of the flag M_TOOBIG is limited to ifl
Author: np
Date: Thu Aug 31 23:34:08 2017
New Revision: 323078
URL: https://svnweb.freebsd.org/changeset/base/323078
Log:
cxgbe/t4_tom: There may not be a tid to update if the connection isn't
established.
MFC after:2 weeks
Sponsored by: Chelsio Communications
Modified:
head/sys/
Author: np
Date: Fri Sep 1 01:34:12 2017
New Revision: 323082
URL: https://svnweb.freebsd.org/changeset/base/323082
Log:
cxgbe/iw_cxgbe: Set TCP_NODELAY before initiating connection so that
t4_tom picks it up right away. This is less work than waiting for
the connection to be established b
34 matches
Mail list logo