From owner-p4-projects@FreeBSD.ORG Fri Apr 21 07:25:41 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A3D6F16A40B; Fri, 21 Apr 2006 07:25:41 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8269316A409 for ; Fri, 21 Apr 2006 07:25:41 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43BE543D45 for ; Fri, 21 Apr 2006 07:25:41 +0000 (GMT) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7PfpD054112 for ; Fri, 21 Apr 2006 07:25:41 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7Pekn054108 for perforce@freebsd.org; Fri, 21 Apr 2006 07:25:40 GMT (envelope-from imp@freebsd.org) Date: Fri, 21 Apr 2006 07:25:40 GMT Message-Id: <200604210725.k3L7Pekn054108@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to imp@freebsd.org using -f From: Warner Losh To: Perforce Change Reviews Cc: Subject: PERFORCE change 95772 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:25:41 -0000 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 ==== //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_