summaryrefslogtreecommitdiff
path: root/sys/arch/arm32
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-03-03 00:55:00 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-03-03 00:55:00 +0000
commit241b2f3e7dfd8d01131bff2498cd84fc2b1a8844 (patch)
treec5e61a6f8cf62c474692594312a2380213346306 /sys/arch/arm32
parent571b1ac5cbb5784eba442364418e61c181b1971b (diff)
$OpenBSD$
Diffstat (limited to 'sys/arch/arm32')
-rw-r--r--sys/arch/arm32/arm32/bcopy.S2
-rw-r--r--sys/arch/arm32/arm32/bcopy_page.S2
-rw-r--r--sys/arch/arm32/arm32/bcopyinout.S2
-rw-r--r--sys/arch/arm32/arm32/blockio.S2
-rw-r--r--sys/arch/arm32/arm32/coproc15.S2
-rw-r--r--sys/arch/arm32/arm32/fiq.S2
-rw-r--r--sys/arch/arm32/arm32/mcount.S2
-rw-r--r--sys/arch/arm32/arm32/memset.S2
-rw-r--r--sys/arch/arm32/arm32/scratch.S2
-rw-r--r--sys/arch/arm32/arm32/setcpsr.S2
-rw-r--r--sys/arch/arm32/arm32/setstack.S2
-rw-r--r--sys/arch/arm32/arm32/spl.S2
-rw-r--r--sys/arch/arm32/boot/Makefile2
-rw-r--r--sys/arch/arm32/boot/_bsdboot.S2
-rw-r--r--sys/arch/arm32/boot/_main.S2
-rw-r--r--sys/arch/arm32/boot/areahand.S2
-rw-r--r--sys/arch/arm32/boot/bsdbooter.c2
-rw-r--r--sys/arch/arm32/boot/enteros.S2
-rw-r--r--sys/arch/arm32/boot/exit.S2
-rw-r--r--sys/arch/arm32/boot/exitos.S2
-rw-r--r--sys/arch/arm32/boot/memcpy.S2
-rw-r--r--sys/arch/arm32/boot/memset.S2
-rw-r--r--sys/arch/arm32/boot/regs.h2
-rw-r--r--sys/arch/arm32/boot/setcpsr.S2
-rw-r--r--sys/arch/arm32/boot/start.S2
-rw-r--r--sys/arch/arm32/boot/strstr.c2
-rw-r--r--sys/arch/arm32/boot/svc32.S2
-rw-r--r--sys/arch/arm32/dev/console/fonts/font_bold.h2
-rw-r--r--sys/arch/arm32/dev/console/fonts/font_italic.h2
-rw-r--r--sys/arch/arm32/dev/console/fonts/font_normal.h2
-rw-r--r--sys/arch/arm32/dev/console/fonts/font_wide.h2
-rw-r--r--sys/arch/arm32/doc/majors+minors2
-rw-r--r--sys/arch/arm32/include/vconsole.h2
-rw-r--r--sys/arch/arm32/include/vidc.h2
-rw-r--r--sys/arch/arm32/include/vmparam.h2
35 files changed, 35 insertions, 35 deletions
diff --git a/sys/arch/arm32/arm32/bcopy.S b/sys/arch/arm32/arm32/bcopy.S
index 09134c1a9f0..d2092567df5 100644
--- a/sys/arch/arm32/arm32/bcopy.S
+++ b/sys/arch/arm32/arm32/bcopy.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: bcopy.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: bcopy.S,v 1.1 1996/01/31 23:15:12 mark Exp $ */
/*
@@ -43,7 +44,6 @@
* Created : 16/05/95
* Last updated : 16/05/95
*
- * $Id: bcopy.S,v 1.1 1996/04/24 11:08:23 deraadt Exp $
*/
sp .req r13
diff --git a/sys/arch/arm32/arm32/bcopy_page.S b/sys/arch/arm32/arm32/bcopy_page.S
index 59dbf61896c..c1f3d895b60 100644
--- a/sys/arch/arm32/arm32/bcopy_page.S
+++ b/sys/arch/arm32/arm32/bcopy_page.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: bcopy_page.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: bcopy_page.S,v 1.1 1996/01/31 23:15:17 mark Exp $ */
/*
@@ -38,7 +39,6 @@
* Created : 08/04/95
* Last updated : 12/05/95
*
- * $Id: bcopy_page.S,v 1.1 1996/04/24 11:08:23 deraadt Exp $
*/
#include <machine/param.h>
diff --git a/sys/arch/arm32/arm32/bcopyinout.S b/sys/arch/arm32/arm32/bcopyinout.S
index c56e07b9655..b119f256482 100644
--- a/sys/arch/arm32/arm32/bcopyinout.S
+++ b/sys/arch/arm32/arm32/bcopyinout.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: bcopyinout.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: bcopyinout.S,v 1.3 1996/02/02 18:05:47 mycroft Exp $ */
/*
@@ -43,7 +44,6 @@
* Created : 16/05/95
* Last updated : 16/05/95
*
- * $Id: bcopyinout.S,v 1.1 1996/04/24 11:08:24 deraadt Exp $
*/
#include "assym.h"
diff --git a/sys/arch/arm32/arm32/blockio.S b/sys/arch/arm32/arm32/blockio.S
index 71eb6012d6b..ae69bfe3847 100644
--- a/sys/arch/arm32/arm32/blockio.S
+++ b/sys/arch/arm32/arm32/blockio.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: blockio.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: blockio.S,v 1.1 1996/01/31 23:15:22 mark Exp $ */
/*
@@ -43,7 +44,6 @@
* Created : 08/10/94
* Last updated : 12/05/95
*
- * $Id: blockio.S,v 1.1 1996/04/24 11:08:24 deraadt Exp $
*/
sp .req r13
diff --git a/sys/arch/arm32/arm32/coproc15.S b/sys/arch/arm32/arm32/coproc15.S
index 5371442b7d5..7ca9bab5349 100644
--- a/sys/arch/arm32/arm32/coproc15.S
+++ b/sys/arch/arm32/arm32/coproc15.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: coproc15.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: coproc15.S,v 1.1 1996/01/31 23:15:33 mark Exp $ */
/*
@@ -45,7 +46,6 @@
*
* Based on arm/readcoproc15.S & arm/writecoproc15.S
*
- * $Id: coproc15.S,v 1.1 1996/04/24 11:08:24 deraadt Exp $
*/
lr .req r14
diff --git a/sys/arch/arm32/arm32/fiq.S b/sys/arch/arm32/arm32/fiq.S
index 0d33ab34478..1fe9f1bf88a 100644
--- a/sys/arch/arm32/arm32/fiq.S
+++ b/sys/arch/arm32/arm32/fiq.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: fiq.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: fiq.S,v 1.1 1996/01/31 23:15:55 mark Exp $ */
/*
@@ -43,7 +44,6 @@
* Created : 27/09/94
* Last updated : 28/11/94
*
- * $Id: fiq.S,v 1.1 1996/04/24 11:08:26 deraadt Exp $
*/
#include <machine/cpu.h>
diff --git a/sys/arch/arm32/arm32/mcount.S b/sys/arch/arm32/arm32/mcount.S
index adf47d493de..9d032d8769c 100644
--- a/sys/arch/arm32/arm32/mcount.S
+++ b/sys/arch/arm32/arm32/mcount.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: mcount.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: mcount.S,v 1.1 1996/01/31 23:16:32 mark Exp $ */
/*
@@ -30,7 +31,6 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: mcount.S,v 1.1 1996/04/24 11:08:27 deraadt Exp $
*/
fp .req r11
diff --git a/sys/arch/arm32/arm32/memset.S b/sys/arch/arm32/arm32/memset.S
index 22dc289daac..99f32875ba3 100644
--- a/sys/arch/arm32/arm32/memset.S
+++ b/sys/arch/arm32/arm32/memset.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: memset.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: memset.S,v 1.1 1996/01/31 23:16:35 mark Exp $ */
/*
@@ -41,7 +42,6 @@
* Created : 16/05/95
* Last updated : 16/05/95
*
- * $Id: memset.S,v 1.1 1996/04/24 11:08:28 deraadt Exp $
*/
sp .req r13
diff --git a/sys/arch/arm32/arm32/scratch.S b/sys/arch/arm32/arm32/scratch.S
index 75181a93225..9e7ed161846 100644
--- a/sys/arch/arm32/arm32/scratch.S
+++ b/sys/arch/arm32/arm32/scratch.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: scratch.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: scratch.S,v 1.2 1996/02/02 02:35:49 mycroft Exp $ */
/*
@@ -41,7 +42,6 @@
* Created : 02/04/95
* Last updated : 04/06/95
*
- * $Id: scratch.S,v 1.1 1996/04/24 11:08:28 deraadt Exp $
*/
#include "assym.h"
diff --git a/sys/arch/arm32/arm32/setcpsr.S b/sys/arch/arm32/arm32/setcpsr.S
index d365a54f483..50d2e7c7aaa 100644
--- a/sys/arch/arm32/arm32/setcpsr.S
+++ b/sys/arch/arm32/arm32/setcpsr.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: setcpsr.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: setcpsr.S,v 1.1 1996/01/31 23:16:54 mark Exp $ */
/*
@@ -47,7 +48,6 @@
*
* Based of kate/display/setcpsr.s
*
- * $Id: setcpsr.S,v 1.1 1996/04/24 11:08:28 deraadt Exp $
*/
fp .req r11
diff --git a/sys/arch/arm32/arm32/setstack.S b/sys/arch/arm32/arm32/setstack.S
index 5992d323a13..87e3591f14b 100644
--- a/sys/arch/arm32/arm32/setstack.S
+++ b/sys/arch/arm32/arm32/setstack.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: setstack.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: setstack.S,v 1.1 1996/01/31 23:16:59 mark Exp $ */
/*
@@ -47,7 +48,6 @@
*
* Based of kate/display/setstack.s
*
- * $Id: setstack.S,v 1.1 1996/04/24 11:08:28 deraadt Exp $
*/
#include <machine/cpu.h>
diff --git a/sys/arch/arm32/arm32/spl.S b/sys/arch/arm32/arm32/spl.S
index d5b10c96569..62733c69e82 100644
--- a/sys/arch/arm32/arm32/spl.S
+++ b/sys/arch/arm32/arm32/spl.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: spl.S,v 1.2 2000/03/03 00:54:46 todd Exp $ */
/* $NetBSD: spl.S,v 1.1 1996/03/08 18:03:15 mark Exp $ */
/*
@@ -40,7 +41,6 @@
*
* Created : 01/03/96
*
- * $Id: spl.S,v 1.1 1996/04/24 11:08:28 deraadt Exp $
*/
#include "assym.h"
diff --git a/sys/arch/arm32/boot/Makefile b/sys/arch/arm32/boot/Makefile
index 1e7620c74d4..22eba77ebe4 100644
--- a/sys/arch/arm32/boot/Makefile
+++ b/sys/arch/arm32/boot/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.2 2000/03/03 00:54:46 todd Exp $
# $NetBSD: Makefile,v 1.2 1996/02/01 22:29:25 mycroft Exp $
# Copyright (c) 1994,1995 Mark Brinicombe.
@@ -42,7 +43,6 @@
# Created : 14/01/96
# Last updated : 14/01/96
#
-# $Id: Makefile,v 1.1 1996/04/24 11:08:30 deraadt Exp $
#
S= ../../..
diff --git a/sys/arch/arm32/boot/_bsdboot.S b/sys/arch/arm32/boot/_bsdboot.S
index 423a9545f98..26de26c5999 100644
--- a/sys/arch/arm32/boot/_bsdboot.S
+++ b/sys/arch/arm32/boot/_bsdboot.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: _bsdboot.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: _bsdboot.S,v 1.1 1996/01/31 23:17:52 mark Exp $ */
/* Copyright (c) 1994 Mark Brinicombe.
@@ -44,7 +45,6 @@
*
* Based on kate/boot/_boot.s
*
- * $Id: _bsdboot.S,v 1.1 1996/04/24 11:08:31 deraadt Exp $
*/
#include "regs.h"
diff --git a/sys/arch/arm32/boot/_main.S b/sys/arch/arm32/boot/_main.S
index 9ea91fe6cd2..94f95b1d2a3 100644
--- a/sys/arch/arm32/boot/_main.S
+++ b/sys/arch/arm32/boot/_main.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: _main.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: _main.S,v 1.1 1996/01/31 23:17:57 mark Exp $ */
/* Copyright (c) 1994 Mark Brinicombe.
@@ -44,7 +45,6 @@
*
* Based on kate/boot/_main.s
*
- * $Id: _main.S,v 1.1 1996/04/24 11:08:31 deraadt Exp $
*/
#include "regs.h"
diff --git a/sys/arch/arm32/boot/areahand.S b/sys/arch/arm32/boot/areahand.S
index fe0a2f26e54..fa5cb98ec36 100644
--- a/sys/arch/arm32/boot/areahand.S
+++ b/sys/arch/arm32/boot/areahand.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: areahand.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: areahand.S,v 1.1 1996/01/31 23:18:01 mark Exp $ */
/*
@@ -43,7 +44,6 @@
* Created : 12/09/94
* Last updated : 12/09/94
*
- * $Id: areahand.S,v 1.1 1996/04/24 11:08:31 deraadt Exp $
*/
#include "regs.h"
diff --git a/sys/arch/arm32/boot/bsdbooter.c b/sys/arch/arm32/boot/bsdbooter.c
index 4e9e8eca485..7ac1b66221a 100644
--- a/sys/arch/arm32/boot/bsdbooter.c
+++ b/sys/arch/arm32/boot/bsdbooter.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: bsdbooter.c,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: bsdbooter.c,v 1.1 1996/01/31 23:18:08 mark Exp $ */
/*
@@ -44,7 +45,6 @@
*
* Based on kate/boot/boot.c
*
- * $Id: bsdbooter.c,v 1.1 1996/04/24 11:08:31 deraadt Exp $
*/
/* Include standard header files */
diff --git a/sys/arch/arm32/boot/enteros.S b/sys/arch/arm32/boot/enteros.S
index d3ba96691ef..4989efbb991 100644
--- a/sys/arch/arm32/boot/enteros.S
+++ b/sys/arch/arm32/boot/enteros.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: enteros.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: enteros.S,v 1.1 1996/01/31 23:18:11 mark Exp $ */
/*
@@ -43,7 +44,6 @@
*
* Based on kate/library/enteros.s
*
- * $Id: enteros.S,v 1.1 1996/04/24 11:08:31 deraadt Exp $
*/
#include "regs.h"
diff --git a/sys/arch/arm32/boot/exit.S b/sys/arch/arm32/boot/exit.S
index 5b80912bb74..cdd76e21507 100644
--- a/sys/arch/arm32/boot/exit.S
+++ b/sys/arch/arm32/boot/exit.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: exit.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: exit.S,v 1.1 1996/01/31 23:18:14 mark Exp $ */
/*
@@ -45,7 +46,6 @@
*
* Based on kate/boot/_exit.s
*
- * $Id: exit.S,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*/
#include "regs.h"
diff --git a/sys/arch/arm32/boot/exitos.S b/sys/arch/arm32/boot/exitos.S
index be9639067d2..5e956ae76dc 100644
--- a/sys/arch/arm32/boot/exitos.S
+++ b/sys/arch/arm32/boot/exitos.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: exitos.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: exitos.S,v 1.1 1996/01/31 23:18:16 mark Exp $ */
/*
@@ -45,7 +46,6 @@
*
* Based on kate/library/exitos.s
*
- * $Id: exitos.S,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*
*/
diff --git a/sys/arch/arm32/boot/memcpy.S b/sys/arch/arm32/boot/memcpy.S
index 68f843c7771..e7243b0f939 100644
--- a/sys/arch/arm32/boot/memcpy.S
+++ b/sys/arch/arm32/boot/memcpy.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: memcpy.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: memcpy.S,v 1.1 1996/01/31 23:18:17 mark Exp $ */
/*
@@ -43,7 +44,6 @@
* Created : 16/05/95
* Last updated : 16/05/95
*
- * $Id: memcpy.S,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*/
sp .req r13
diff --git a/sys/arch/arm32/boot/memset.S b/sys/arch/arm32/boot/memset.S
index ea7d5186889..46796be5fca 100644
--- a/sys/arch/arm32/boot/memset.S
+++ b/sys/arch/arm32/boot/memset.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: memset.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: memset.S,v 1.1 1996/01/31 23:18:19 mark Exp $ */
/*
@@ -41,7 +42,6 @@
* Created : 16/05/95
* Last updated : 16/05/95
*
- * $Id: memset.S,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*/
sp .req r13
diff --git a/sys/arch/arm32/boot/regs.h b/sys/arch/arm32/boot/regs.h
index da4d78b5e2f..2a08b6424ed 100644
--- a/sys/arch/arm32/boot/regs.h
+++ b/sys/arch/arm32/boot/regs.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: regs.h,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: regs.h,v 1.1 1996/01/31 23:18:21 mark Exp $ */
/* Copyright (c) 1994,1995 Mark Brinicombe.
@@ -42,7 +43,6 @@
* Created : 14/01/96
* Last updated : 14/01/96
*
- * $Id: regs.h,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*/
fp .req r11
diff --git a/sys/arch/arm32/boot/setcpsr.S b/sys/arch/arm32/boot/setcpsr.S
index e8324c6c67d..d0ab3ff21c2 100644
--- a/sys/arch/arm32/boot/setcpsr.S
+++ b/sys/arch/arm32/boot/setcpsr.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: setcpsr.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: setcpsr.S,v 1.1 1996/01/31 23:18:27 mark Exp $ */
/*
@@ -47,7 +48,6 @@
*
* Based of kate/display/setcpsr.s
*
- * $Id: setcpsr.S,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*/
fp .req r11
diff --git a/sys/arch/arm32/boot/start.S b/sys/arch/arm32/boot/start.S
index 9f459fcd262..2ccb54700a5 100644
--- a/sys/arch/arm32/boot/start.S
+++ b/sys/arch/arm32/boot/start.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: start.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: start.S,v 1.1 1996/01/31 23:18:30 mark Exp $ */
/* Copyright (c) 1994 Mark Brinicombe.
@@ -44,7 +45,6 @@
*
* Based on kate/boot/_main.s
*
- * $Id: start.S,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*/
#include "regs.h"
diff --git a/sys/arch/arm32/boot/strstr.c b/sys/arch/arm32/boot/strstr.c
index b05275a4339..ce199dff82a 100644
--- a/sys/arch/arm32/boot/strstr.c
+++ b/sys/arch/arm32/boot/strstr.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: strstr.c,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: strstr.c,v 1.1 1996/01/31 23:18:34 mark Exp $ */
/*
@@ -37,7 +38,6 @@
*
* from: strstr.c,v 1.4 1995/06/15 00:08:43 jtc Exp
*
- * $Id: strstr.c,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*/
#include <sys/param.h>
diff --git a/sys/arch/arm32/boot/svc32.S b/sys/arch/arm32/boot/svc32.S
index 7e46c938197..db6cabae3f4 100644
--- a/sys/arch/arm32/boot/svc32.S
+++ b/sys/arch/arm32/boot/svc32.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: svc32.S,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: svc32.S,v 1.1 1996/01/31 23:18:38 mark Exp $ */
/*
@@ -43,7 +44,6 @@
*
* Based on kate/library/svc32.s
*
- * $Id: svc32.S,v 1.1 1996/04/24 11:08:32 deraadt Exp $
*/
#include "regs.h"
diff --git a/sys/arch/arm32/dev/console/fonts/font_bold.h b/sys/arch/arm32/dev/console/fonts/font_bold.h
index 86d6000e2d4..f3a792f24f5 100644
--- a/sys/arch/arm32/dev/console/fonts/font_bold.h
+++ b/sys/arch/arm32/dev/console/fonts/font_bold.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: font_bold.h,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: font_bold.h,v 1.1 1996/01/31 23:20:07 mark Exp $ */
/*
@@ -45,7 +46,6 @@
*
* Based on kate/display/14bold.h
*
- * $Id: font_bold.h,v 1.1 1996/04/24 11:08:37 deraadt Exp $
*/
unsigned char font_terminal_14bold_data[] = {
diff --git a/sys/arch/arm32/dev/console/fonts/font_italic.h b/sys/arch/arm32/dev/console/fonts/font_italic.h
index 30b80f489b3..dd9b00dedbe 100644
--- a/sys/arch/arm32/dev/console/fonts/font_italic.h
+++ b/sys/arch/arm32/dev/console/fonts/font_italic.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: font_italic.h,v 1.2 2000/03/03 00:54:47 todd Exp $ */
/* $NetBSD: font_italic.h,v 1.1 1996/01/31 23:20:13 mark Exp $ */
/*
@@ -45,7 +46,6 @@
*
* Based on kate/display/14norm.h
*
- * $Id: font_italic.h,v 1.1 1996/04/24 11:08:37 deraadt Exp $
*/
unsigned char font_terminal_14italic_data[] = {
diff --git a/sys/arch/arm32/dev/console/fonts/font_normal.h b/sys/arch/arm32/dev/console/fonts/font_normal.h
index 946cfc7065a..dfe8c017061 100644
--- a/sys/arch/arm32/dev/console/fonts/font_normal.h
+++ b/sys/arch/arm32/dev/console/fonts/font_normal.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: font_normal.h,v 1.2 2000/03/03 00:54:48 todd Exp $ */
/* $NetBSD: font_normal.h,v 1.1 1996/01/31 23:20:16 mark Exp $ */
/*
@@ -45,7 +46,6 @@
*
* Based on kate/display/14norm.h
*
- * $Id: font_normal.h,v 1.1 1996/04/24 11:08:38 deraadt Exp $
*/
unsigned char font_terminal_14normal_data[] = {
diff --git a/sys/arch/arm32/dev/console/fonts/font_wide.h b/sys/arch/arm32/dev/console/fonts/font_wide.h
index eab1b466e57..646ecec35a9 100644
--- a/sys/arch/arm32/dev/console/fonts/font_wide.h
+++ b/sys/arch/arm32/dev/console/fonts/font_wide.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: font_wide.h,v 1.2 2000/03/03 00:54:48 todd Exp $ */
/* $NetBSD: font_wide.h,v 1.1 1996/01/31 23:20:22 mark Exp $ */
/*
@@ -45,7 +46,6 @@
*
* Based on kate/display/14widen.h
*
- * $Id: font_wide.h,v 1.1 1996/04/24 11:08:38 deraadt Exp $
*/
unsigned char font_terminal_14widen_data[] = {
diff --git a/sys/arch/arm32/doc/majors+minors b/sys/arch/arm32/doc/majors+minors
index 7d8bb241a42..e7db42e6d8c 100644
--- a/sys/arch/arm32/doc/majors+minors
+++ b/sys/arch/arm32/doc/majors+minors
@@ -1,3 +1,4 @@
+/* $OpenBSD: majors+minors,v 1.2 2000/03/03 00:54:48 todd Exp $ */
/* $NetBSD: majors+minors,v 1.3 1996/04/19 20:04:29 mark Exp $ */
/*
@@ -40,7 +41,6 @@
* Created : 17/09/94
* Last updated : 30/12/95
*
- * $Id: majors+minors,v 1.1 1996/04/24 11:08:39 deraadt Exp $
*/
List of allocated and reserved major and minor numbers
diff --git a/sys/arch/arm32/include/vconsole.h b/sys/arch/arm32/include/vconsole.h
index 06276d58213..fa4f66dc3c9 100644
--- a/sys/arch/arm32/include/vconsole.h
+++ b/sys/arch/arm32/include/vconsole.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: vconsole.h,v 1.2 2000/03/03 00:54:48 todd Exp $ */
/* $NetBSD: vconsole.h,v 1.1 1996/01/31 23:23:29 mark Exp $ */
/*
@@ -42,7 +43,6 @@
* Created : 18/09/94
* Last updated : 10/01/96
*
- * $Id: vconsole.h,v 1.1 1996/04/24 11:08:46 deraadt Exp $
*/
#ifdef _KERNEL
diff --git a/sys/arch/arm32/include/vidc.h b/sys/arch/arm32/include/vidc.h
index 65a71342f98..d6a03030ef4 100644
--- a/sys/arch/arm32/include/vidc.h
+++ b/sys/arch/arm32/include/vidc.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: vidc.h,v 1.2 2000/03/03 00:54:48 todd Exp $ */
/* $NetBSD: vidc.h,v 1.2 1996/03/28 21:22:24 mark Exp $ */
/*
@@ -45,7 +46,6 @@
*
* Based on kate/display/vidc.h
*
- * $Id: vidc.h,v 1.1 1996/04/24 11:08:46 deraadt Exp $
*/
#ifndef __vidc_h
diff --git a/sys/arch/arm32/include/vmparam.h b/sys/arch/arm32/include/vmparam.h
index 7d3e86adeda..1eee5defba7 100644
--- a/sys/arch/arm32/include/vmparam.h
+++ b/sys/arch/arm32/include/vmparam.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: vmparam.h,v 1.2 2000/03/03 00:54:48 todd Exp $ */
/* $NetBSD: vmparam.h,v 1.1 1996/01/31 23:23:37 mark Exp $ */
/*
@@ -32,7 +33,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: vmparam.h,v 1.1 1996/04/24 11:08:46 deraadt Exp $
*/
#ifndef _ARM32_VMPARAM_H_