Error compiling isboot-kmod

2018-01-24 Thread Maurizio Vairani
On this CURRENT snapshot # uname -a FreeBSD freebsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r327788: Wed Jan 10 22:55:40 UTC 2018 r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 I can't compile the kernel module isboot-kmod: # cd /usr/ports/net/isboot-kmod && make ===>

Re: Broadcom 802.11ac WDI SDIO Adapter (Version 1.605.1.0) not configured

2018-01-24 Thread Greg V
On 01/24/2018 02:03, KIRIYAMA Kazuhiko wrote: HI, Broadcom 802.11ac WDI SDIO Adapter works in Windows but does not recognaized in my machne[1]. Actually both ifconfig and pciconf show nothing wifi drives found: Hi. SDIO support is not there yet. Some development is going on: https://wiki.free

Re: Periodical interrupt storm when playing game with USB keyboard

2018-01-24 Thread Hans Petter Selasky
Hi, Can you test and review: https://reviews.freebsd.org/D14027 --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Periodical interrupt storm when playing game with USB keyboard

2018-01-24 Thread Johannes Lundberg
On Wed, Jan 24, 2018 at 12:06 PM, Hans Petter Selasky wrote: > Hi, > > Can you test and review: > > https://reviews.freebsd.org/D14027 > > It seems better. Not as many lock_delays and lag but there still is some lag when holding down a key for too long. kernel`z_feed_linear_S16LE

Re: Error compiling isboot-kmod

2018-01-24 Thread Warner Losh
On Wed, Jan 24, 2018 at 3:12 AM, Maurizio Vairani wrote: > On this CURRENT snapshot > # uname -a > FreeBSD freebsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r327788: Wed Jan 10 > 22:55:40 UTC 2018 > r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC > amd64 > > I can't compile the

Build error: 'emmintrin.h' file not found

2018-01-24 Thread Florian Limberger
Hi, since a few days I can't build 12-CURRENT anymore, due to the 'emmintrin.h' header missing. I hope this is all relevant information: uname -a: FreeBSD $HOSTNAME 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r327931: Sat Jan 13 23:47:34 CET 2018 root@$HOSTNAME:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-

Re: Build error: 'emmintrin.h' file not found

2018-01-24 Thread Peter Jeremy
On 2018-Jan-24 17:34:33 +0100, Florian Limberger wrote: >since a few days I can't build 12-CURRENT anymore, due to the 'emmintrin.h' >header missing. I ran into a similar problem about a month ago. First of all, does your host system have emmintrin.h? E.g. what is the output of "find /usr/lib/

Re: Build error: 'emmintrin.h' file not found

2018-01-24 Thread Florian Limberger
Hi, indeed, `emmintrin.h` was missing. Along with everything else in `/usr/lib/clang`. I copied its contents from a recent snapshot release and the build went fine. I just don't know how I managed to mess that up. Thank you for the pointer! Regards flo Am 2018-01-24 um 19:54 schrieb Peter Jer