PERFORCE change 209418 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Wed Apr 11 13:58:33 UTC 2012
    
    
  
http://p4web.freebsd.org/@@209418?ac=10
Change 209418 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/04/11 13:57:27
	For now, don't clear the frame buffer at boot.  Refinement is
	required as this is causing occasional instability (almost
	certainly a software bug/feature).
Affected files ...
.. //depot/projects/ctsrd/beribsd/src/sys/dev/terasic/mtllcd/terasic_mtllcd.c#2 edit
Differences ...
==== //depot/projects/ctsrd/beribsd/src/sys/dev/terasic/mtllcd/terasic_mtllcd.c#2 (text+ko) ====
@@ -88,7 +88,7 @@
 	/*
 	 * Clear the LCD on attach.
 	 */
-	bus_set_region_4(sc->mtl_res, 0, 0, rman_get_size(sc->mtl_res) / 4);
+	// bus_set_region_4(sc->mtl_res, 0, 0, rman_get_size(sc->mtl_res) / 4);
 	return (0);
 }
 
    
    
More information about the p4-projects
mailing list