summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-07-04 08:09:32 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-07-04 08:09:32 +0000
commitcb87fe3d33ff798849a97cc1429b1b50d863fcee (patch)
treebf4599ce8c9fed1795bd0e102bb2bab9563ac105 /sys
parent955a95d244f667e4725583bc1dda6225f5d83c23 (diff)
$OpenBSD$
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme88k/dev/dart.c2
-rw-r--r--sys/arch/mvme88k/dev/dartreg.h2
-rw-r--r--sys/arch/mvme88k/include/asm.h2
-rw-r--r--sys/arch/mvme88k/include/cpu_number.h2
-rw-r--r--sys/arch/mvme88k/include/stdarg.h2
-rw-r--r--sys/arch/mvme88k/include/va-m88k.h2
-rw-r--r--sys/arch/mvme88k/include/varargs.h2
-rw-r--r--sys/arch/mvme88k/include/vid.h2
-rw-r--r--sys/arch/mvme88k/mvme88k/m88110_mmu.S2
-rw-r--r--sys/arch/mvme88k/mvme88k/pmap_table.c2
-rw-r--r--sys/arch/mvme88k/mvme88k/syscall.stub2
-rw-r--r--sys/arch/mvme88k/mvme88k/timerreg.h2
-rw-r--r--sys/arch/mvme88k/stand/installboot/installboot.c1
-rw-r--r--sys/arch/mvme88k/stand/libbug/delay.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/diskrd.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/diskwr.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/getbrdid.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/instat.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/outch.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/outln.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/outstr.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/prom.h2
-rw-r--r--sys/arch/mvme88k/stand/libbug/return.c2
-rw-r--r--sys/arch/mvme88k/stand/libbug/rtc_rd.c2
-rw-r--r--sys/arch/mvme88k/stand/libsa/clock.c2
-rw-r--r--sys/arch/mvme88k/stand/libsa/config.h2
-rw-r--r--sys/arch/mvme88k/stand/libsa/exec_mvme.c2
-rw-r--r--sys/arch/mvme88k/stand/libsa/libsa.h2
-rw-r--r--sys/arch/mvme88k/stand/sboot/XBUG.S2
-rw-r--r--sys/arch/mvme88k/stand/sboot/XSRT0.S2
-rw-r--r--sys/arch/mvme88k/stand/sboot/etherfun.c2
-rw-r--r--sys/arch/mvme88k/stand/sboot/etherfun.h2
-rw-r--r--sys/arch/mvme88k/stand/sboot/sboot.c2
-rw-r--r--sys/arch/mvme88k/stand/sboot/sboot.h2
34 files changed, 67 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/dev/dart.c b/sys/arch/mvme88k/dev/dart.c
index 3cdfa6ef919..bba0310a446 100644
--- a/sys/arch/mvme88k/dev/dart.c
+++ b/sys/arch/mvme88k/dev/dart.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: dart.c,v 1.7 2001/07/04 08:09:21 niklas Exp $ */
+
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
diff --git a/sys/arch/mvme88k/dev/dartreg.h b/sys/arch/mvme88k/dev/dartreg.h
index a3087093e71..ddc3750d5e4 100644
--- a/sys/arch/mvme88k/dev/dartreg.h
+++ b/sys/arch/mvme88k/dev/dartreg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: dartreg.h,v 1.3 2001/07/04 08:09:22 niklas Exp $ */
+
/*
* Something to put append a 'U' to a long constant if it's C so that
* it'll be unsigned in both ANSI and traditional.
diff --git a/sys/arch/mvme88k/include/asm.h b/sys/arch/mvme88k/include/asm.h
index 01bbcc358e6..dc179b3f1de 100644
--- a/sys/arch/mvme88k/include/asm.h
+++ b/sys/arch/mvme88k/include/asm.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: asm.h,v 1.11 2001/07/04 08:09:23 niklas Exp $ */
+
/*
* Mach Operating System
* Copyright (c) 1993-1992 Carnegie Mellon University
diff --git a/sys/arch/mvme88k/include/cpu_number.h b/sys/arch/mvme88k/include/cpu_number.h
index d6e28f30b1f..0410fef2390 100644
--- a/sys/arch/mvme88k/include/cpu_number.h
+++ b/sys/arch/mvme88k/include/cpu_number.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: cpu_number.h,v 1.5 2001/07/04 08:09:23 niklas Exp $ */
+
/*
* Mach Operating System
* Copyright (c) 1993-1992 Carnegie Mellon University
diff --git a/sys/arch/mvme88k/include/stdarg.h b/sys/arch/mvme88k/include/stdarg.h
index 7b1ff19b6ec..0ab410d0d5a 100644
--- a/sys/arch/mvme88k/include/stdarg.h
+++ b/sys/arch/mvme88k/include/stdarg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: stdarg.h,v 1.4 2001/07/04 08:09:23 niklas Exp $ */
+
/* This file has local changes by MOTOROLA
Thu Sep 9 09:06:29 CDT 1993 Dale Rahn (drahn@pacific)
* (gstdarg.h, gvarargs.h) C-Front requires all builtins to
diff --git a/sys/arch/mvme88k/include/va-m88k.h b/sys/arch/mvme88k/include/va-m88k.h
index caa77c3c12d..af08e572cfc 100644
--- a/sys/arch/mvme88k/include/va-m88k.h
+++ b/sys/arch/mvme88k/include/va-m88k.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: va-m88k.h,v 1.4 2001/07/04 08:09:23 niklas Exp $ */
+
/* This file has local changes by MOTOROLA
Thu Sep 9 09:06:29 CDT 1993 Dale Rahn (drahn@pacific)
* Due to C-Front's usage of __alignof__ builtin the
diff --git a/sys/arch/mvme88k/include/varargs.h b/sys/arch/mvme88k/include/varargs.h
index aeef84f45cf..68fa41eab22 100644
--- a/sys/arch/mvme88k/include/varargs.h
+++ b/sys/arch/mvme88k/include/varargs.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: varargs.h,v 1.4 2001/07/04 08:09:23 niklas Exp $ */
+
/* This file has local changes by MOTOROLA
Thu Sep 9 09:06:29 CDT 1993 Dale Rahn (drahn@pacific)
* (gstdarg.h, gvarargs.h) C-Front requires all builtins to
diff --git a/sys/arch/mvme88k/include/vid.h b/sys/arch/mvme88k/include/vid.h
index 58deccae24a..ea179d47f2e 100644
--- a/sys/arch/mvme88k/include/vid.h
+++ b/sys/arch/mvme88k/include/vid.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: vid.h,v 1.6 2001/07/04 08:09:24 niklas Exp $ */
+
#ifndef __MACHINE_VID_H__
#define __MACHINE_VID_H__
diff --git a/sys/arch/mvme88k/mvme88k/m88110_mmu.S b/sys/arch/mvme88k/mvme88k/m88110_mmu.S
index 6cde0945445..c7c112b28fc 100644
--- a/sys/arch/mvme88k/mvme88k/m88110_mmu.S
+++ b/sys/arch/mvme88k/mvme88k/m88110_mmu.S
@@ -1,3 +1,5 @@
+# $OpenBSD: m88110_mmu.S,v 1.3 2001/07/04 08:09:24 niklas Exp $
+
#ifndef ASSEMBLER
#define ASSEMBLER
#endif /* ASSEMBLER */
diff --git a/sys/arch/mvme88k/mvme88k/pmap_table.c b/sys/arch/mvme88k/mvme88k/pmap_table.c
index 5ddec0c896d..203549ec04f 100644
--- a/sys/arch/mvme88k/mvme88k/pmap_table.c
+++ b/sys/arch/mvme88k/mvme88k/pmap_table.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: pmap_table.c,v 1.6 2001/07/04 08:09:24 niklas Exp $ */
+
/*
* Mach Operating System
* Copyright (c) 1993-1992 Carnegie Mellon University
diff --git a/sys/arch/mvme88k/mvme88k/syscall.stub b/sys/arch/mvme88k/mvme88k/syscall.stub
index 4a1055556d1..788297ef96f 100644
--- a/sys/arch/mvme88k/mvme88k/syscall.stub
+++ b/sys/arch/mvme88k/mvme88k/syscall.stub
@@ -1,3 +1,5 @@
+/* $OpenBSD: syscall.stub,v 1.4 2001/07/04 08:09:24 niklas Exp $ */
+
/*
* system call will look like:
* ld r10, r31, 32; r10,r11,r12 might be garbage.
diff --git a/sys/arch/mvme88k/mvme88k/timerreg.h b/sys/arch/mvme88k/mvme88k/timerreg.h
index 3bafa844c02..aa3ca7c4d20 100644
--- a/sys/arch/mvme88k/mvme88k/timerreg.h
+++ b/sys/arch/mvme88k/mvme88k/timerreg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: timerreg.h,v 1.4 2001/07/04 08:09:25 niklas Exp $ */
+
struct ticktimer {
u_int ttcmpreg; /* Timer compare register */
u_int ttcounter; /* Timer counter */
diff --git a/sys/arch/mvme88k/stand/installboot/installboot.c b/sys/arch/mvme88k/stand/installboot/installboot.c
index ad853175a69..0fae0c6306d 100644
--- a/sys/arch/mvme88k/stand/installboot/installboot.c
+++ b/sys/arch/mvme88k/stand/installboot/installboot.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: installboot.c,v 1.4 2001/07/04 08:09:26 niklas Exp $ */
/* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */
/*
diff --git a/sys/arch/mvme88k/stand/libbug/delay.c b/sys/arch/mvme88k/stand/libbug/delay.c
index 68b1db12106..3ec73a48c4d 100644
--- a/sys/arch/mvme88k/stand/libbug/delay.c
+++ b/sys/arch/mvme88k/stand/libbug/delay.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: delay.c,v 1.2 2001/07/04 08:09:26 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/diskrd.c b/sys/arch/mvme88k/stand/libbug/diskrd.c
index d38717c3ce6..972ed30fc1d 100644
--- a/sys/arch/mvme88k/stand/libbug/diskrd.c
+++ b/sys/arch/mvme88k/stand/libbug/diskrd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: diskrd.c,v 1.3 2001/07/04 08:09:26 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/diskwr.c b/sys/arch/mvme88k/stand/libbug/diskwr.c
index 681f521b5b0..cea4e5cc052 100644
--- a/sys/arch/mvme88k/stand/libbug/diskwr.c
+++ b/sys/arch/mvme88k/stand/libbug/diskwr.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: diskwr.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/getbrdid.c b/sys/arch/mvme88k/stand/libbug/getbrdid.c
index eeda9468ab7..45008fbefb5 100644
--- a/sys/arch/mvme88k/stand/libbug/getbrdid.c
+++ b/sys/arch/mvme88k/stand/libbug/getbrdid.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: getbrdid.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/instat.c b/sys/arch/mvme88k/stand/libbug/instat.c
index 0ac97fe7676..0a8b9c9d30f 100644
--- a/sys/arch/mvme88k/stand/libbug/instat.c
+++ b/sys/arch/mvme88k/stand/libbug/instat.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: instat.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/outch.c b/sys/arch/mvme88k/stand/libbug/outch.c
index 78110e0299f..6097207ea79 100644
--- a/sys/arch/mvme88k/stand/libbug/outch.c
+++ b/sys/arch/mvme88k/stand/libbug/outch.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: outch.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/outln.c b/sys/arch/mvme88k/stand/libbug/outln.c
index ed0067e42d9..fc101fa4b68 100644
--- a/sys/arch/mvme88k/stand/libbug/outln.c
+++ b/sys/arch/mvme88k/stand/libbug/outln.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: outln.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/outstr.c b/sys/arch/mvme88k/stand/libbug/outstr.c
index c9e3c355736..652a9ce033d 100644
--- a/sys/arch/mvme88k/stand/libbug/outstr.c
+++ b/sys/arch/mvme88k/stand/libbug/outstr.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: outstr.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/prom.h b/sys/arch/mvme88k/stand/libbug/prom.h
index 4048e86eaff..58e608658a2 100644
--- a/sys/arch/mvme88k/stand/libbug/prom.h
+++ b/sys/arch/mvme88k/stand/libbug/prom.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: prom.h,v 1.2 2001/07/04 08:09:28 niklas Exp $ */
+
#define MVMEPROM_CALL(x) \
asm volatile ( __CONCAT("or r9,r0," __STRING(x)) ); \
asm volatile ("tb0 0,r0,496");
diff --git a/sys/arch/mvme88k/stand/libbug/return.c b/sys/arch/mvme88k/stand/libbug/return.c
index 1b8d198c4a5..54d53cd2e2b 100644
--- a/sys/arch/mvme88k/stand/libbug/return.c
+++ b/sys/arch/mvme88k/stand/libbug/return.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: return.c,v 1.2 2001/07/04 08:09:29 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libbug/rtc_rd.c b/sys/arch/mvme88k/stand/libbug/rtc_rd.c
index 9b32f960ea3..a3c456a4f15 100644
--- a/sys/arch/mvme88k/stand/libbug/rtc_rd.c
+++ b/sys/arch/mvme88k/stand/libbug/rtc_rd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: rtc_rd.c,v 1.2 2001/07/04 08:09:29 niklas Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
diff --git a/sys/arch/mvme88k/stand/libsa/clock.c b/sys/arch/mvme88k/stand/libsa/clock.c
index c9ebce75fa9..92c1e9f1e43 100644
--- a/sys/arch/mvme88k/stand/libsa/clock.c
+++ b/sys/arch/mvme88k/stand/libsa/clock.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: clock.c,v 1.3 2001/07/04 08:09:29 niklas Exp $ */
+
#include <sys/types.h>
#include <machine/prom.h>
diff --git a/sys/arch/mvme88k/stand/libsa/config.h b/sys/arch/mvme88k/stand/libsa/config.h
index a2b0515adcf..17a8d38bc7e 100644
--- a/sys/arch/mvme88k/stand/libsa/config.h
+++ b/sys/arch/mvme88k/stand/libsa/config.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: config.h,v 1.3 2001/07/04 08:09:29 niklas Exp $ */
+
/*
* Copyright (c) 1995 Theo de Raadt
diff --git a/sys/arch/mvme88k/stand/libsa/exec_mvme.c b/sys/arch/mvme88k/stand/libsa/exec_mvme.c
index d0ae726c7bd..911be2e269a 100644
--- a/sys/arch/mvme88k/stand/libsa/exec_mvme.c
+++ b/sys/arch/mvme88k/stand/libsa/exec_mvme.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: exec_mvme.c,v 1.7 2001/07/04 08:09:30 niklas Exp $ */
+
/*-
* Copyright (c) 1982, 1986, 1990, 1993
diff --git a/sys/arch/mvme88k/stand/libsa/libsa.h b/sys/arch/mvme88k/stand/libsa/libsa.h
index eff5fd7988e..3cf722a7317 100644
--- a/sys/arch/mvme88k/stand/libsa/libsa.h
+++ b/sys/arch/mvme88k/stand/libsa/libsa.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: libsa.h,v 1.2 2001/07/04 08:09:30 niklas Exp $ */
+
/*
* libsa prototypes
*/
diff --git a/sys/arch/mvme88k/stand/sboot/XBUG.S b/sys/arch/mvme88k/stand/sboot/XBUG.S
index 288f1427b21..a3672f16f49 100644
--- a/sys/arch/mvme88k/stand/sboot/XBUG.S
+++ b/sys/arch/mvme88k/stand/sboot/XBUG.S
@@ -1,3 +1,5 @@
+/* $OpenBSD: XBUG.S,v 1.2 2001/07/04 08:09:30 niklas Exp $ */
+
/*
* Copyright (c) 1995 Theo de Raadt
*
diff --git a/sys/arch/mvme88k/stand/sboot/XSRT0.S b/sys/arch/mvme88k/stand/sboot/XSRT0.S
index 805528203f2..c5211b4c579 100644
--- a/sys/arch/mvme88k/stand/sboot/XSRT0.S
+++ b/sys/arch/mvme88k/stand/sboot/XSRT0.S
@@ -1,3 +1,5 @@
+/* $OpenBSD: XSRT0.S,v 1.2 2001/07/04 08:09:30 niklas Exp $ */
+
/*
* Copyright (c) 1995 Theo de Raadt
*
diff --git a/sys/arch/mvme88k/stand/sboot/etherfun.c b/sys/arch/mvme88k/stand/sboot/etherfun.c
index 01987b15f4c..7fae0580b4c 100644
--- a/sys/arch/mvme88k/stand/sboot/etherfun.c
+++ b/sys/arch/mvme88k/stand/sboot/etherfun.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: etherfun.c,v 1.2 2001/07/04 08:09:30 niklas Exp $ */
+
/*
*
* Copyright (c) 1995 Charles D. Cranor and Seth Widoff
diff --git a/sys/arch/mvme88k/stand/sboot/etherfun.h b/sys/arch/mvme88k/stand/sboot/etherfun.h
index 64170e05fd9..f229be43d16 100644
--- a/sys/arch/mvme88k/stand/sboot/etherfun.h
+++ b/sys/arch/mvme88k/stand/sboot/etherfun.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: etherfun.h,v 1.2 2001/07/04 08:09:31 niklas Exp $ */
+
/*
*
* Copyright (c) 1995 Charles D. Cranor and Seth Widoff
diff --git a/sys/arch/mvme88k/stand/sboot/sboot.c b/sys/arch/mvme88k/stand/sboot/sboot.c
index 5b0f06b1a7e..112819249f2 100644
--- a/sys/arch/mvme88k/stand/sboot/sboot.c
+++ b/sys/arch/mvme88k/stand/sboot/sboot.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: sboot.c,v 1.2 2001/07/04 08:09:31 niklas Exp $ */
+
/*
* Copyright (c) 1995 Theo de Raadt
*
diff --git a/sys/arch/mvme88k/stand/sboot/sboot.h b/sys/arch/mvme88k/stand/sboot/sboot.h
index 146e0b8cce4..66258e22bbd 100644
--- a/sys/arch/mvme88k/stand/sboot/sboot.h
+++ b/sys/arch/mvme88k/stand/sboot/sboot.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: sboot.h,v 1.2 2001/07/04 08:09:31 niklas Exp $ */
+
/*
* Copyright (c) 1995 Charles D. Cranor and Seth Widoff
* All rights reserved.