aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi')
-rw-r--r--sys/boot/efi/Makefile2
-rw-r--r--sys/boot/efi/Makefile.inc2
-rw-r--r--sys/boot/efi/include/README2
-rw-r--r--sys/boot/efi/include/efi.h2
-rw-r--r--sys/boot/efi/include/efi_nii.h2
-rw-r--r--sys/boot/efi/include/efiapi.h2
-rw-r--r--sys/boot/efi/include/eficon.h2
-rw-r--r--sys/boot/efi/include/efidebug.h2
-rw-r--r--sys/boot/efi/include/efidef.h2
-rw-r--r--sys/boot/efi/include/efidevp.h2
-rw-r--r--sys/boot/efi/include/efierr.h2
-rw-r--r--sys/boot/efi/include/efifpswa.h2
-rw-r--r--sys/boot/efi/include/efifs.h2
-rw-r--r--sys/boot/efi/include/efilib.h2
-rw-r--r--sys/boot/efi/include/efinet.h2
-rw-r--r--sys/boot/efi/include/efipart.h2
-rw-r--r--sys/boot/efi/include/efiprot.h2
-rw-r--r--sys/boot/efi/include/efipxebc.h2
-rw-r--r--sys/boot/efi/include/efiser.h2
-rw-r--r--sys/boot/efi/include/efistdarg.h2
-rw-r--r--sys/boot/efi/include/i386/efibind.h2
-rw-r--r--sys/boot/efi/include/i386/pe.h2
-rw-r--r--sys/boot/efi/include/ia64/efibind.h2
-rw-r--r--sys/boot/efi/include/ia64/pe.h2
-rw-r--r--sys/boot/efi/libefi/Makefile2
-rw-r--r--sys/boot/efi/libefi/delay.c2
-rw-r--r--sys/boot/efi/libefi/efi_console.c2
-rw-r--r--sys/boot/efi/libefi/efinet.c2
-rw-r--r--sys/boot/efi/libefi/efipart.c2
-rw-r--r--sys/boot/efi/libefi/errno.c2
-rw-r--r--sys/boot/efi/libefi/handles.c2
-rw-r--r--sys/boot/efi/libefi/libefi.c2
-rw-r--r--sys/boot/efi/libefi/time.c2
33 files changed, 33 insertions, 33 deletions
diff --git a/sys/boot/efi/Makefile b/sys/boot/efi/Makefile
index ce5211393c22..d59d795eda52 100644
--- a/sys/boot/efi/Makefile
+++ b/sys/boot/efi/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/efi/Makefile,v 1.2.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
SUBDIR= libefi
diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc
index fdfd59cf0d68..9ecdc436b995 100644
--- a/sys/boot/efi/Makefile.inc
+++ b/sys/boot/efi/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/efi/Makefile.inc,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
BINDIR?= /boot
diff --git a/sys/boot/efi/include/README b/sys/boot/efi/include/README
index bf821fae7e60..7d017d9a46ef 100644
--- a/sys/boot/efi/include/README
+++ b/sys/boot/efi/include/README
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/README,v 1.2.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/*-
Files in this directory and subdirectories are subject to the following
diff --git a/sys/boot/efi/include/efi.h b/sys/boot/efi/include/efi.h
index 4869e383e67e..b5e3e174facf 100644
--- a/sys/boot/efi/include/efi.h
+++ b/sys/boot/efi/include/efi.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efi.h,v 1.4.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/*++
Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
diff --git a/sys/boot/efi/include/efi_nii.h b/sys/boot/efi/include/efi_nii.h
index 522223221640..f37814f83e50 100644
--- a/sys/boot/efi/include/efi_nii.h
+++ b/sys/boot/efi/include/efi_nii.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efi_nii.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_NII_H
#define _EFI_NII_H
diff --git a/sys/boot/efi/include/efiapi.h b/sys/boot/efi/include/efiapi.h
index 187fe294b58e..127d4c17da3b 100644
--- a/sys/boot/efi/include/efiapi.h
+++ b/sys/boot/efi/include/efiapi.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efiapi.h,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_API_H
#define _EFI_API_H
diff --git a/sys/boot/efi/include/eficon.h b/sys/boot/efi/include/eficon.h
index ef4af81f77e4..a0880ca3f2bf 100644
--- a/sys/boot/efi/include/eficon.h
+++ b/sys/boot/efi/include/eficon.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/eficon.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_CON_H
#define _EFI_CON_H
diff --git a/sys/boot/efi/include/efidebug.h b/sys/boot/efi/include/efidebug.h
index 5576d5f4e48c..6c53628f492b 100644
--- a/sys/boot/efi/include/efidebug.h
+++ b/sys/boot/efi/include/efidebug.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efidebug.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_DEBUG_H
#define _EFI_DEBUG_H
diff --git a/sys/boot/efi/include/efidef.h b/sys/boot/efi/include/efidef.h
index 2d5d7ef90403..da7febde7bc6 100644
--- a/sys/boot/efi/include/efidef.h
+++ b/sys/boot/efi/include/efidef.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efidef.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_DEF_H
#define _EFI_DEF_H
diff --git a/sys/boot/efi/include/efidevp.h b/sys/boot/efi/include/efidevp.h
index a332af5b6694..e9a76f59661b 100644
--- a/sys/boot/efi/include/efidevp.h
+++ b/sys/boot/efi/include/efidevp.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efidevp.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _DEVPATH_H
#define _DEVPATH_H
diff --git a/sys/boot/efi/include/efierr.h b/sys/boot/efi/include/efierr.h
index dc57f0ed4333..bb611006317f 100644
--- a/sys/boot/efi/include/efierr.h
+++ b/sys/boot/efi/include/efierr.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efierr.h,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_ERR_H
#define _EFI_ERR_H
diff --git a/sys/boot/efi/include/efifpswa.h b/sys/boot/efi/include/efifpswa.h
index 3e039ef6a26d..ba0d09d31f92 100644
--- a/sys/boot/efi/include/efifpswa.h
+++ b/sys/boot/efi/include/efifpswa.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efifpswa.h,v 1.2.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_FPSWA_H
#define _EFI_FPSWA_H
diff --git a/sys/boot/efi/include/efifs.h b/sys/boot/efi/include/efifs.h
index 58febb66eb75..a876694d5d3b 100644
--- a/sys/boot/efi/include/efifs.h
+++ b/sys/boot/efi/include/efifs.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efifs.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_FS_H
#define _EFI_FS_H
diff --git a/sys/boot/efi/include/efilib.h b/sys/boot/efi/include/efilib.h
index cf825a623cb4..2905c24b0ba0 100644
--- a/sys/boot/efi/include/efilib.h
+++ b/sys/boot/efi/include/efilib.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/efi/include/efilib.h,v 1.6.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $
*/
#include <stand.h>
diff --git a/sys/boot/efi/include/efinet.h b/sys/boot/efi/include/efinet.h
index b4996d9b5cc5..d5d654c27255 100644
--- a/sys/boot/efi/include/efinet.h
+++ b/sys/boot/efi/include/efinet.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efinet.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFINET_H
#define _EFINET_H
diff --git a/sys/boot/efi/include/efipart.h b/sys/boot/efi/include/efipart.h
index ef1a8709d91b..c4aeeade541e 100644
--- a/sys/boot/efi/include/efipart.h
+++ b/sys/boot/efi/include/efipart.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efipart.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_PART_H
#define _EFI_PART_H
diff --git a/sys/boot/efi/include/efiprot.h b/sys/boot/efi/include/efiprot.h
index fac4568b5b32..ac969e589826 100644
--- a/sys/boot/efi/include/efiprot.h
+++ b/sys/boot/efi/include/efiprot.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efiprot.h,v 1.4.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_PROT_H
#define _EFI_PROT_H
diff --git a/sys/boot/efi/include/efipxebc.h b/sys/boot/efi/include/efipxebc.h
index 3781a6760149..07f4bd6d3baf 100644
--- a/sys/boot/efi/include/efipxebc.h
+++ b/sys/boot/efi/include/efipxebc.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efipxebc.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFIPXEBC_H
#define _EFIPXEBC_H
diff --git a/sys/boot/efi/include/efiser.h b/sys/boot/efi/include/efiser.h
index 1f3fe4a81ba3..b991f6a57236 100644
--- a/sys/boot/efi/include/efiser.h
+++ b/sys/boot/efi/include/efiser.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efiser.h,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFI_SER_H
#define _EFI_SER_H
diff --git a/sys/boot/efi/include/efistdarg.h b/sys/boot/efi/include/efistdarg.h
index 25f556984112..8fca072f1737 100644
--- a/sys/boot/efi/include/efistdarg.h
+++ b/sys/boot/efi/include/efistdarg.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/efistdarg.h,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifndef _EFISTDARG_H_
#define _EFISTDARG_H_
diff --git a/sys/boot/efi/include/i386/efibind.h b/sys/boot/efi/include/i386/efibind.h
index f28057b47976..6751ef3d37f6 100644
--- a/sys/boot/efi/include/i386/efibind.h
+++ b/sys/boot/efi/include/i386/efibind.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/i386/efibind.h,v 1.4.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/*++
Copyright (c) 1999 - 2003 Intel Corporation. All rights reserved
diff --git a/sys/boot/efi/include/i386/pe.h b/sys/boot/efi/include/i386/pe.h
index 0381a44066de..744ae848be1d 100644
--- a/sys/boot/efi/include/i386/pe.h
+++ b/sys/boot/efi/include/i386/pe.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/i386/pe.h,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
PE32+ header file
*/
diff --git a/sys/boot/efi/include/ia64/efibind.h b/sys/boot/efi/include/ia64/efibind.h
index 21f0d25d70e7..560680ff6140 100644
--- a/sys/boot/efi/include/ia64/efibind.h
+++ b/sys/boot/efi/include/ia64/efibind.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/ia64/efibind.h,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/*++
Copyright (c) 1999 - 2003 Intel Corporation. All rights reserved
diff --git a/sys/boot/efi/include/ia64/pe.h b/sys/boot/efi/include/ia64/pe.h
index 24480a5b3ced..c0d5f47c91e1 100644
--- a/sys/boot/efi/include/ia64/pe.h
+++ b/sys/boot/efi/include/ia64/pe.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/efi/include/ia64/pe.h,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
/*
PE32+ header file
*/
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
index 55053e1042f7..cb2b1a9dfd4b 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/sys/boot/efi/libefi/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/efi/libefi/Makefile,v 1.17.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $
LIB= efi
INTERNALLIB=
diff --git a/sys/boot/efi/libefi/delay.c b/sys/boot/efi/libefi/delay.c
index 723f681c5286..66a2fed53c50 100644
--- a/sys/boot/efi/libefi/delay.c
+++ b/sys/boot/efi/libefi/delay.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/delay.c,v 1.3.34.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <efi.h>
#include <efilib.h>
diff --git a/sys/boot/efi/libefi/efi_console.c b/sys/boot/efi/libefi/efi_console.c
index 3538994ac104..7a87e4e06d8b 100644
--- a/sys/boot/efi/libefi/efi_console.c
+++ b/sys/boot/efi/libefi/efi_console.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efi_console.c,v 1.5.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <efi.h>
#include <efilib.h>
diff --git a/sys/boot/efi/libefi/efinet.c b/sys/boot/efi/libefi/efinet.c
index 1eea8606fe15..e8413673c577 100644
--- a/sys/boot/efi/libefi/efinet.c
+++ b/sys/boot/efi/libefi/efinet.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efinet.c,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/param.h>
#include <netinet/in.h>
diff --git a/sys/boot/efi/libefi/efipart.c b/sys/boot/efi/libefi/efipart.c
index 4c8c170f0d96..6c479d833d99 100644
--- a/sys/boot/efi/libefi/efipart.c
+++ b/sys/boot/efi/libefi/efipart.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efipart.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/sys/boot/efi/libefi/errno.c b/sys/boot/efi/libefi/errno.c
index fac903faf27a..c641899e5544 100644
--- a/sys/boot/efi/libefi/errno.c
+++ b/sys/boot/efi/libefi/errno.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/errno.c,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <efi.h>
#include <efilib.h>
diff --git a/sys/boot/efi/libefi/handles.c b/sys/boot/efi/libefi/handles.c
index 7c78a15f7a62..604bdb978f7f 100644
--- a/sys/boot/efi/libefi/handles.c
+++ b/sys/boot/efi/libefi/handles.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/handles.c,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <efi.h>
#include <efilib.h>
diff --git a/sys/boot/efi/libefi/libefi.c b/sys/boot/efi/libefi/libefi.c
index 20ea48c1e5be..6b47c02db665 100644
--- a/sys/boot/efi/libefi/libefi.c
+++ b/sys/boot/efi/libefi/libefi.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/libefi.c,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <efi.h>
#include <efilib.h>
diff --git a/sys/boot/efi/libefi/time.c b/sys/boot/efi/libefi/time.c
index 5c39415368d7..6da796d18fa4 100644
--- a/sys/boot/efi/libefi/time.c
+++ b/sys/boot/efi/libefi/time.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/time.c,v 1.6.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <efi.h>
#include <efilib.h>