PERFORCE change 102569 for review

Paolo Pisati piso at FreeBSD.org
Thu Jul 27 16:15:29 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102569

Change 102569 by piso at piso_newluxor on 2006/07/27 16:15:05

	IFC

Affected files ...

.. //depot/projects/soc2005/libalias/sys/arm/include/db_machdep.h#2 integrate
.. //depot/projects/soc2005/libalias/sys/geom/eli/g_eli.c#2 integrate

Differences ...

==== //depot/projects/soc2005/libalias/sys/arm/include/db_machdep.h#2 (text+ko) ====

@@ -24,7 +24,7 @@
  * the rights to redistribute these changes.
  *
  *	from: FreeBSD: src/sys/i386/include/db_machdep.h,v 1.16 1999/10/04
- * $FreeBSD: src/sys/arm/include/db_machdep.h,v 1.5 2005/01/05 21:58:48 imp Exp $
+ * $FreeBSD: src/sys/arm/include/db_machdep.h,v 1.6 2006/07/27 11:41:37 cognet Exp $
  */
 
 #ifndef	_MACHINE_DB_MACHDEP_H_
@@ -89,4 +89,7 @@
 
 u_int branch_taken (u_int insn, u_int pc);
 
+#ifdef __ARMEB__
+#define BYTE_MSF	(1)
+#endif
 #endif /* !_MACHINE_DB_MACHDEP_H_ */

==== //depot/projects/soc2005/libalias/sys/geom/eli/g_eli.c#2 (text+ko) ====

@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli.c,v 1.26 2006/06/05 21:38:54 pjd Exp $");
+__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli.c,v 1.27 2006/07/27 11:52:12 yar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1030,4 +1030,4 @@
 }
 
 DECLARE_GEOM_CLASS(g_eli_class, g_eli);
-MODULE_DEPEND(geom_eli, crypto, 1, 1, 1);
+MODULE_DEPEND(g_eli, crypto, 1, 1, 1);


More information about the p4-projects mailing list