Author: ian
Date: Wed May 14 20:38:05 2014
New Revision: 266088
URL: http://svnweb.freebsd.org/changeset/base/266088

Log:
  MFC r259728, r260752
  
    Add Freescale i.MX515 vt(9) driver.

Added:
  stable/10/sys/arm/freescale/imx/imx51_ipuv3_fbd.c
     - copied, changed from r259728, 
head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c
Modified:
  stable/10/sys/arm/freescale/imx/files.imx51
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/arm/freescale/imx/files.imx51
==============================================================================
--- stable/10/sys/arm/freescale/imx/files.imx51 Wed May 14 20:31:54 2014        
(r266087)
+++ stable/10/sys/arm/freescale/imx/files.imx51 Wed May 14 20:38:05 2014        
(r266088)
@@ -50,4 +50,5 @@ dev/ofw/ofw_iicbus.c                  optional fsliic
 
 # IPU - Image Processing Unit (frame buffer also)
 arm/freescale/imx/imx51_ipuv3.c                optional sc
-
+arm/freescale/imx/imx51_ipuv3_fbd.c    optional vt
+dev/vt/hw/fb/vt_early_fb.c             optional vt

Copied and modified: stable/10/sys/arm/freescale/imx/imx51_ipuv3_fbd.c (from 
r259728, head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c)
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c        Sun Dec 22 16:09:29 
2013        (r259728, copy source)
+++ stable/10/sys/arm/freescale/imx/imx51_ipuv3_fbd.c   Wed May 14 20:38:05 
2014        (r266088)
@@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/bus.h>
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
+#include <machine/fdt.h>
 #include <machine/resource.h>
 #include <machine/frame.h>
 #include <machine/intr.h>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to