View | Details | Raw Unified | Return to bug 97056
Collapse All | Expand All

(-)bsd-core/drm_scatter.c (+1 lines)
Lines 85-90 Link Here
85
85
86
	DRM_DEBUG( "sg alloc handle  = %08lx\n", entry->handle );
86
	DRM_DEBUG( "sg alloc handle  = %08lx\n", entry->handle );
87
87
88
	entry->virtual = (void *)entry->handle;
88
	request.handle = entry->handle;
89
	request.handle = entry->handle;
89
90
90
	DRM_COPY_TO_USER_IOCTL( (drm_scatter_gather_t *)data,
91
	DRM_COPY_TO_USER_IOCTL( (drm_scatter_gather_t *)data,

Return to bug 97056