summaryrefslogtreecommitdiff
path: root/sys/boot/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/Makefile2
-rw-r--r--sys/boot/ia64/Makefile.inc2
-rw-r--r--sys/boot/ia64/common/Makefile2
-rw-r--r--sys/boot/ia64/common/autoload.c2
-rw-r--r--sys/boot/ia64/common/bootinfo.c2
-rw-r--r--sys/boot/ia64/common/copy.c2
-rw-r--r--sys/boot/ia64/common/devicename.c2
-rw-r--r--sys/boot/ia64/common/exec.c2
-rw-r--r--sys/boot/ia64/common/libia64.h2
-rw-r--r--sys/boot/ia64/efi/Makefile2
-rw-r--r--sys/boot/ia64/efi/conf.c2
-rw-r--r--sys/boot/ia64/efi/efimd.c2
-rw-r--r--sys/boot/ia64/efi/ldscript.ia642
-rw-r--r--sys/boot/ia64/efi/main.c2
-rw-r--r--sys/boot/ia64/efi/start.S2
-rw-r--r--sys/boot/ia64/efi/version2
-rw-r--r--sys/boot/ia64/ski/Makefile2
-rw-r--r--sys/boot/ia64/ski/acpi_stub.c2
-rw-r--r--sys/boot/ia64/ski/conf.c2
-rw-r--r--sys/boot/ia64/ski/delay.c2
-rw-r--r--sys/boot/ia64/ski/efi_stub.c2
-rw-r--r--sys/boot/ia64/ski/exit.c2
-rw-r--r--sys/boot/ia64/ski/ldscript.ia642
-rw-r--r--sys/boot/ia64/ski/libski.h2
-rw-r--r--sys/boot/ia64/ski/main.c2
-rw-r--r--sys/boot/ia64/ski/pal_stub.S2
-rw-r--r--sys/boot/ia64/ski/sal_stub.c2
-rw-r--r--sys/boot/ia64/ski/skiconsole.c2
-rw-r--r--sys/boot/ia64/ski/skifs.c2
-rw-r--r--sys/boot/ia64/ski/skiload.cmd2
-rw-r--r--sys/boot/ia64/ski/skimd.c2
-rw-r--r--sys/boot/ia64/ski/ssc.c2
-rw-r--r--sys/boot/ia64/ski/start.S2
-rw-r--r--sys/boot/ia64/ski/time.c2
-rw-r--r--sys/boot/ia64/ski/version2
35 files changed, 35 insertions, 35 deletions
diff --git a/sys/boot/ia64/Makefile b/sys/boot/ia64/Makefile
index eb07ab81db2ac..e28b8578a1c84 100644
--- a/sys/boot/ia64/Makefile
+++ b/sys/boot/ia64/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/ia64/Makefile,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $
SUBDIR= common efi ski
diff --git a/sys/boot/ia64/Makefile.inc b/sys/boot/ia64/Makefile.inc
index 2e9a113df3879..5b9297ad5e391 100644
--- a/sys/boot/ia64/Makefile.inc
+++ b/sys/boot/ia64/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/ia64/Makefile.inc,v 1.3.32.1 2010/12/21 17:10:29 kensmith Exp $
BINDIR?= /boot
diff --git a/sys/boot/ia64/common/Makefile b/sys/boot/ia64/common/Makefile
index b410bd8242848..dd1a1b00e6907 100644
--- a/sys/boot/ia64/common/Makefile
+++ b/sys/boot/ia64/common/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/ia64/common/Makefile,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $
.include <bsd.own.mk>
diff --git a/sys/boot/ia64/common/autoload.c b/sys/boot/ia64/common/autoload.c
index ea334b97e4180..7d883d058eea5 100644
--- a/sys/boot/ia64/common/autoload.c
+++ b/sys/boot/ia64/common/autoload.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/common/autoload.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $");
int
ia64_autoload(void)
diff --git a/sys/boot/ia64/common/bootinfo.c b/sys/boot/ia64/common/bootinfo.c
index 6f892a91b536e..0fa6722e1442d 100644
--- a/sys/boot/ia64/common/bootinfo.c
+++ b/sys/boot/ia64/common/bootinfo.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/common/bootinfo.c,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
#include <string.h>
diff --git a/sys/boot/ia64/common/copy.c b/sys/boot/ia64/common/copy.c
index 8d8dab65467a4..0981e435269b7 100644
--- a/sys/boot/ia64/common/copy.c
+++ b/sys/boot/ia64/common/copy.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/common/copy.c,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
#include <ia64/include/vmparam.h>
diff --git a/sys/boot/ia64/common/devicename.c b/sys/boot/ia64/common/devicename.c
index 08d9b54c531be..cab3eae2d62ef 100644
--- a/sys/boot/ia64/common/devicename.c
+++ b/sys/boot/ia64/common/devicename.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/common/devicename.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
#include <string.h>
diff --git a/sys/boot/ia64/common/exec.c b/sys/boot/ia64/common/exec.c
index 6b451f24cb353..9a387b01e1b6d 100644
--- a/sys/boot/ia64/common/exec.c
+++ b/sys/boot/ia64/common/exec.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/common/exec.c,v 1.17.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
#include <string.h>
diff --git a/sys/boot/ia64/common/libia64.h b/sys/boot/ia64/common/libia64.h
index a196002088b13..797f21c5f7033 100644
--- a/sys/boot/ia64/common/libia64.h
+++ b/sys/boot/ia64/common/libia64.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/ia64/common/libia64.h,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $
*/
#ifndef _LIBIA64_H_
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 0c0761018fce5..0f9c2cb003964 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.28.12.1 2010/12/21 17:10:29 kensmith Exp $
NO_MAN=
diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c
index a72f79fd8254b..e4465c9ec5557 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.12.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
#include <efi.h>
diff --git a/sys/boot/ia64/efi/efimd.c b/sys/boot/ia64/efi/efimd.c
index 8a1e0c7f1531a..c491ed329feb5 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.3.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
diff --git a/sys/boot/ia64/efi/ldscript.ia64 b/sys/boot/ia64/efi/ldscript.ia64
index 0f79b670e0279..b62a786278347 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.26.1 2010/12/21 17:10:29 kensmith 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 9419903e3337a..20c8dd049feae 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.27.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
#include <string.h>
diff --git a/sys/boot/ia64/efi/start.S b/sys/boot/ia64/efi/start.S
index 9d28a968993c3..f6130768e4fbd 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.10.14.1 2010/12/21 17:10:29 kensmith Exp $
*/
.text
diff --git a/sys/boot/ia64/efi/version b/sys/boot/ia64/efi/version
index 7d7f56651601a..39e4cd1a2c94b 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.7.14.1 2010/12/21 17:10:29 kensmith 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.
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile
index 42d24d19a7ac8..26a42073d78f7 100644
--- a/sys/boot/ia64/ski/Makefile
+++ b/sys/boot/ia64/ski/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/ia64/ski/Makefile,v 1.20.12.1 2010/12/21 17:10:29 kensmith Exp $
NO_MAN=
diff --git a/sys/boot/ia64/ski/acpi_stub.c b/sys/boot/ia64/ski/acpi_stub.c
index 8e08e527e3159..bec89c666d4d8 100644
--- a/sys/boot/ia64/ski/acpi_stub.c
+++ b/sys/boot/ia64/ski/acpi_stub.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/acpi_stub.c,v 1.8.12.1 2010/12/21 17:10:29 kensmith Exp $");
#include <contrib/dev/acpica/acpi.h>
diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c
index cf1e163af2319..28a523b0ed92f 100644
--- a/sys/boot/ia64/ski/conf.c
+++ b/sys/boot/ia64/ski/conf.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/conf.c,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
diff --git a/sys/boot/ia64/ski/delay.c b/sys/boot/ia64/ski/delay.c
index 2389603edb4a5..85ac626a79844 100644
--- a/sys/boot/ia64/ski/delay.c
+++ b/sys/boot/ia64/ski/delay.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/delay.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $");
void
delay(int usecs)
diff --git a/sys/boot/ia64/ski/efi_stub.c b/sys/boot/ia64/ski/efi_stub.c
index 3c7a099bd437b..49a27bd8fce51 100644
--- a/sys/boot/ia64/ski/efi_stub.c
+++ b/sys/boot/ia64/ski/efi_stub.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/efi_stub.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <sys/types.h>
#include <machine/efi.h>
diff --git a/sys/boot/ia64/ski/exit.c b/sys/boot/ia64/ski/exit.c
index aeac67c493410..482a4109e42e1 100644
--- a/sys/boot/ia64/ski/exit.c
+++ b/sys/boot/ia64/ski/exit.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/exit.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/sys/boot/ia64/ski/ldscript.ia64 b/sys/boot/ia64/ski/ldscript.ia64
index e4e1dad0bd91e..0f2d47c3d3c6f 100644
--- a/sys/boot/ia64/ski/ldscript.ia64
+++ b/sys/boot/ia64/ski/ldscript.ia64
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/boot/ia64/ski/ldscript.ia64,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */
OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little", "elf64-ia64-little")
OUTPUT_ARCH(ia64)
ENTRY(_start)
diff --git a/sys/boot/ia64/ski/libski.h b/sys/boot/ia64/ski/libski.h
index 5bbc6dec599fa..e4024c7699ba5 100644
--- a/sys/boot/ia64/ski/libski.h
+++ b/sys/boot/ia64/ski/libski.h
@@ -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/ski/libski.h,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $
*/
#define MAXDEV 31 /* maximum number of distinct devices */
diff --git a/sys/boot/ia64/ski/main.c b/sys/boot/ia64/ski/main.c
index 6cfa25b29a73b..7e1c98f52db42 100644
--- a/sys/boot/ia64/ski/main.c
+++ b/sys/boot/ia64/ski/main.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/main.c,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
#include <string.h>
diff --git a/sys/boot/ia64/ski/pal_stub.S b/sys/boot/ia64/ski/pal_stub.S
index 81fbd080e3f45..c47281e2c7c74 100644
--- a/sys/boot/ia64/ski/pal_stub.S
+++ b/sys/boot/ia64/ski/pal_stub.S
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/ia64/ski/pal_stub.S,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $
*/
#include <machine/asm.h>
diff --git a/sys/boot/ia64/ski/sal_stub.c b/sys/boot/ia64/ski/sal_stub.c
index 1ebbb4cc24bd0..03bd89266199e 100644
--- a/sys/boot/ia64/ski/sal_stub.c
+++ b/sys/boot/ia64/ski/sal_stub.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/sal_stub.c,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $");
#include <sys/types.h>
#include <machine/md_var.h>
diff --git a/sys/boot/ia64/ski/skiconsole.c b/sys/boot/ia64/ski/skiconsole.c
index e5cea3dc99367..6f3ab092db59f 100644
--- a/sys/boot/ia64/ski/skiconsole.c
+++ b/sys/boot/ia64/ski/skiconsole.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/skiconsole.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
diff --git a/sys/boot/ia64/ski/skifs.c b/sys/boot/ia64/ski/skifs.c
index 72276feba6cb9..f9d63adaba9bc 100644
--- a/sys/boot/ia64/ski/skifs.c
+++ b/sys/boot/ia64/ski/skifs.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/skifs.c,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/sys/boot/ia64/ski/skiload.cmd b/sys/boot/ia64/ski/skiload.cmd
index 48b77e1e40bae..c0b54f089352c 100644
--- a/sys/boot/ia64/ski/skiload.cmd
+++ b/sys/boot/ia64/ski/skiload.cmd
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/ia64/ski/skiload.cmd,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $
iar
fr
pa
diff --git a/sys/boot/ia64/ski/skimd.c b/sys/boot/ia64/ski/skimd.c
index bec2ec0f5e103..a7b6b1c319818 100644
--- a/sys/boot/ia64/ski/skimd.c
+++ b/sys/boot/ia64/ski/skimd.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/skimd.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
diff --git a/sys/boot/ia64/ski/ssc.c b/sys/boot/ia64/ski/ssc.c
index e1f871c4d5c50..27d402981bcac 100644
--- a/sys/boot/ia64/ski/ssc.c
+++ b/sys/boot/ia64/ski/ssc.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/ssc.c,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $");
#include <stand.h>
#include "libski.h"
diff --git a/sys/boot/ia64/ski/start.S b/sys/boot/ia64/ski/start.S
index 0bd10e928d047..4753b30c385f6 100644
--- a/sys/boot/ia64/ski/start.S
+++ b/sys/boot/ia64/ski/start.S
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/boot/ia64/ski/start.S,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $
*/
#define STACKSIZE 16384
diff --git a/sys/boot/ia64/ski/time.c b/sys/boot/ia64/ski/time.c
index 7aa71202d10a7..f54f979300994 100644
--- a/sys/boot/ia64/ski/time.c
+++ b/sys/boot/ia64/ski/time.c
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/time.c,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $");
#include <time.h>
#include <sys/time.h>
diff --git a/sys/boot/ia64/ski/version b/sys/boot/ia64/ski/version
index afa69ea94bc52..3b4e01a4a4432 100644
--- a/sys/boot/ia64/ski/version
+++ b/sys/boot/ia64/ski/version
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/sys/boot/ia64/ski/version,v 1.4.14.1 2010/12/21 17:10:29 kensmith 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.