Re: svn commit: r301741 - head/sys/cam

2016-06-09 Thread Warner Losh
I'm about to commit a real fix. Warner On Fri, Jun 10, 2016 at 12:39 AM, Jung-uk Kim wrote: > On 06/ 9/16 08:35 PM, Conrad Meyer wrote: >> i386 as well (although we are replying to the wrong commit, I think >> r301771 is what broke it): >> >> In file included from

Re: svn commit: r301741 - head/sys/cam

2016-06-09 Thread Glen Barber
On Fri, Jun 10, 2016 at 12:39:56AM -0400, Jung-uk Kim wrote: > On 06/ 9/16 08:35 PM, Conrad Meyer wrote: > > i386 as well (although we are replying to the wrong commit, I think > > r301771 is what broke it): > > > > In file included from /usr/src/sbin/camcontrol/camcontrol.c:56: > >

Re: svn commit: r301741 - head/sys/cam

2016-06-09 Thread Jung-uk Kim
On 06/ 9/16 08:35 PM, Conrad Meyer wrote: > i386 as well (although we are replying to the wrong commit, I think > r301771 is what broke it): > > In file included from /usr/src/sbin/camcontrol/camcontrol.c:56: > /usr/obj/usr/src/tmp/usr/include/cam/cam_ccb.h:44:10: fatal error: >

Re: svn commit: r301741 - head/sys/cam

2016-06-09 Thread Conrad Meyer
i386 as well (although we are replying to the wrong commit, I think r301771 is what broke it): In file included from /usr/src/sbin/camcontrol/camcontrol.c:56: /usr/obj/usr/src/tmp/usr/include/cam/cam_ccb.h:44:10: fatal error: 'cam/nvme/nvme_all.h' file not found #include ^ Best, Conrad

Re: svn commit: r301741 - head/sys/cam

2016-06-09 Thread Glen Barber
On Thu, Jun 09, 2016 at 04:05:56PM +, Warner Losh wrote: > Author: imp > Date: Thu Jun 9 16:05:56 2016 > New Revision: 301741 > URL: https://svnweb.freebsd.org/changeset/base/301741 > > Log: > Add place holder for SDIO CAM stuff for CCB XPT type. > One of these commits breaks sparc64.

svn commit: r301741 - head/sys/cam

2016-06-09 Thread Warner Losh
Author: imp Date: Thu Jun 9 16:05:56 2016 New Revision: 301741 URL: https://svnweb.freebsd.org/changeset/base/301741 Log: Add place holder for SDIO CAM stuff for CCB XPT type. Sponsored by: Netflix Modified: head/sys/cam/cam_ccb.h head/sys/cam/cam_xpt.c Modified: