NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/42041 CVS commit: src/sys/external/bsd/drm/dist/shared-core



The following reply was made to PR port-i386/42041; it has been noted by GNATS.

From: Christos Zoulas <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42041 CVS commit: src/sys/external/bsd/drm/dist/shared-core
Date: Thu, 10 Sep 2009 14:11:21 -0400

 Module Name:   src
 Committed By:  christos
 Date:          Thu Sep 10 18:11:21 UTC 2009
 
 Modified Files:
        src/sys/external/bsd/drm/dist/shared-core: i915_dma.c mach64_dma.c
 
 Log Message:
 PR/42041: Jasper Wallace: Stopgap fix for kernel assert
 ("(boundary & (boundary - 1)) == 0") triggers with i915drm in recent -5 kernel
 
 Read the comment in the code for a detailed explanation. This should be fixed
 properly in the i386 bus code, but it is too intrusive to do for -5.
 XXX: pullup for 5.x
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.4 -r1.2 \
     src/sys/external/bsd/drm/dist/shared-core/i915_dma.c
 cvs rdiff -u -r1.2 -r1.3 \
     src/sys/external/bsd/drm/dist/shared-core/mach64_dma.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index