svn commit: r283794 - head/sys/boot/fdt/dts/arm

Luiz Otavio O Souza loos at FreeBSD.org
Sat May 30 22:32:50 UTC 2015


Author: loos
Date: Sat May 30 22:32:48 2015
New Revision: 283794
URL: https://svnweb.freebsd.org/changeset/base/283794

Log:
  Remove the broken-txfifo setting for Allwinnner SoCs.
  
  This fixes the eventual missing characters when you type too fast or paste
  some text on console.

Modified:
  head/sys/boot/fdt/dts/arm/sun4i-a10.dtsi
  head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi

Modified: head/sys/boot/fdt/dts/arm/sun4i-a10.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/sun4i-a10.dtsi	Sat May 30 21:49:18 2015	(r283793)
+++ head/sys/boot/fdt/dts/arm/sun4i-a10.dtsi	Sat May 30 22:32:48 2015	(r283794)
@@ -127,7 +127,6 @@
 			current-speed = <115200>;
 			clock-frequency = < 24000000 >;
 			busy-detect = <1>;
-			broken-txfifo = <1>;
 		};
 
 		emac at 01c0b000 {

Modified: head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi	Sat May 30 21:49:18 2015	(r283793)
+++ head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi	Sat May 30 22:32:48 2015	(r283794)
@@ -133,7 +133,6 @@
 			current-speed = <115200>;
 			clock-frequency = < 24000000 >;
 			busy-detect = <1>;
-			broken-txfifo = <1>;
 		};
 
 		emac at 01c0b000 {


More information about the svn-src-head mailing list