svn commit: r263675 - head/sys/boot/fdt/dts/mips

Bjoern A. Zeeb bz at FreeBSD.org
Sun Mar 23 20:35:59 UTC 2014


Author: bz
Date: Sun Mar 23 20:35:58 2014
New Revision: 263675
URL: http://svnweb.freebsd.org/changeset/base/263675

Log:
  For the moment also disable interrupts on the altera-jtag-uart imitation
  and force polling mode.

Modified:
  head/sys/boot/fdt/dts/mips/beri-netfpga.dts

Modified: head/sys/boot/fdt/dts/mips/beri-netfpga.dts
==============================================================================
--- head/sys/boot/fdt/dts/mips/beri-netfpga.dts	Sun Mar 23 20:17:38 2014	(r263674)
+++ head/sys/boot/fdt/dts/mips/beri-netfpga.dts	Sun Mar 23 20:35:58 2014	(r263675)
@@ -116,8 +116,10 @@
 		serial0: serial at 7f000000 {
 			compatible = "altera,jtag_uart-11_0";
 			reg = <0x7f000000 0x40>;
+/*
 			interrupts = <0>;
 			interrupt-parent = <&beripic>;
+*/
 		};
 
 /*


More information about the svn-src-all mailing list