(No Subject)

2021-01-17 Thread ndelluomo
subscribe

rpi4 bcmpcie(4) fix

2021-01-17 Thread Mark Kettenis
The diff below fixes an issue with using the rpi4 with newer RaspberryPi firmware in combination with the EDK2-based UEFI firmware. The problem is that the EDK2-based firmware programs the outbound mmio window in a way that is incompatible with the device tree. There are multiple ways to fix

ifconfig(8) interface priorities; mention umb(4)

2021-01-17 Thread Stuart Henderson
umb(4) uses IF_WWAN_DEFAULT_PRIORITY (6); mention it in ifconfig(8). OK? (I considered more generic wording e.g. "wireless WAN interfaces", but that's inaccurate, this prio is only used for umb - wwan can also relate to some ppp/urndis/cdce interfaces which don't use this). Index: ifconfig.8

Unlock getppid(2)

2021-01-17 Thread Vitaliy Makkoveev
Now we cache parent's pid as atomic `ps_ppid'. It's time to unlock getppid(2). Index: sys/kern/syscalls.master === RCS file: /cvs/src/sys/kern/syscalls.master,v retrieving revision 1.207 diff -u -p -r1.207 syscalls.master ---

Re: your mail

2021-01-17 Thread Konstantin Schuerheck
bar On Sun, Jan 17, 2021 at 02:56:52PM +0100, Klemens Nanni wrote: > foo

[no subject]

2021-01-17 Thread Klemens Nanni
foo

Re: ugen(4) and uhidev(4) data toggle problem

2021-01-17 Thread Marcus Glocker
Thanks for testing this Greg. On Sat, 16 Jan 2021 16:10:26 -0800 Greg Steuck wrote: > Hi Marcus, > > Marcus Glocker writes: > > > There are a few threads going on related to problems with ugen(4) > > and uhidev(4) devices on xhci(4). This is related to the issue > > patrick@ already