EFI and i915kms questions

Joe Maloney jmaloney at pcbsd.org
Fri Dec 4 01:16:48 UTC 2015


It works!  Would it be helpful if I did a pull request from github, or just let you guys take it from here?  Thanks for helping me figure out how to get up, and running!  This will be so much better than the framebuffer driver I was having to use.

Joe Maloney

> On Dec 3, 2015, at 12:33 PM, Joe Maloney <jmaloney at pcbsd.org> wrote:
> 
> FYI it’s changed a bit more, and line 372 is now line 364 with different options.  Going to try this first which was now at line 364.
> 
> https://github.com/pkgdemon/freebsd/commit/f72323b10a9dd6da79f0dae1a6fd68823ec66f7d
> 
> Joe Maloney
> 
>> On Dec 3, 2015, at 11:58 AM, Joe Maloney <jmaloney at pcbsd.org> wrote:
>> 
>> Will give this a try, build an image and report back for sure.  Thanks!
>> 
>> Joe Maloney
>> 
>>> On Dec 2, 2015, at 1:39 AM, Jean-Sébastien Pédron <jean-sebastien.pedron at dumbbell.fr> wrote:
>>> 
>>> On 02/12/2015 02:00, John Baldwin wrote:
>>>> Note that at the top of the function it invokes IICBUS_TRANSFER on a different
>>>> device when force_bit_dev is true:
>>>> 
>>>> 370 	  	  	        sx_xlock(&dev_priv->gmbus_sx);
>>>> 371 	  	  	        if (sc->force_bit_dev) {
>>>> 372 	dumbbell 	282199 	                error = -IICBUS_TRANSFER(dev_priv->bbbus[unit], msgs, nmsgs);
>>>> 373 	kib 	235783 	                goto out;
>>>> 374 	  	  	        }
>>>> 
>>>> Hmm, I would try changing the line at 470 to match the line at 372.
>>>> 
>>>> They used to match, and then this change:
>>> 
>>> You're right. This is something I fixed in my i915 update branch but
>>> forgot to commit to HEAD...
>>> 
>>> Joe, could you please try what John suggests to confirm?
>>> 
>>> -- 
>>> Jean-Sébastien Pédron
>>> 
>> 
>> _______________________________________________
>> freebsd-current at freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
> 
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"



More information about the freebsd-current mailing list