diff options
Diffstat (limited to 'sys/boot/ia64/efi')
| -rw-r--r-- | sys/boot/ia64/efi/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/efi/conf.c | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/efi/efimd.c | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/efi/ldscript.ia64 | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/efi/main.c | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/efi/start.S | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/efi/version | 2 | 
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile index 652499258763..444148ab1d04 100644 --- a/sys/boot/ia64/efi/Makefile +++ b/sys/boot/ia64/efi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ia64/efi/Makefile,v 1.26 2004/12/21 12:32:14 ru Exp $  PROG=		loader.sym  INTERNALPROG= diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c index 8a250e6e8c69..29386bbbf3a7 100644 --- a/sys/boot/ia64/efi/conf.c +++ b/sys/boot/ia64/efi/conf.c @@ -32,7 +32,7 @@   */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/efi/conf.c,v 1.11 2005/01/05 22:16:57 imp Exp $");  #include <stand.h>  #include <efi.h> diff --git a/sys/boot/ia64/efi/efimd.c b/sys/boot/ia64/efi/efimd.c index accf6c227bf8..5c35dd03d236 100644 --- a/sys/boot/ia64/efi/efimd.c +++ b/sys/boot/ia64/efi/efimd.c @@ -25,7 +25,7 @@   */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/efi/efimd.c,v 1.2 2005/01/05 22:16:57 imp Exp $");  #include <efi.h>  #include <efilib.h> diff --git a/sys/boot/ia64/efi/ldscript.ia64 b/sys/boot/ia64/efi/ldscript.ia64 index 0f79b670e027..b08e18ff00e3 100644 --- a/sys/boot/ia64/efi/ldscript.ia64 +++ b/sys/boot/ia64/efi/ldscript.ia64 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ia64/efi/ldscript.ia64,v 1.9 2004/11/23 05:38:30 marcel Exp $ */  OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little", "elf64-ia64-little")  OUTPUT_ARCH(ia64)  ENTRY(_start_plabel) diff --git a/sys/boot/ia64/efi/main.c b/sys/boot/ia64/efi/main.c index 69b6387f4cfe..2d1d4605c4ed 100644 --- a/sys/boot/ia64/efi/main.c +++ b/sys/boot/ia64/efi/main.c @@ -26,7 +26,7 @@   */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/efi/main.c,v 1.24 2004/11/23 05:37:47 marcel Exp $");  #include <stand.h>  #include <string.h> diff --git a/sys/boot/ia64/efi/start.S b/sys/boot/ia64/efi/start.S index 9d28a968993c..1ee66f48c086 100644 --- a/sys/boot/ia64/efi/start.S +++ b/sys/boot/ia64/efi/start.S @@ -23,7 +23,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$FreeBSD$ + *	$FreeBSD: src/sys/boot/ia64/efi/start.S,v 1.8.2.1 2006/01/28 18:40:55 marcel Exp $   */  	.text diff --git a/sys/boot/ia64/efi/version b/sys/boot/ia64/efi/version index 71f9400f68b0..de7d61410ceb 100644 --- a/sys/boot/ia64/efi/version +++ b/sys/boot/ia64/efi/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/ia64/efi/version,v 1.6 2004/11/23 05:37:47 marcel Exp $  NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this  file is important.  Make sure the current version number is on line 6.  | 
