svn commit: r257649 - in head/sys: conf dev/fdt

Ian Lepore ian at FreeBSD.org
Mon Nov 4 20:00:22 UTC 2013


Author: ian
Date: Mon Nov  4 20:00:21 2013
New Revision: 257649
URL: http://svnweb.freebsd.org/changeset/base/257649

Log:
  This files should have been included in r257648.

Modified:
  head/sys/conf/files.arm
  head/sys/dev/fdt/fdt_pci.c

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm	Mon Nov  4 19:44:37 2013	(r257648)
+++ head/sys/conf/files.arm	Mon Nov  4 20:00:21 2013	(r257649)
@@ -14,6 +14,7 @@ arm/arm/cpufunc_asm_armv4.S 	standard
 arm/arm/db_disasm.c		optional	ddb
 arm/arm/db_interface.c		optional	ddb
 arm/arm/db_trace.c		optional	ddb
+arm/arm/devmap.c		standard
 arm/arm/disassem.c		optional	ddb
 arm/arm/dump_machdep.c		standard
 arm/arm/elf_machdep.c		standard

Modified: head/sys/dev/fdt/fdt_pci.c
==============================================================================
--- head/sys/dev/fdt/fdt_pci.c	Mon Nov  4 19:44:37 2013	(r257648)
+++ head/sys/dev/fdt/fdt_pci.c	Mon Nov  4 20:00:21 2013	(r257649)
@@ -42,6 +42,9 @@ __FBSDID("$FreeBSD$");
 #include <dev/pci/pcireg.h>
 
 #include <machine/fdt.h>
+#if defined(__arm__)
+#include <machine/devmap.h>
+#endif
 
 #include "ofw_bus_if.h"
 #include "pcib_if.h"


More information about the svn-src-all mailing list