Re: distrib/notes/arm64/prep update

2020-04-19 Thread Mark Kettenis
> Date: Thu, 16 Apr 2020 21:31:51 +0100 > From: Stuart Henderson > > any comments? ok? ok kettenis@ > Index: prep > === > RCS file: /cvs/src/distrib/notes/arm64/prep,v > retrieving revision 1.9 > diff -u -p -r1.9 prep > --- prep

Re: bwfm(4): document supported chipsets

2020-04-19 Thread Stefan Sperling
On Sun, Apr 19, 2020 at 03:00:59PM -0600, Theo de Raadt wrote: > % man -k sdio > amlmmc(4) - Amlogic MMC/SD/SDIO controller > dwmmc(4) - Synopsis DesignWare MMC/SD/SDIO controller > ommmc(4/armv7) - MMC/SD/SDIO controller > > > Oh, so it only works on those 3 controllers? Fine. I'll commit my

rpki-client 6.6p2 (portable) has been released

2020-04-19 Thread Sebastian Benoit
rpki-client 6.6p2 has just been released. It is the first public portable release of the rpki-client code, available in OpenBSD. It will be available from the mirrors listed at http://www.rpki-client.org/ shortly. rpki-client is a FREE, easy-to-use implementation of the Resource Public Key

Re: bwfm(4): document supported chipsets

2020-04-19 Thread Theo de Raadt
Stefan Sperling wrote: > On Sun, Apr 19, 2020 at 10:46:28PM +0200, Mark Kettenis wrote: > > > Date: Sun, 19 Apr 2020 22:24:31 +0200 > > > From: Stefan Sperling > > > > > > We really should be documenting supported wifi chipsets to help users > > > find devices that will work with OpenBSD. > >

Re: bwfm(4): document supported chipsets

2020-04-19 Thread Stefan Sperling
On Sun, Apr 19, 2020 at 10:46:28PM +0200, Mark Kettenis wrote: > > Date: Sun, 19 Apr 2020 22:24:31 +0200 > > From: Stefan Sperling > > > > We really should be documenting supported wifi chipsets to help users > > find devices that will work with OpenBSD. > > The bwfm(4) man page leaves such

Re: bwfm(4): document supported chipsets

2020-04-19 Thread Theo de Raadt
Mark Kettenis wrote: > > Date: Sun, 19 Apr 2020 22:24:31 +0200 > > From: Stefan Sperling > > > > We really should be documenting supported wifi chipsets to help users > > find devices that will work with OpenBSD. > > The bwfm(4) man page leaves such questions entirely open at present. > > > >

Re: bwfm(4): document supported chipsets

2020-04-19 Thread Mark Kettenis
> Date: Sun, 19 Apr 2020 22:24:31 +0200 > From: Stefan Sperling > > We really should be documenting supported wifi chipsets to help users > find devices that will work with OpenBSD. > The bwfm(4) man page leaves such questions entirely open at present. > > The diff below intends to fill that

Re: bwfm(4): document supported chipsets

2020-04-19 Thread Jason McIntyre
On Sun, Apr 19, 2020 at 10:24:31PM +0200, Stefan Sperling wrote: > We really should be documenting supported wifi chipsets to help users > find devices that will work with OpenBSD. > The bwfm(4) man page leaves such questions entirely open at present. > > The diff below intends to fill that gap

bwfm(4): document supported chipsets

2020-04-19 Thread Stefan Sperling
We really should be documenting supported wifi chipsets to help users find devices that will work with OpenBSD. The bwfm(4) man page leaves such questions entirely open at present. The diff below intends to fill that gap by adding table which lists supported devices. The table includes chipset

Support additional SD/MMC controller on Raspberry Pi 4

2020-04-19 Thread Mark Kettenis
The Raspberry Pi 4 has an additional SD/MMC controller. This controller is almost completely standard and just needs one tiny quirk. So the diff is really simple. By default, if you use the EDK2-base UEFI firmware this controller isn't actually connected to anything. So you'll see sdmmc0:

Re: Raspberry Pi 4 RNG driver

2020-04-19 Thread Mark Kettenis
> Date: Sun, 19 Apr 2020 12:56:04 +0200 (CEST) > From: Mark Kettenis > > So the random number generator on the Raspberry Pi 4 is a different > design than what was present on earlier models. Here is a driver. > > The ACPI tables don't list this device, so only FDT support for now. > > ok?

Experiment with unlocking PF_UNIX sockets

2020-04-19 Thread Vitaliy Makkoveev
Diff below is _not_ for commit. It's just an experiment I wish to share. Socket layer is already protected by solock(). Inet sockets are protected by NET_LOCK() which is grabbed by solock(). All other sockets are still under KERNEL_LOCK(). My suggestion is to implement another lock, identical to

Raspberry Pi 4 RNG driver

2020-04-19 Thread Mark Kettenis
So the random number generator on the Raspberry Pi 4 is a different design than what was present on earlier models. Here is a driver. The ACPI tables don't list this device, so only FDT support for now. ok? Index: arch/arm64/conf/GENERIC

Re: patch: Unable to use USB scanner more than once: XHCI problem

2020-04-19 Thread Natasha Kerensikova
Hello, sorry for bringing back an old thread, but in all this excitement in the world right now, I kind of lost track of some stuff. So the broad context is that I bought a USB scanner after choosing it from the list supported by SANE, hoping to use it on my OpenBSD home computer, and it worked