summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand
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/arch/mvme88k/stand
parent955a95d244f667e4725583bc1dda6225f5d83c23 (diff)
$OpenBSD$
Diffstat (limited to 'sys/arch/mvme88k/stand')
-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
22 files changed, 43 insertions, 0 deletions
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.