Re: umt(4)

2018-08-25 Thread Jason McIntyre
On Sat, Aug 25, 2018 at 01:41:40PM -0500, joshua stein wrote: > For USB-connected Windows Precision Touchpad devices, just like > imt(4) is for i2c. > > Also renames HIDMT_INPUT_MODE_MT to HIDMT_INPUT_MODE_MT_TOUCHPAD > since there is a different value for touchscreens (not yet used). > ok for

umt(4)

2018-08-25 Thread joshua stein
For USB-connected Windows Precision Touchpad devices, just like imt(4) is for i2c. Also renames HIDMT_INPUT_MODE_MT to HIDMT_INPUT_MODE_MT_TOUCHPAD since there is a different value for touchscreens (not yet used). Index: sys/arch/amd64/conf/GENERIC =

ENA support

2018-08-25 Thread Zbyszek Żółkiewski
Hi, just a question: anyone tried/consider porting ENA (Elastic Network Adapter) support to OpenBSD (https://github.com/amzn/amzn-drivers/tree/master/kernel/fbsd/ena), how hard would be to get it to obsd? _ Zbyszek Żółkiewski

Speed up UEFI framebuffer console

2018-08-25 Thread Mark Kettenis
Here is a diff to speed up the initial framebuffer console on amd64. It remaps the framebuffer write-combining early on, which speeds up writing to the framebuffer considerably. Remapping is done using _bus_space_map(). Otherwise inteldrm(4) and radeondrm(4) will fail to attach (or even panic) be

Claiming framebuffers

2018-08-25 Thread Mark Kettenis
The last issue that keeps me from enabling radeondrm(4) on arm64 is that I need to prevent simplefb(4) and radeondrm(4) from fighting over te same framebuffer. We already have an ad-hoc solution for efifb(4) on amd64. But I don't think adding yet another MD-specific mechanism is the way to go. S

Re: update ifstated parser

2018-08-25 Thread Marcus MERIGHI
Hello, cleaning up my inbox I stumbled over this, it would be handy, still applies and compiles. But... it does not like my config when running "ifstated -n -v -f /etc/ifstated.conf", as opposed to ifstated *before* the patch. part of /etc/ifstated.conf init-state auto wireif = 'em0' waveif =

Re: Using shift on external keyboards in softraid passphrases from efiboot

2018-08-25 Thread Mark Kettenis
> Date: Sat, 25 Aug 2018 07:53:55 +0900 (JST) > From: YASUOKA Masahiko > > On Fri, 24 Aug 2018 10:55:52 +0200 > Patrick Wildt wrote: > > On Fri, Aug 24, 2018 at 10:47:27AM +0200, Theo Buehler wrote: > >> On Fri, Aug 24, 2018 at 11:50:51AM +0900, YASUOKA Masahiko wrote: > >> > Hi, > >> > > >> >