Re: update pcidevs for thinkpad e475 devices

2018-02-25 Thread Jonathan Gray
On Sun, Feb 25, 2018 at 09:26:43PM -0800, Carlos Cardenas wrote: > On Mon, Feb 26, 2018 at 03:25:26PM +1100, Jonathan Gray wrote: > > On Sun, Feb 25, 2018 at 06:27:11PM -0800, Carlos Cardenas wrote: > > > Howdy. > > > > > > Attached is a patch for pcidevs for thinkpad e475 with an > > > AMD A10-96

Re: update pcidevs for thinkpad e475 devices

2018-02-25 Thread Carlos Cardenas
On Mon, Feb 26, 2018 at 03:25:26PM +1100, Jonathan Gray wrote: > On Sun, Feb 25, 2018 at 06:27:11PM -0800, Carlos Cardenas wrote: > > Howdy. > > > > Attached is a patch for pcidevs for thinkpad e475 with an > > AMD A10-9600P R5 (Carrizo) along with the dmesg output. > > Items added: > > * O2 Micro

Re: update pcidevs for thinkpad e475 devices

2018-02-25 Thread Jonathan Gray
On Sun, Feb 25, 2018 at 06:27:11PM -0800, Carlos Cardenas wrote: > Howdy. > > Attached is a patch for pcidevs for thinkpad e475 with an > AMD A10-9600P R5 (Carrizo) along with the dmesg output. > Items added: > * O2 Micro SD/MMC > * various AMD 15h/6xh devs > * Carrizo video A10-9600P is 'Bristol

Re: vmctl: clarify console error message

2018-02-25 Thread Mike Larkin
On Sun, Feb 25, 2018 at 06:30:10PM -0800, Carlos Cardenas wrote: > Attached patch clears up an ambiguous error message when attaching to a > console fails. > > The vm id is not guaranteed to be populated. > > Comments? Ok? > > +--+ > Carlos > Index: vmctl.c > ===

vmctl: clarify console error message

2018-02-25 Thread Carlos Cardenas
Attached patch clears up an ambiguous error message when attaching to a console fails. The vm id is not guaranteed to be populated. Comments? Ok? +--+ Carlos Index: vmctl.c === RCS file: /home/los/cvs/src/usr.sbin/vmctl/vmctl.c,v re

update pcidevs for thinkpad e475 devices

2018-02-25 Thread Carlos Cardenas
Howdy. Attached is a patch for pcidevs for thinkpad e475 with an AMD A10-9600P R5 (Carrizo) along with the dmesg output. Items added: * O2 Micro SD/MMC * various AMD 15h/6xh devs * Carrizo video Comments? Ok? +--+ Carlos OpenBSD 6.2-current (GENERIC.MP) #0: Sun Feb 25 15:32:13 PST 2018 los@b

mgre(4): point-to-multipoint gre tunnels

2018-02-25 Thread David Gwynne
mgre(4) is a basic driver that starts to implement point to multipoint gre ip tunnels. these are annoyingly hard to explain. the main difference between gre(4) and mgre(4) is that it is not a point to point interface (obviously, cos of the name). when configuring gre(4), you give it a source and d

Re: shutdown: simplify countdown loop()

2018-02-25 Thread Scott Cheloha
On Sun, Feb 25, 2018 at 10:42:04AM +0100, Theo Buehler wrote: > On Sat, Feb 24, 2018 at 06:25:44PM -0600, Scott Cheloha wrote: > > [...] > > > > If we treat tlist[] like an array instead of a list, we can > > eliminate a lot of special cases and duplicate calls in shutdown(8)'s > > countdown loop(

Re: iwn(4): fix scan loop

2018-02-25 Thread Jeremie Courreges-Anglas
On Sat, Feb 24 2018, Stefan Sperling wrote: > I made a mistake in my last commit to iwn and broke the scan loop. > > The problem happens if we don't find an AP to connect to after one scan > iteration. The stack then performs a SCAN -> SCAN transition to kick > off another scan, but iwn(4) code in

Re: shutdown: simplify countdown loop()

2018-02-25 Thread Theo Buehler
On Sat, Feb 24, 2018 at 06:25:44PM -0600, Scott Cheloha wrote: > Hey, > > If we treat tlist[] like an array instead of a list, we can > eliminate a lot of special cases and duplicate calls in shutdown(8)'s > countdown loop(). > > We add a spare index at the beginning of tlist[] to accomodate > of

Re: drm: DP update that fixes T460 external monitors through docks

2018-02-25 Thread Jiri B
On Wed, Feb 21, 2018 at 03:30:13PM +0200, Paul Irofti wrote: > For the archives, here is a diff that fixes a locking warning with the > earlier patch. So you have to apply it after the former one. > > diff --git sys/dev/pci/drm/drm_probe_helper.c > sys/dev/pci/drm/drm_probe_helper.c > index 936c0