Author: avg
Date: Mon Sep 7 06:53:29 2020
New Revision: 365402
URL: https://svnweb.freebsd.org/changeset/base/365402
Log:
musb/allwinner: add support for configuring phy as well as device mode
At least on Orange Pi PC Plus even the host mode does not work without
enabling the phy and set
Author: avg
Date: Mon Sep 7 06:49:07 2020
New Revision: 365401
URL: https://svnweb.freebsd.org/changeset/base/365401
Log:
musb/allwinner: add H3 support
MFC after:6 weeks
Modified:
head/sys/dev/usb/controller/musb_otg_allwinner.c
Modified: head/sys/dev/usb/controller/musb_otg_allwi
Author: avg
Date: Mon Sep 7 06:48:08 2020
New Revision: 365400
URL: https://svnweb.freebsd.org/changeset/base/365400
Log:
musb/allwinner: apply register filter in awusbdrd_bs_r_2() as well
Otherwise, I get this panic:
panic: awusbdrd_reg: Invalid register 0x342
It looks that musb co
Author: avg
Date: Mon Sep 7 06:44:24 2020
New Revision: 365399
URL: https://svnweb.freebsd.org/changeset/base/365399
Log:
fixup r365398: add a missed file with all the new Allwinner musb_otg code
Obtained from:andrew
MFC after:5 weeks
X-MFC with: r365398
Added:
head/sy
Author: avg
Date: Mon Sep 7 06:39:00 2020
New Revision: 365398
URL: https://svnweb.freebsd.org/changeset/base/365398
Log:
Allwinner USB DRD support (musb_otg)
Allwinner USB DRD is based on the Mentor USB OTG controller, with a
different register layout and a few missing registers.
T
Author: avg
Date: Mon Sep 7 06:32:03 2020
New Revision: 365397
URL: https://svnweb.freebsd.org/changeset/base/365397
Log:
twsi: some variants clear interrupt flag by writing 0, others by writing 1
Make that distinction more explicit and regular in the code.
The difference in behavior is
Author: avg
Date: Mon Sep 7 06:29:41 2020
New Revision: 365396
URL: https://svnweb.freebsd.org/changeset/base/365396
Log:
twsi: use tsleep instead of pause for better responsiveness
wakeup() does not have any effect on pause(), so if a transfer was
not finished by the time of the first c
Author: avg
Date: Mon Sep 7 06:27:18 2020
New Revision: 365395
URL: https://svnweb.freebsd.org/changeset/base/365395
Log:
aw_clk_nm: fix incorrect use of abs()
abs() takes a (signed) int as input.
Instead, it was used with unsigned 64-bit integers.
So, add and use a new helper funct
Author: avg
Date: Mon Sep 7 06:22:30 2020
New Revision: 365394
URL: https://svnweb.freebsd.org/changeset/base/365394
Log:
MFC r364149: aw_cir: in pulse encoding actual length is one greater than value
Modified:
stable/12/sys/arm/allwinner/aw_cir.c
Directory Properties:
stable/12/ (props
Author: avg
Date: Mon Sep 7 06:21:01 2020
New Revision: 365393
URL: https://svnweb.freebsd.org/changeset/base/365393
Log:
MFC r364148: aw_cir: lower activation threshold to support NECx protocol
Modified:
stable/12/sys/arm/allwinner/aw_cir.c
Directory Properties:
stable/12/ (props change
Author: avg
Date: Mon Sep 7 06:14:42 2020
New Revision: 365392
URL: https://svnweb.freebsd.org/changeset/base/365392
Log:
MFC r364145: gpiokeys: add evdev support
Only linux,code is supported as it maps 1:1 to evdev key codes.
No reverse mapping for freebsd,code yet.
Modified:
stable/
On 6 Sep 2020, at 21:46, Alan Somers wrote:
>
> On Mon, Aug 24, 2020 at 3:01 AM Mateusz Guzik wrote:
> Author: mjg
> Date: Mon Aug 24 09:00:57 2020
> New Revision: 364637
> URL: https://svnweb.freebsd.org/changeset/base/364637
>
> Log:
> cache: lockless reverse lookup
>
> This enables full
On Mon, Aug 24, 2020 at 3:01 AM Mateusz Guzik wrote:
> Author: mjg
> Date: Mon Aug 24 09:00:57 2020
> New Revision: 364637
> URL: https://svnweb.freebsd.org/changeset/base/364637
>
> Log:
> cache: lockless reverse lookup
>
> This enables fully scalable operation for getcwd and significantly
>
Author: asomers
Date: Sun Sep 6 20:32:13 2020
New Revision: 365391
URL: https://svnweb.freebsd.org/changeset/base/365391
Log:
nsswitch.conf(5): recommend placing cache after files
When cache precedes files, and nscd is configured to allow negative caching,
commands like "pw groupadd" can
Author: gonzo
Date: Sun Sep 6 20:03:13 2020
New Revision: 365390
URL: https://svnweb.freebsd.org/changeset/base/365390
Log:
MFC r364098 by lwhsu:
Fix armv{6,7} build after r364088
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/sys/dev/dwc/if_dwc.c
Directory Properties:
Li-Wen Hsu (lw...@freebsd.org) wrote:
> Author: lwhsu
> Date: Tue Aug 11 05:17:10 2020
> New Revision: 364098
> URL: https://svnweb.freebsd.org/changeset/base/364098
>
> Log:
> Fix armv{6,7} build after r364088
>
> Sponsored by: The FreeBSD Foundation
I overlooked this change when it
Author: asomers
Date: Sun Sep 6 19:25:31 2020
New Revision: 365389
URL: https://svnweb.freebsd.org/changeset/base/365389
Log:
padlock(4): fix instapanics with geli authentication
cryptodev_process implementations are supposed to return 0
PR: 247986
Submitted by: jhb
MFC
Author: gonzo
Date: Sun Sep 6 19:03:19 2020
New Revision: 365388
URL: https://svnweb.freebsd.org/changeset/base/365388
Log:
MFC r362736, r364088
r362736:
Configure rx_delay/tx_delay values for RK3399/RK3328 GMAC
For 1000Mb mode to work reliably TX/RX delays need to be configured
b
Author: gonzo
Date: Sun Sep 6 18:48:50 2020
New Revision: 365387
URL: https://svnweb.freebsd.org/changeset/base/365387
Log:
MFC r360467, r362399, r362405, r362415
r360467 by mmel:
Fix style(9). Strip write only variables.
Not a functional change.
r362399 by mmel:
Use naming nome
On Sun, Sep 06, 2020 at 08:32:46PM +0200, Oliver Pinter wrote:
> On Sunday, September 6, 2020, Mariusz Zaborski wrote:
> > New Revision: 365378
> > URL: https://svnweb.freebsd.org/changeset/base/365378
> >
> > Log:
> > traceroute6: capsicumize it
> >
> > ...
> > @@ -13,6 +13,10 @@
> > # A PARTI
On Sunday, September 6, 2020, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Sun Sep 6 14:04:02 2020
> New Revision: 365378
> URL: https://svnweb.freebsd.org/changeset/base/365378
>
> Log:
> traceroute6: capsicumize it
>
> Submitted by: Shubh Gupta
> Sponsored by: Google (GSOC 2020)
>
Author: gonzo
Date: Sun Sep 6 18:27:36 2020
New Revision: 365386
URL: https://svnweb.freebsd.org/changeset/base/365386
Log:
MFC r353843 by glebius:
Convert to if_foreach_llmaddr() KPI.
Modified:
stable/12/sys/dev/dwc/if_dwc.c
Directory Properties:
stable/12/ (props changed)
Modifie
Author: gonzo
Date: Sun Sep 6 18:25:50 2020
New Revision: 365385
URL: https://svnweb.freebsd.org/changeset/base/365385
Log:
MFC r350418 by br:
Add glue driver for Altera SOCFPGA Ethernet MAC (EMAC) found in
Terasic DE10-Pro (an Intel Stratix 10 GX/SX FPGA Development Kit).
The Alter
Author: gonzo
Date: Sun Sep 6 18:20:25 2020
New Revision: 365384
URL: https://svnweb.freebsd.org/changeset/base/365384
Log:
MFC r353419:
Provide new KPI for network drivers to access lists of interface
addresses. The KPI doesn't reveal neither how addresses are stored,
how the access
Author: wulf
Date: Sun Sep 6 17:40:35 2020
New Revision: 365383
URL: https://svnweb.freebsd.org/changeset/base/365383
Log:
MFC r364964: LinuxKPI: Implement ksize() function.
In Linux, ksize() gets the actual amount of memory allocated for a given
object. This commit adds malloc_usable_si
Author: oshogbo
Date: Sun Sep 6 15:44:09 2020
New Revision: 365382
URL: https://svnweb.freebsd.org/changeset/base/365382
Log:
Remove duplicated line.
Reported by: lwhsu
Modified:
head/usr.sbin/traceroute6/Makefile
Modified: head/usr.sbin/traceroute6/Makefile
==
Author: mw
Date: Sun Sep 6 14:41:35 2020
New Revision: 365381
URL: https://svnweb.freebsd.org/changeset/base/365381
Log:
MFC: Merge ENA v2.2.0 driver
r361530 Update ENA driver version to v2.2.0
r361529 Refactor ena_tx_map_mbuf() function
r361528 Fix double-free bug within ena_detach()
Author: mw
Date: Sun Sep 6 14:23:31 2020
New Revision: 365380
URL: https://svnweb.freebsd.org/changeset/base/365380
Log:
MFC: ENA netmap support and bug fixes
r363638 Fix ENA build when integrated into kernel
r354242 Make valdiate_rx_req_id static inline because it uses other static
r3
Author: mw
Date: Sun Sep 6 14:13:51 2020
New Revision: 365379
URL: https://svnweb.freebsd.org/changeset/base/365379
Log:
MFC: Merge ENA v2.0.0 driver
r348416 Update ENA version to v2.0.0
r348414 Fix ENA manual issues
r348413 Improve ENA reset handling
r348412 Fix NULL pointer derefer
Author: oshogbo
Date: Sun Sep 6 14:04:02 2020
New Revision: 365378
URL: https://svnweb.freebsd.org/changeset/base/365378
Log:
traceroute6: capsicumize it
Submitted by: Shubh Gupta
Sponsored by: Google (GSOC 2020)
Differential Revision:https://reviews.freebsd.org/D25604
Modifi
Author: zeising (doc,ports committer)
Date: Sun Sep 6 11:29:06 2020
New Revision: 365377
URL: https://svnweb.freebsd.org/changeset/base/365377
Log:
MFC: r364737, r365264 and r365287
Together, these three revisions improve the drm2 (aka legacy drm or
drm-legacy) drivers to point towards g
Author: zeising (doc,ports committer)
Date: Sun Sep 6 11:23:58 2020
New Revision: 365376
URL: https://svnweb.freebsd.org/changeset/base/365376
Log:
drm: Update deprecation message
Update the deprecation message in the drm1 (aka legacy drm or drm-legacy)
drivers to not point towards the d
Author: zec
Date: Sun Sep 6 10:23:13 2020
New Revision: 365375
URL: https://svnweb.freebsd.org/changeset/base/365375
Log:
MFC r364973:
Driver for 4x10Gb Ethernet reference NIC FPGA design for NetFPGA SUME
development board.
Submitted by: Denis Salopek
Reviewed by: zec, bz (src);
Author: zec
Date: Sun Sep 6 10:18:59 2020
New Revision: 365374
URL: https://svnweb.freebsd.org/changeset/base/365374
Log:
MFC r364973:
Driver for 4x10Gb Ethernet reference NIC FPGA design for NetFPGA SUME
development board.
Submitted by: Denis Salopek
Reviewed by: zec, bz (src);
Author: dim
Date: Sun Sep 6 09:08:06 2020
New Revision: 365373
URL: https://svnweb.freebsd.org/changeset/base/365373
Log:
Follow-up r365371 by removing sentences which indicate the state of the
MK_MALLOC_PRODUCTION option on -CURRENT.
Also, for the sake of backwards compatibility, suppor
On Fri, 4 Sep 2020 at 23:11, Kevin Bowling wrote:
>
> An arbitrary formater may leave a
> little bit of annoyance to each person's taste, but that is a tiny
> drop in the bucket compared to never having to discuss and especially
> correct (which may /seem/ helpful but is pretty offputting to
> new
On Sat, Sep 5, 2020 at 1:42 PM Ed Maste wrote:
> On Fri, 4 Sep 2020 at 23:11, Kevin Bowling
> wrote:
> >
> > An arbitrary formater may leave a
> > little bit of annoyance to each person's taste, but that is a tiny
> > drop in the bucket compared to never having to discuss and especially
> > corr
37 matches
Mail list logo