On Thu, Sep 16, 2004 at 01:17:02AM -0400, Jon Smirl wrote:
> This should fix the problem
> 
> ===== linux/drm_scatter.h 1.6 vs edited =====
> +++ edited/linux/drm_scatter.h  Thu Sep 16 01:11:13 2004
> @@ -73,7 +73,7 @@
>   
>         DRM_DEBUG( "%s\n", __FUNCTION__ );
>   
> -       if (drm_core_check_feature(dev, DRIVER_SG))
> +       if (!drm_core_check_feature(dev, DRIVER_SG))
>                 return -EINVAL;
>   
>         if ( dev->sg )
> 
> 

    Yes, it does (tested with this change in 2.6.9-rc2-mm1).

    Thanks again!
-- 
Joseph Fannin
[EMAIL PROTECTED]

"That's all I have to say about that." -- Forrest Gump.

Attachment: signature.asc
Description: Digital signature

Reply via email to