Re: Hot-Plug PCIe Support

2016-01-26 Thread Warner Losh
It's mostly done, but needs a careful review by PCI domain experts. I've been doing it a little at a time, but have been crunched for time. Since $DAYJOB doesn't care about hot plug, it's a lower priority than all the things related or semi-related to it. Warner On Tue, Jan 26, 2016 at 6:58 PM,

FreeBSD_HEAD_i386 - Build #2216 - Fixed

2016-01-26 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #2216 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2216/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2216/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2216/console Change summaries: 294

Re: FreeBSD_HEAD_i386 - Build #2215 - Failure

2016-01-26 Thread Justin Hibbits
Sorry, didn't fully tinderbox after a minor change before checking in r294883. Should be fixed by r294885. - Justin On Jan 26, 2016, at 9:39 PM, jenkins-ad...@freebsd.org wrote: FreeBSD_HEAD_i386 - Build #2215 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/

FreeBSD_HEAD_i386 - Build #2215 - Failure

2016-01-26 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #2215 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2215/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2215/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2215/console Change summaries: 2

Bad GPTZFSBOOT?

2016-01-26 Thread Larry Rosenman
Can someone(tm) look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206659 for me? Thanks! -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961 ___

Re: Unable to view Jpeg images...

2016-01-26 Thread Chris H
On Tue, 26 Jan 2016 18:54:07 -0700 Ian Lepore wrote > If someone with the same problem finds this thread on a search engine > next week, they're sure going to wish you had said what the fix was, or > linked to the forum post you found that fixed it. > > -- Ian That's a really good point, Ian. I

Re: Hot-Plug PCIe Support

2016-01-26 Thread Adrian Chadd
please grab the pciehp work that jmg has done and push it along to completion. Pretty please in fact. -a On 26 January 2016 at 14:28, Eric van Gyzen wrote: > FreeBSD Folks: > > I am currently scoping the effort to add hot-plug PCIe support to > FreeBSD. Is anyone else currently working on thi

Re: Unable to view Jpeg images...

2016-01-26 Thread Ian Lepore
If someone with the same problem finds this thread on a search engine next week, they're sure going to wish you had said what the fix was, or linked to the forum post you found that fixed it. -- Ian On Tue, 2016-01-26 at 17:00 -0800, Chris H wrote: > Never mind. I was able to find a quick answer

Re: Unable to view Jpeg images...

2016-01-26 Thread Chris H
Never mind. I was able to find a quick answer in the FreeBSD forums. Thanks! On Tue, 26 Jan 2016 12:27:05 -0800 "Chris H" wrote > Greetings, > I just updated one of my -CURRENT boxes that was ~8 mos. out. I > (re)built the ports/packages locally, to reinstall/upgrade the box. > I *did* read th

Re: Hot-Plug PCIe Support

2016-01-26 Thread Oliver Pinter
On 1/26/16, Eric van Gyzen wrote: > FreeBSD Folks: > > I am currently scoping the effort to add hot-plug PCIe support to > FreeBSD. Is anyone else currently working on this or aware of any > design, code, or other effort available outside the tree? > > FYI, here are perhaps the most interesting r

Hot-Plug PCIe Support

2016-01-26 Thread Eric van Gyzen
FreeBSD Folks: I am currently scoping the effort to add hot-plug PCIe support to FreeBSD. Is anyone else currently working on this or aware of any design, code, or other effort available outside the tree? FYI, here are perhaps the most interesting references I could find: https://wiki.freebsd.o

Unable to view Jpeg images...

2016-01-26 Thread Chris H
Greetings, I just updated one of my -CURRENT boxes that was ~8 mos. out. I (re)built the ports/packages locally, to reinstall/upgrade the box. I *did* read the entry in UPDATING, regarding the switch from jpeg to turbo-jpeg. But given the build process was somewhat automated, I may have overlooked

Re: How to add custom C-flags to kernel depend?

2016-01-26 Thread Hans Petter Selasky
On 01/26/16 12:13, Hans Petter Selasky wrote: Hi, I would like to remove the no-depend keyword from drivers using the LINUXKPI_C in the kernel. Currently it fails like this: sys/ofed/drivers/infiniband/core/mad.c:36:10: fatal error: 'linux/dma-mapping.h' file not found #include ^ 1 e

How to add custom C-flags to kernel depend?

2016-01-26 Thread Hans Petter Selasky
Hi, I would like to remove the no-depend keyword from drivers using the LINUXKPI_C in the kernel. Currently it fails like this: sys/ofed/drivers/infiniband/core/mad.c:36:10: fatal error: 'linux/dma-mapping.h' file not found #include ^ 1 error generated. That's very easy to fix, b