Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2006 07:25:40 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95772 for review
Message-ID:  <200604210725.k3L7Pekn054108@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95772

Change 95772 by imp@imp_harmony on 2006/04/21 07:24:40

	Diff reduction against FreeBSD.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/loader_prompt.h#3 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/p_string.c#5 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/p_string.h#5 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/printf.c#3 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/putchar.c#5 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/tag_list.c#4 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/tag_list.h#4 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/loader_prompt.h#3 (text+ko) ====

@@ -1,4 +1,4 @@
-/*******************************************************************************
+/******************************************************************************
  *
  * Filename: loader_prompt.h
  *
@@ -16,7 +16,9 @@
  * owners.  This software is not copyrighted and is intended for reference
  * only.
  * END_BLOCK
- ******************************************************************************/
+ *
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/loader_prompt.h,v 1.1 2006/04/19 17:16:49 imp Exp $
+ *****************************************************************************/
 
 #ifndef _LOADER_PROMPT_H_
 #define _LOADER_PROMPT_H_

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/p_string.c#5 (text+ko) ====

@@ -1,4 +1,4 @@
-/*******************************************************************************
+/******************************************************************************
  *
  * Filename: p_string.c
  *
@@ -19,7 +19,9 @@
  * owners.  This software is not copyrighted and is intended for reference
  * only.
  * END_BLOCK
- ******************************************************************************/
+ *
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/p_string.c,v 1.1 2006/04/19 17:16:49 imp Exp $
+ *****************************************************************************/
 
 #include "p_string.h"
 

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/p_string.h#5 (text+ko) ====

@@ -1,4 +1,4 @@
-/*******************************************************************************
+/******************************************************************************
  *
  * Filename: p_string.h
  *
@@ -16,7 +16,9 @@
  * owners.  This software is not copyrighted and is intended for reference
  * only.
  * END_BLOCK
- ******************************************************************************/
+ *
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/p_string.h,v 1.1 2006/04/19 17:16:49 imp Exp $
+ *****************************************************************************/
 
 #ifndef _P_STRING_H_
 #define _P_STRING_H_

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/printf.c#3 (text+ko) ====

@@ -1,6 +1,8 @@
 /*-
  * Copyright (c) 1998 Robert Nordier
  * All rights reserved.
+ * Copyright (c) 2006 M. Warner Losh
+ * All rights reserved.
  *
  * Redistribution and use in source and binary forms are freely
  * permitted provided that the above copyright notice and this
@@ -11,6 +13,8 @@
  * implied warranties, including, without limitation, the implied
  * warranties of merchantability and fitness for a particular
  * purpose.
+ *
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/printf.c,v 1.1 2006/04/19 17:16:49 imp Exp $
  */
 
 #include <stdarg.h>

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/putchar.c#5 (text) ====

@@ -31,7 +31,7 @@
  * owners.  This software is not copyrighted and is intended for reference
  * only.
  *
- * $FreeBSD: src/sys/boot/arm/at91/boot0/lib.c,v 1.1 2006/04/12 21:22:44 imp Exp $
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/putchar.c,v 1.1 2006/04/19 17:16:49 imp Exp $
  */
 
 #include "at91rm9200.h"

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/tag_list.c#4 (text+ko) ====

@@ -1,4 +1,4 @@
-/*******************************************************************************
+/******************************************************************************
  *
  * Filename: tag_list.c
  *
@@ -16,11 +16,13 @@
  * owners.  This software is not copyrighted and is intended for reference
  * only.
  * END_BLOCK
- ******************************************************************************/
+ *
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/tag_list.c,v 1.2 2006/04/21 07:19:22 imp Exp $
+ *****************************************************************************/
 
-/* ****************************** GLOBALS *************************************/
+/******************************* GLOBALS *************************************/
 
-/* ********************* PRIVATE FUNCTIONS/DATA/DEFINES ***********************/
+/********************** PRIVATE FUNCTIONS/DATA/DEFINES ***********************/
 
 #define u32 unsigned
 #define u16 unsigned short
@@ -34,7 +36,7 @@
 #define MEM_SIZE	0x2000000
 #define PHYS_OFFSET	0x20000000
 
-/* ************************** GLOBAL FUNCTIONS ********************************/
+/*************************** GLOBAL FUNCTIONS ********************************/
 
 /*
  * .KB_C_FN_DEFINITION_START

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/tag_list.h#4 (text+ko) ====

@@ -17,7 +17,7 @@
  * only.
  * END_BLOCK
  *
- * $FreeBSD: src/sys/boot/arm/at91/libat91/tag_list.h,v 1.1 2006/04/19 17:16:49 imp Exp $
+ * $FreeBSD: src/sys/boot/arm/at91/libat91/tag_list.h,v 1.2 2006/04/21 07:12:12 imp Exp $
  ****************************************************************************/
 
 #ifndef _TAG_LIST_H_



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604210725.k3L7Pekn054108>