Intel LPC and Nvidia pcidevs for Dell XPS 15

2018-12-16 Thread Jan Schreiber
Hi, the NVidia graphics card and Intel LPC for a Dell XPS 15 are missing from pcidevs. I'd really appreciate if someone would add them. Thanks Jan diff --git sys/dev/pci/pcidevs sys/dev/pci/pcidevs index 8cac704548b..ee8c0419874 100644 --- sys/dev/pci/pcidevs +++ sys/dev/pci/pcidevs @@ -5188,6

mandoc potential memory leak fix

2018-06-18 Thread Jan Schreiber
Hi, this patch closes potential memory leaks in the mandoc memory wrapper functions and follows the examples in the manpages. diff --git mandoc_aux.c mandoc_aux.c index 7c23ecfdd01..dbfb83faffc 100644 --- mandoc_aux.c +++ mandoc_aux.c @@ -66,27 +66,43 @@ mandoc_malloc(size_t size) void * mando

unhandled firmware response in iwm0

2018-03-12 Thread Jan Schreiber
Hi, when connecting to an open wifi I get following message: iwm0: unhandled firmware response 0xce/0xb82c rx ring 0[48] I added another case which ignores the IWM_BT_PROFILE_NOTIFICATION. I didn't notice any change when connecting, except that the message is gone. diff --git sys/dev/pci/if

axen invalid buffer printf

2018-02-28 Thread Jan Schreiber
I connect to a lot of different networks with an axen(4) driven USB network dongle. I often get spammed with "invalid buffer..." messages in my dmesg. This mail thread on bugs@ happened a while back but no patch was submitted: https://marc.info/?l=openbsd-bugs&m=149138214725080&w=2 I now changed

Re: unhandled firmware response in iwm

2018-02-28 Thread Jan Schreiber
On 02/28/18 15:35, Stefan Sperling wrote: > On Tue, Feb 27, 2018 at 10:55:05AM +0100, Jan Schreiber wrote: >> On 02/27/18 09:06, Stefan Sperling wrote: >>> On Mon, Feb 26, 2018 at 11:55:34PM +0100, j...@posteo.de wrote: >>>> When connecting to a wifi network messages

Re: unhandled firmware response in iwm

2018-02-27 Thread Jan Schreiber
On 02/27/18 09:06, Stefan Sperling wrote: > On Mon, Feb 26, 2018 at 11:55:34PM +0100, j...@posteo.de wrote: >> When connecting to a wifi network messages like "iwm0: unhandled firmware >> response 0xff/0xb810 rx ring" appear. >> After looking at https://patchwork.kernel.org/patch/9869017/ I cam

kqueue EV_RECEIPT and EV_DISPATCH

2017-05-31 Thread Jan Schreiber
Hi, I recently stumbled upon software that relies on EV_RECEIPT and EV_DISPATCH to be available as flags. It also showed up as dependency for a Rust crate. FreeBSD has it since 8.1 and OSX since 10.5. Patch is below. mike@ looked throug, thanks a lot! Jan Index: sys/kern/kern_event.c ==

gcc typo

2016-01-12 Thread Jan Schreiber
Hi, this looks like a typo in gcc. Jan Index: gnu/gcc/gcc/config/mt/mt.c === RCS file: /cvs/src/gnu/gcc/gcc/config/mt/mt.c,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 mt.c --- gnu/gcc/gcc/config/mt/mt.c 15 Oct 2009 17:11:30