diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-29 00:05:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-29 00:05:37 +0000 |
commit | 2718e6974c59eb19a6a052a2ff230cc4a21a17e1 (patch) | |
tree | d2b4800aab673ba2e5c450766a6cd851db6d1110 | |
parent | 17088dd6e87c47f284370bbdbcb7fdedf148067d (diff) |
RCS tagging
178 files changed, 179 insertions, 2 deletions
diff --git a/sys/arch/vax/INSTALL b/sys/arch/vax/INSTALL index 635034c26d6..ad67fb08eb7 100644 --- a/sys/arch/vax/INSTALL +++ b/sys/arch/vax/INSTALL @@ -1,3 +1,4 @@ + $OpenBSD: INSTALL,v 1.2 1997/05/29 00:04:13 niklas Exp $ $NetBSD: INSTALL,v 1.1 1995/09/16 12:00:21 ragge Exp $ diff --git a/sys/arch/vax/Makefile b/sys/arch/vax/Makefile index 97de99cb8b3..75db49fb571 100644 --- a/sys/arch/vax/Makefile +++ b/sys/arch/vax/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1997/05/29 00:04:14 niklas Exp $ # $NetBSD: Makefile,v 1.1 1996/03/16 11:03:11 ragge Exp $ # SUBDIR= boot diff --git a/sys/arch/vax/README b/sys/arch/vax/README index 1dc4199312c..6f48150458e 100644 --- a/sys/arch/vax/README +++ b/sys/arch/vax/README @@ -1,3 +1,4 @@ + $OpenBSD: README,v 1.2 1997/05/29 00:04:14 niklas Exp $ $NetBSD: README,v 1.9 1995/09/16 12:00:21 ragge Exp $ Devices supported in kernel and _known_ to work: diff --git a/sys/arch/vax/README.copy b/sys/arch/vax/README.copy index 610ea12e6ea..cf30ee44e9f 100644 --- a/sys/arch/vax/README.copy +++ b/sys/arch/vax/README.copy @@ -1,3 +1,4 @@ + $OpenBSD: README.copy,v 1.2 1997/05/29 00:04:15 niklas Exp $ $NetBSD: README.copy,v 1.2 1995/09/29 16:33:38 ragge Exp $ How to use copy diff --git a/sys/arch/vax/README.edlabel b/sys/arch/vax/README.edlabel index 1a6c3d92746..5484e72b0ff 100644 --- a/sys/arch/vax/README.edlabel +++ b/sys/arch/vax/README.edlabel @@ -1,3 +1,4 @@ + $OpenBSD: README.edlabel,v 1.2 1997/05/29 00:04:15 niklas Exp $ $NetBSD: README.edlabel,v 1.1 1995/09/16 12:00:19 ragge Exp $ diff --git a/sys/arch/vax/bi/bi.c b/sys/arch/vax/bi/bi.c index cfb0171ee76..9c2414abee5 100644 --- a/sys/arch/vax/bi/bi.c +++ b/sys/arch/vax/bi/bi.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bi.c,v 1.2 1997/05/29 00:04:16 niklas Exp $ */ /* $NetBSD: bi.c,v 1.4 1996/10/13 03:34:44 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/bi/bireg.h b/sys/arch/vax/bi/bireg.h index 1663e168d95..94ab718a849 100644 --- a/sys/arch/vax/bi/bireg.h +++ b/sys/arch/vax/bi/bireg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bireg.h,v 1.2 1997/05/29 00:04:16 niklas Exp $ */ /* $NetBSD: bireg.h,v 1.1 1996/07/19 14:26:53 ragge Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. diff --git a/sys/arch/vax/bi/bivar.h b/sys/arch/vax/bi/bivar.h index bb6d3972cfb..57960ce2aa4 100644 --- a/sys/arch/vax/bi/bivar.h +++ b/sys/arch/vax/bi/bivar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bivar.h,v 1.2 1997/05/29 00:04:17 niklas Exp $ */ /* $NetBSD: bivar.h,v 1.1 1996/07/19 14:26:54 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/bi/kdb.c b/sys/arch/vax/bi/kdb.c index 13f8f4f8f74..b5906c618db 100644 --- a/sys/arch/vax/bi/kdb.c +++ b/sys/arch/vax/bi/kdb.c @@ -1,3 +1,4 @@ +/* $OpenBSD: kdb.c,v 1.2 1997/05/29 00:04:17 niklas Exp $ */ /* $NetBSD: kdb.c,v 1.5 1997/01/11 11:34:39 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/bi/kdbreg.h b/sys/arch/vax/bi/kdbreg.h index 95ed9548093..c3e9603c6d3 100644 --- a/sys/arch/vax/bi/kdbreg.h +++ b/sys/arch/vax/bi/kdbreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: kdbreg.h,v 1.2 1997/05/29 00:04:17 niklas Exp $ */ /* $NetBSD: kdbreg.h,v 1.1 1996/07/19 14:26:56 ragge Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. diff --git a/sys/arch/vax/boot/autoconf.c b/sys/arch/vax/boot/autoconf.c index d3b2d2b67fd..206617755d5 100644 --- a/sys/arch/vax/boot/autoconf.c +++ b/sys/arch/vax/boot/autoconf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: autoconf.c,v 1.4 1997/05/29 00:04:18 niklas Exp $ */ /* $NetBSD: autoconf.c,v 1.6 1996/08/02 11:21:46 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/bootxx.c b/sys/arch/vax/boot/bootxx.c index e7464b87273..5bc1bc3d29e 100644 --- a/sys/arch/vax/boot/bootxx.c +++ b/sys/arch/vax/boot/bootxx.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bootxx.c,v 1.5 1997/05/29 00:04:19 niklas Exp $ */ /* $NetBSD: bootxx.c,v 1.7 1996/08/02 11:21:53 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. diff --git a/sys/arch/vax/boot/conf.c b/sys/arch/vax/boot/conf.c index 72b7f44faf0..348fb27bfab 100644 --- a/sys/arch/vax/boot/conf.c +++ b/sys/arch/vax/boot/conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conf.c,v 1.4 1997/05/29 00:04:19 niklas Exp $ */ /* $NetBSD: conf.c,v 1.6 1996/08/02 11:21:56 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/consio.c b/sys/arch/vax/boot/consio.c index 94db46d0262..5dac79c8827 100644 --- a/sys/arch/vax/boot/consio.c +++ b/sys/arch/vax/boot/consio.c @@ -1,3 +1,4 @@ +/* $OpenBSD: consio.c,v 1.3 1997/05/29 00:04:19 niklas Exp $ */ /* $NetBSD: consio.c,v 1.4 1996/08/02 11:22:00 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/copy.c b/sys/arch/vax/boot/copy.c index c46ba5674e3..73fe2fb0de0 100644 --- a/sys/arch/vax/boot/copy.c +++ b/sys/arch/vax/boot/copy.c @@ -1,3 +1,4 @@ +/* $OpenBSD: copy.c,v 1.3 1997/05/29 00:04:20 niklas Exp $ */ /* $NetBSD: copy.c,v 1.3 1996/08/02 11:22:03 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. diff --git a/sys/arch/vax/boot/ctu.c b/sys/arch/vax/boot/ctu.c index 26f29525160..8e5ec6160a7 100644 --- a/sys/arch/vax/boot/ctu.c +++ b/sys/arch/vax/boot/ctu.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ctu.c,v 1.2 1997/05/29 00:04:20 niklas Exp $ */ /* $NetBSD: ctu.c,v 1.1 1996/02/17 18:23:20 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/data.h b/sys/arch/vax/boot/data.h index d63b5496fbc..e8d92478098 100644 --- a/sys/arch/vax/boot/data.h +++ b/sys/arch/vax/boot/data.h @@ -1,3 +1,4 @@ +/* $OpenBSD: data.h,v 1.2 1997/05/29 00:04:21 niklas Exp $ */ /* $NetBSD: data.h,v 1.4 1995/09/16 15:58:57 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/devopen.c b/sys/arch/vax/boot/devopen.c index 8d58b778998..87f24f11e55 100644 --- a/sys/arch/vax/boot/devopen.c +++ b/sys/arch/vax/boot/devopen.c @@ -1,3 +1,4 @@ +/* $OpenBSD: devopen.c,v 1.4 1997/05/29 00:04:21 niklas Exp $ */ /* $NetBSD: devopen.c,v 1.6 1996/08/02 16:18:39 ragge Exp $ */ /*- * Copyright (c) 1993 John Brezak diff --git a/sys/arch/vax/boot/edlabel.c b/sys/arch/vax/boot/edlabel.c index a5af6abe894..c5d55167922 100644 --- a/sys/arch/vax/boot/edlabel.c +++ b/sys/arch/vax/boot/edlabel.c @@ -1,3 +1,4 @@ +/* $OpenBSD: edlabel.c,v 1.3 1997/05/29 00:04:22 niklas Exp $ */ /* $NetBSD: edlabel.c,v 1.2 1996/08/02 11:22:11 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/hp.c b/sys/arch/vax/boot/hp.c index 74400d2470d..4886516ed19 100644 --- a/sys/arch/vax/boot/hp.c +++ b/sys/arch/vax/boot/hp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hp.c,v 1.3 1997/05/29 00:04:22 niklas Exp $ */ /* $NetBSD: hp.c,v 1.5 1996/02/17 18:23:22 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/ka410.h b/sys/arch/vax/boot/ka410.h index a022362c08f..ef2c656df0e 100644 --- a/sys/arch/vax/boot/ka410.h +++ b/sys/arch/vax/boot/ka410.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ka410.h,v 1.2 1997/05/29 00:04:23 niklas Exp $ */ /* $NetBSD: ka410.h,v 1.1 1996/08/02 11:22:13 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/mfm.c b/sys/arch/vax/boot/mfm.c index bd271530ea4..09ddbee59ba 100644 --- a/sys/arch/vax/boot/mfm.c +++ b/sys/arch/vax/boot/mfm.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mfm.c,v 1.2 1997/05/29 00:04:23 niklas Exp $ */ /* $NetBSD: mfm.c,v 1.1 1996/08/02 11:22:16 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/ra.c b/sys/arch/vax/boot/ra.c index 722b19d99cd..0c16abf8b3c 100644 --- a/sys/arch/vax/boot/ra.c +++ b/sys/arch/vax/boot/ra.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ra.c,v 1.4 1997/05/29 00:04:24 niklas Exp $ */ /* $NetBSD: ra.c,v 1.5 1996/08/02 11:22:18 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/rom.c b/sys/arch/vax/boot/rom.c index f299f506350..cdbd70f545b 100644 --- a/sys/arch/vax/boot/rom.c +++ b/sys/arch/vax/boot/rom.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rom.c,v 1.2 1997/05/29 00:04:24 niklas Exp $ */ /* $NetBSD: rom.c,v 1.1 1996/08/02 11:22:21 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/romread.s b/sys/arch/vax/boot/romread.s index ff893c4b6d9..41cb4e2d33d 100644 --- a/sys/arch/vax/boot/romread.s +++ b/sys/arch/vax/boot/romread.s @@ -1,3 +1,4 @@ +/* $OpenBSD: romread.s,v 1.3 1997/05/29 00:04:24 niklas Exp $ */ /* $NetBSD: romread.s,v 1.4 1996/08/02 11:22:24 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/samachdep.h b/sys/arch/vax/boot/samachdep.h index 829a17d2b49..4aab837f096 100644 --- a/sys/arch/vax/boot/samachdep.h +++ b/sys/arch/vax/boot/samachdep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: samachdep.h,v 1.2 1997/05/29 00:04:25 niklas Exp $ */ /* $NetBSD: samachdep.h,v 1.1 1996/08/02 11:22:28 ragge Exp $ */ /* diff --git a/sys/arch/vax/boot/scsi_hi.c b/sys/arch/vax/boot/scsi_hi.c index 0102123cc32..b49e0f2610c 100644 --- a/sys/arch/vax/boot/scsi_hi.c +++ b/sys/arch/vax/boot/scsi_hi.c @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_hi.c,v 1.2 1997/05/29 00:04:25 niklas Exp $ */ /* $NetBSD: scsi_hi.c,v 1.1 1996/08/02 11:22:31 ragge Exp $ */ /**************************************************************************** diff --git a/sys/arch/vax/boot/scsi_low.c b/sys/arch/vax/boot/scsi_low.c index a86a82de7c9..9a6f1d61876 100644 --- a/sys/arch/vax/boot/scsi_low.c +++ b/sys/arch/vax/boot/scsi_low.c @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_low.c,v 1.2 1997/05/29 00:04:26 niklas Exp $ */ /* $NetBSD: scsi_low.c,v 1.1 1996/08/02 11:22:34 ragge Exp $ */ /**************************************************************************** diff --git a/sys/arch/vax/boot/sd.c b/sys/arch/vax/boot/sd.c index 30b08c3ff57..d3098b99b3b 100644 --- a/sys/arch/vax/boot/sd.c +++ b/sys/arch/vax/boot/sd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sd.c,v 1.2 1997/05/29 00:04:26 niklas Exp $ */ /* $NetBSD: sd.c,v 1.1 1996/08/02 11:22:36 ragge Exp $ */ /* diff --git a/sys/arch/vax/boot/so.h b/sys/arch/vax/boot/so.h index 3ead2c8e14b..0780371fe47 100644 --- a/sys/arch/vax/boot/so.h +++ b/sys/arch/vax/boot/so.h @@ -1,3 +1,4 @@ +/* $OpenBSD: so.h,v 1.2 1997/05/29 00:04:27 niklas Exp $ */ /* $NetBSD: so.h,v 1.1 1996/08/02 11:22:41 ragge Exp $ */ #ifndef _SO_H_INCLUDE diff --git a/sys/arch/vax/boot/srt0.s b/sys/arch/vax/boot/srt0.s index bfe5acafe34..39b8608070b 100644 --- a/sys/arch/vax/boot/srt0.s +++ b/sys/arch/vax/boot/srt0.s @@ -1,3 +1,4 @@ +/* $OpenBSD: srt0.s,v 1.4 1997/05/29 00:04:27 niklas Exp $ */ /* $NetBSD: srt0.s,v 1.6 1996/08/02 11:22:44 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/start.s b/sys/arch/vax/boot/start.s index 51edf004a88..6a21d6ef1e8 100644 --- a/sys/arch/vax/boot/start.s +++ b/sys/arch/vax/boot/start.s @@ -1,3 +1,4 @@ +/* $OpenBSD: start.s,v 1.5 1997/05/29 00:04:27 niklas Exp $ */ /* $NetBSD: start.s,v 1.8 1996/08/02 11:22:47 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/str.s b/sys/arch/vax/boot/str.s index 685574e0371..7be8bd73fc8 100644 --- a/sys/arch/vax/boot/str.s +++ b/sys/arch/vax/boot/str.s @@ -1,3 +1,4 @@ +/* $OpenBSD: str.s,v 1.2 1997/05/29 00:04:28 niklas Exp $ */ /* $NetBSD: str.s,v 1.2 1996/08/02 16:18:40 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/tmscp.c b/sys/arch/vax/boot/tmscp.c index b63022212f7..c96ad184d65 100644 --- a/sys/arch/vax/boot/tmscp.c +++ b/sys/arch/vax/boot/tmscp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tmscp.c,v 1.4 1997/05/29 00:04:28 niklas Exp $ */ /* $NetBSD: tmscp.c,v 1.3 1996/08/02 11:22:53 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/boot/vaxstand.h b/sys/arch/vax/boot/vaxstand.h index 2d068b9d6d9..ddc4122f76a 100644 --- a/sys/arch/vax/boot/vaxstand.h +++ b/sys/arch/vax/boot/vaxstand.h @@ -1,3 +1,4 @@ +/* $OpenBSD: vaxstand.h,v 1.4 1997/05/29 00:04:29 niklas Exp $ */ /* $NetBSD: vaxstand.h,v 1.5 1996/08/02 11:22:56 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/compile/.keep_me b/sys/arch/vax/compile/.keep_me index e018447add3..2052f91ff69 100644 --- a/sys/arch/vax/compile/.keep_me +++ b/sys/arch/vax/compile/.keep_me @@ -1,3 +1,4 @@ +$OpenBSD: .keep_me,v 1.2 1997/05/29 00:04:29 niklas Exp $ $NetBSD: .keep_me,v 1.3 1994/10/26 08:06:10 cgd Exp $ This normally empty directory needs to be kept in the distribution. diff --git a/sys/arch/vax/consolerl/Makefile b/sys/arch/vax/consolerl/Makefile index 9cc3fc74a8f..a36978efd2e 100644 --- a/sys/arch/vax/consolerl/Makefile +++ b/sys/arch/vax/consolerl/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1997/05/29 00:04:30 niklas Exp $ # $NetBSD: Makefile,v 1.1 1996/03/08 12:41:33 ragge Exp $ -# @(#)Makefile 7.2 (Berkeley) 5/8/91 BOOTS= boot STDBOOS= defboo.com anyboo.com diff --git a/sys/arch/vax/floppy/Makefile b/sys/arch/vax/floppy/Makefile index 0ce301f6865..0afacaadceb 100644 --- a/sys/arch/vax/floppy/Makefile +++ b/sys/arch/vax/floppy/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1997/05/29 00:04:31 niklas Exp $ # $NetBSD: Makefile,v 1.1 1996/03/02 17:57:34 ragge Exp $ -# @(#)Makefile 7.2 (Berkeley) 5/9/91 # Make a 780 rx01 floppy # diff --git a/sys/arch/vax/if/if_dereg.h b/sys/arch/vax/if/if_dereg.h index d18f5fe043d..5732baf964a 100644 --- a/sys/arch/vax/if/if_dereg.h +++ b/sys/arch/vax/if/if_dereg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_dereg.h,v 1.3 1997/05/29 00:04:32 niklas Exp $ */ /* $NetBSD: if_dereg.h,v 1.3 1996/04/08 18:34:55 ragge Exp $ */ /* diff --git a/sys/arch/vax/if/if_le.c b/sys/arch/vax/if/if_le.c index a41d5db2edf..67ab2fec5e4 100644 --- a/sys/arch/vax/if/if_le.c +++ b/sys/arch/vax/if/if_le.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if_le.c,v 1.2 1997/05/29 00:04:32 niklas Exp $ */ /* $NetBSD: if_le.c,v 1.3 1996/10/13 03:34:53 christos Exp $ */ #define LEDEBUG 1 /* debug-level: 0 or 1 */ diff --git a/sys/arch/vax/if/if_qe.c b/sys/arch/vax/if/if_qe.c index 8c150fb3d44..9b26d02f754 100644 --- a/sys/arch/vax/if/if_qe.c +++ b/sys/arch/vax/if/if_qe.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if_qe.c,v 1.8 1997/05/29 00:04:32 niklas Exp $ */ /* $NetBSD: if_qe.c,v 1.18 1996/10/13 03:34:55 christos Exp $ */ /* diff --git a/sys/arch/vax/if/if_qereg.h b/sys/arch/vax/if/if_qereg.h index fe608daa42a..99ed1a45657 100644 --- a/sys/arch/vax/if/if_qereg.h +++ b/sys/arch/vax/if/if_qereg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_qereg.h,v 1.2 1997/05/29 00:04:33 niklas Exp $ */ /* $NetBSD: if_qereg.h,v 1.1 1995/03/30 20:26:41 ragge Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. diff --git a/sys/arch/vax/if/if_uba.c b/sys/arch/vax/if/if_uba.c index 4b023563c78..f0dd19c6051 100644 --- a/sys/arch/vax/if/if_uba.c +++ b/sys/arch/vax/if/if_uba.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if_uba.c,v 1.5 1997/05/29 00:04:33 niklas Exp $ */ /* $NetBSD: if_uba.c,v 1.12 1996/08/20 14:07:46 ragge Exp $ */ /* diff --git a/sys/arch/vax/if/if_uba.h b/sys/arch/vax/if/if_uba.h index 5ae8c5170ab..7c2f90d4815 100644 --- a/sys/arch/vax/if/if_uba.h +++ b/sys/arch/vax/if/if_uba.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_uba.h,v 1.4 1997/05/29 00:04:34 niklas Exp $ */ /* $NetBSD: if_uba.h,v 1.6 1996/08/20 14:07:50 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/ansi.h b/sys/arch/vax/include/ansi.h index a9ded0b66e0..f8dcb7f7f7c 100644 --- a/sys/arch/vax/include/ansi.h +++ b/sys/arch/vax/include/ansi.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ansi.h,v 1.4 1997/05/29 00:04:34 niklas Exp $ */ /* $NetBSD: ansi.h,v 1.5 1996/11/15 22:39:01 jtc Exp $ */ /*- diff --git a/sys/arch/vax/include/aout_machdep.h b/sys/arch/vax/include/aout_machdep.h index 3d34ccc79e5..93b6ba273a0 100644 --- a/sys/arch/vax/include/aout_machdep.h +++ b/sys/arch/vax/include/aout_machdep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: aout_machdep.h,v 1.2 1997/05/29 00:04:35 niklas Exp $ */ /* $NetBSD: aout_machdep.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/asm.h b/sys/arch/vax/include/asm.h index b97107d906e..6a0000328f1 100644 --- a/sys/arch/vax/include/asm.h +++ b/sys/arch/vax/include/asm.h @@ -1,3 +1,4 @@ +/* $OpenBSD: asm.h,v 1.4 1997/05/29 00:04:35 niklas Exp $ */ /* $NetBSD: asm.h,v 1.5 1996/11/30 02:49:06 jtc Exp $ */ /* * Copyright (c) 1982, 1993 diff --git a/sys/arch/vax/include/cdefs.h b/sys/arch/vax/include/cdefs.h index 0468cc9e196..22601e0b75d 100644 --- a/sys/arch/vax/include/cdefs.h +++ b/sys/arch/vax/include/cdefs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cdefs.h,v 1.4 1997/05/29 00:04:36 niklas Exp $ */ /* $NetBSD: cdefs.h,v 1.2 1995/03/23 20:10:53 jtc Exp $ */ /* diff --git a/sys/arch/vax/include/clock.h b/sys/arch/vax/include/clock.h index 28bffbe9a13..5e55f4d56d8 100644 --- a/sys/arch/vax/include/clock.h +++ b/sys/arch/vax/include/clock.h @@ -1,3 +1,4 @@ +/* $OpenBSD: clock.h,v 1.2 1997/05/29 00:04:36 niklas Exp $ */ /* $NetBSD: clock.h,v 1.1 1996/07/20 17:35:42 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/include/cpu.h b/sys/arch/vax/include/cpu.h index b928a64d131..dce472921b9 100644 --- a/sys/arch/vax/include/cpu.h +++ b/sys/arch/vax/include/cpu.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cpu.h,v 1.6 1997/05/29 00:04:37 niklas Exp $ */ /* $NetBSD: cpu.h,v 1.19 1996/07/20 17:58:12 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/db_machdep.h b/sys/arch/vax/include/db_machdep.h index d69f9a4874a..45dfd366168 100644 --- a/sys/arch/vax/include/db_machdep.h +++ b/sys/arch/vax/include/db_machdep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: db_machdep.h,v 1.4 1997/05/29 00:04:37 niklas Exp $ */ /* $NetBSD: db_machdep.h,v 1.2 1996/04/08 18:35:47 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/disklabel.h b/sys/arch/vax/include/disklabel.h index 4d95b0997ba..7f87620df1c 100644 --- a/sys/arch/vax/include/disklabel.h +++ b/sys/arch/vax/include/disklabel.h @@ -1,3 +1,4 @@ +/* $OpenBSD: disklabel.h,v 1.4 1997/05/29 00:04:38 niklas Exp $ */ /* $NetBSD: disklabel.h,v 1.3 1996/02/01 22:33:26 mycroft Exp $ */ /* diff --git a/sys/arch/vax/include/exec.h b/sys/arch/vax/include/exec.h index 74e73c549e8..f9f949bc3ce 100644 --- a/sys/arch/vax/include/exec.h +++ b/sys/arch/vax/include/exec.h @@ -1,3 +1,4 @@ +/* $OpenBSD: exec.h,v 1.5 1997/05/29 00:04:38 niklas Exp $ */ /* $NetBSD: exec.h,v 1.4 1995/09/23 14:57:40 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/float.h b/sys/arch/vax/include/float.h index 4ec3fa86baf..ff59f6ac292 100644 --- a/sys/arch/vax/include/float.h +++ b/sys/arch/vax/include/float.h @@ -1,3 +1,4 @@ +/* $OpenBSD: float.h,v 1.2 1997/05/29 00:04:39 niklas Exp $ */ /* $NetBSD: float.h,v 1.2 1994/10/26 08:02:08 cgd Exp $ */ /* diff --git a/sys/arch/vax/include/frame.h b/sys/arch/vax/include/frame.h index 0031315aa5d..fd092b47dbc 100644 --- a/sys/arch/vax/include/frame.h +++ b/sys/arch/vax/include/frame.h @@ -1,3 +1,4 @@ +/* $OpenBSD: frame.h,v 1.2 1997/05/29 00:04:39 niklas Exp $ */ /* $NetBSD: frame.h,v 1.1 1995/11/12 15:07:30 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/include/ioa.h b/sys/arch/vax/include/ioa.h index 86df5510434..2302e9df850 100644 --- a/sys/arch/vax/include/ioa.h +++ b/sys/arch/vax/include/ioa.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ioa.h,v 1.4 1997/05/29 00:04:40 niklas Exp $ */ /* $NetBSD: ioa.h,v 1.4 1996/03/07 23:23:58 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. diff --git a/sys/arch/vax/include/ka410.h b/sys/arch/vax/include/ka410.h index 379cf984057..2010d50ba4a 100644 --- a/sys/arch/vax/include/ka410.h +++ b/sys/arch/vax/include/ka410.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ka410.h,v 1.2 1997/05/29 00:04:40 niklas Exp $ */ /* $NetBSD: ka410.h,v 1.1 1996/07/20 17:58:14 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/include/ka420.h b/sys/arch/vax/include/ka420.h index ed1fa240782..3ad4175efa4 100644 --- a/sys/arch/vax/include/ka420.h +++ b/sys/arch/vax/include/ka420.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ka420.h,v 1.2 1997/05/29 00:04:41 niklas Exp $ */ /* $NetBSD: ka420.h,v 1.1 1996/07/20 17:58:15 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/include/ka43.h b/sys/arch/vax/include/ka43.h index 41981ebde78..b40c51f34cc 100644 --- a/sys/arch/vax/include/ka43.h +++ b/sys/arch/vax/include/ka43.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ka43.h,v 1.2 1997/05/29 00:04:41 niklas Exp $ */ /* $NetBSD: ka43.h,v 1.1 1996/07/20 17:58:16 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/include/ka630.h b/sys/arch/vax/include/ka630.h index 09875115955..11f9e3fbc6c 100644 --- a/sys/arch/vax/include/ka630.h +++ b/sys/arch/vax/include/ka630.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ka630.h,v 1.2 1997/05/29 00:04:42 niklas Exp $ */ /* $NetBSD: ka630.h,v 1.1 1996/07/20 17:58:17 ragge Exp $ */ /*- * Copyright (c) 1986, 1988 The Regents of the University of California. diff --git a/sys/arch/vax/include/ka650.h b/sys/arch/vax/include/ka650.h index f513f0fc0fe..51984b1cea0 100644 --- a/sys/arch/vax/include/ka650.h +++ b/sys/arch/vax/include/ka650.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ka650.h,v 1.5 1997/05/29 00:04:42 niklas Exp $ */ /* $NetBSD: ka650.h,v 1.4 1996/05/19 16:43:20 ragge Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. diff --git a/sys/arch/vax/include/ka820.h b/sys/arch/vax/include/ka820.h index 10d285cd381..618006995c3 100644 --- a/sys/arch/vax/include/ka820.h +++ b/sys/arch/vax/include/ka820.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ka820.h,v 1.2 1997/05/29 00:04:43 niklas Exp $ */ /* $NetBSD: ka820.h,v 1.1 1996/07/20 17:33:09 ragge Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. diff --git a/sys/arch/vax/include/limits.h b/sys/arch/vax/include/limits.h index 1709951d2ba..66e7d55e940 100644 --- a/sys/arch/vax/include/limits.h +++ b/sys/arch/vax/include/limits.h @@ -1,3 +1,4 @@ +/* $OpenBSD: limits.h,v 1.3 1997/05/29 00:04:43 niklas Exp $ */ /* $NetBSD: limits.h,v 1.6 1995/12/31 15:05:19 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/macros.h b/sys/arch/vax/include/macros.h index 1d863e915a4..5701bcc5acb 100644 --- a/sys/arch/vax/include/macros.h +++ b/sys/arch/vax/include/macros.h @@ -1,3 +1,4 @@ +/* $OpenBSD: macros.h,v 1.6 1997/05/29 00:04:44 niklas Exp $ */ /* $NetBSD: macros.h,v 1.10 1997/01/11 11:07:52 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/mtpr.h b/sys/arch/vax/include/mtpr.h index f106ab687f9..62d6e5e0418 100644 --- a/sys/arch/vax/include/mtpr.h +++ b/sys/arch/vax/include/mtpr.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mtpr.h,v 1.4 1997/05/29 00:04:44 niklas Exp $ */ /* $NetBSD: mtpr.h,v 1.9 1996/07/20 17:58:18 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/nexus.h b/sys/arch/vax/include/nexus.h index 6f15874f874..191b950ba7d 100644 --- a/sys/arch/vax/include/nexus.h +++ b/sys/arch/vax/include/nexus.h @@ -1,3 +1,4 @@ +/* $OpenBSD: nexus.h,v 1.7 1997/05/29 00:04:45 niklas Exp $ */ /* $NetBSD: nexus.h,v 1.12 1996/08/20 14:19:43 ragge Exp $ */ /*- diff --git a/sys/arch/vax/include/pcb.h b/sys/arch/vax/include/pcb.h index 532a643480b..6b14041d61c 100644 --- a/sys/arch/vax/include/pcb.h +++ b/sys/arch/vax/include/pcb.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pcb.h,v 1.4 1997/05/29 00:04:45 niklas Exp $ */ /* $NetBSD: pcb.h,v 1.10 1996/02/02 18:08:26 mycroft Exp $ */ /* diff --git a/sys/arch/vax/include/pmap.h b/sys/arch/vax/include/pmap.h index a4f22ce6e01..8457ecf9265 100644 --- a/sys/arch/vax/include/pmap.h +++ b/sys/arch/vax/include/pmap.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap.h,v 1.5 1997/05/29 00:04:46 niklas Exp $ */ /* $NetBSD: pmap.h,v 1.17 1996/07/20 17:58:22 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/proc.h b/sys/arch/vax/include/proc.h index 07559a36d24..e31407a9a9b 100644 --- a/sys/arch/vax/include/proc.h +++ b/sys/arch/vax/include/proc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: proc.h,v 1.2 1997/05/29 00:04:46 niklas Exp $ */ /* $NetBSD: proc.h,v 1.2 1994/10/26 08:02:21 cgd Exp $ */ /* diff --git a/sys/arch/vax/include/profile.h b/sys/arch/vax/include/profile.h index dc5e0983eaa..06b5ba737dc 100644 --- a/sys/arch/vax/include/profile.h +++ b/sys/arch/vax/include/profile.h @@ -1,3 +1,4 @@ +/* $OpenBSD: profile.h,v 1.5 1997/05/29 00:04:47 niklas Exp $ */ /* $NetBSD: profile.h,v 1.5 1995/12/31 12:15:58 ragge Exp $ */ /* * Copyright (c) 1992 The Regents of the University of California. diff --git a/sys/arch/vax/include/psl.h b/sys/arch/vax/include/psl.h index 6d29b763606..05c5c42f691 100644 --- a/sys/arch/vax/include/psl.h +++ b/sys/arch/vax/include/psl.h @@ -1,3 +1,4 @@ +/* $OpenBSD: psl.h,v 1.3 1997/05/29 00:04:47 niklas Exp $ */ /* $NetBSD: psl.h,v 1.5 1996/01/28 12:32:21 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/pte.h b/sys/arch/vax/include/pte.h index 3b2adb9dd5b..65a2b892cf5 100644 --- a/sys/arch/vax/include/pte.h +++ b/sys/arch/vax/include/pte.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pte.h,v 1.5 1997/05/29 00:04:48 niklas Exp $ */ /* $NetBSD: pte.h,v 1.10 1996/02/23 17:54:33 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/ptrace.h b/sys/arch/vax/include/ptrace.h index d62d017d036..56141da4a0e 100644 --- a/sys/arch/vax/include/ptrace.h +++ b/sys/arch/vax/include/ptrace.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ptrace.h,v 1.2 1997/05/29 00:04:48 niklas Exp $ */ /* $NetBSD: ptrace.h,v 1.3 1995/04/12 15:26:49 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/reg.h b/sys/arch/vax/include/reg.h index 9555794d510..2d0de80db20 100644 --- a/sys/arch/vax/include/reg.h +++ b/sys/arch/vax/include/reg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: reg.h,v 1.2 1997/05/29 00:04:49 niklas Exp $ */ /* $NetBSD: reg.h,v 1.3 1995/04/12 15:26:52 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/rpb.h b/sys/arch/vax/include/rpb.h index 7e5e1f02080..c16f4db2cf5 100644 --- a/sys/arch/vax/include/rpb.h +++ b/sys/arch/vax/include/rpb.h @@ -1,3 +1,4 @@ +/* $OpenBSD: rpb.h,v 1.3 1997/05/29 00:04:50 niklas Exp $ */ /* $NetBSD: rpb.h,v 1.2 1995/10/20 13:47:27 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/include/rsp.h b/sys/arch/vax/include/rsp.h index 5822f4bf780..b6d701ca1c4 100644 --- a/sys/arch/vax/include/rsp.h +++ b/sys/arch/vax/include/rsp.h @@ -1,3 +1,4 @@ +/* $OpenBSD: rsp.h,v 1.2 1997/05/29 00:04:50 niklas Exp $ */ /* $NetBSD: rsp.h,v 1.1 1996/02/17 18:14:50 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/include/scb.h b/sys/arch/vax/include/scb.h index 372d614919b..0671719bb82 100644 --- a/sys/arch/vax/include/scb.h +++ b/sys/arch/vax/include/scb.h @@ -1,3 +1,4 @@ +/* $OpenBSD: scb.h,v 1.4 1997/05/29 00:04:50 niklas Exp $ */ /* $NetBSD: scb.h,v 1.4 1995/12/13 18:54:56 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/setjmp.h b/sys/arch/vax/include/setjmp.h index 251569b9c05..a16cf580648 100644 --- a/sys/arch/vax/include/setjmp.h +++ b/sys/arch/vax/include/setjmp.h @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.h,v 1.2 1997/05/29 00:04:51 niklas Exp $ */ /* $NetBSD: setjmp.h,v 1.1 1994/12/20 10:37:18 cgd Exp $ */ /* diff --git a/sys/arch/vax/include/sid.h b/sys/arch/vax/include/sid.h index 4270623b85e..9c546fc83d6 100644 --- a/sys/arch/vax/include/sid.h +++ b/sys/arch/vax/include/sid.h @@ -1,3 +1,4 @@ +/* $OpenBSD: sid.h,v 1.4 1997/05/29 00:04:52 niklas Exp $ */ /* $NetBSD: sid.h,v 1.8 1996/08/20 14:19:41 ragge Exp $ */ /* diff --git a/sys/arch/vax/include/signal.h b/sys/arch/vax/include/signal.h index 5c4fa439947..78068053dd7 100644 --- a/sys/arch/vax/include/signal.h +++ b/sys/arch/vax/include/signal.h @@ -1,3 +1,4 @@ +/* $OpenBSD: signal.h,v 1.2 1997/05/29 00:04:52 niklas Exp $ */ /* $NetBSD: signal.h,v 1.4 1995/01/10 19:01:52 jtc Exp $ */ /* diff --git a/sys/arch/vax/include/stdarg.h b/sys/arch/vax/include/stdarg.h index 41042c71d7d..676ad682bc3 100644 --- a/sys/arch/vax/include/stdarg.h +++ b/sys/arch/vax/include/stdarg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: stdarg.h,v 1.3 1997/05/29 00:04:53 niklas Exp $ */ /* $NetBSD: stdarg.h,v 1.8 1995/12/25 23:15:37 mycroft Exp $ */ /*- diff --git a/sys/arch/vax/include/trap.h b/sys/arch/vax/include/trap.h index 619b2d9ac07..ad1bc05bb20 100644 --- a/sys/arch/vax/include/trap.h +++ b/sys/arch/vax/include/trap.h @@ -1,3 +1,4 @@ +/* $OpenBSD: trap.h,v 1.7 1997/05/29 00:04:53 niklas Exp $ */ /* $NetBSD: trap.h,v 1.14 1997/01/11 11:46:43 ragge Exp $ */ /*- diff --git a/sys/arch/vax/include/types.h b/sys/arch/vax/include/types.h index e44feb1b395..b66a63e82d1 100644 --- a/sys/arch/vax/include/types.h +++ b/sys/arch/vax/include/types.h @@ -1,3 +1,4 @@ +/* $OpenBSD: types.h,v 1.7 1997/05/29 00:04:54 niklas Exp $ */ /* $NetBSD: types.h,v 1.10 1996/12/05 00:14:00 cgd Exp $ */ /*- diff --git a/sys/arch/vax/include/uvax.h b/sys/arch/vax/include/uvax.h index df7bc81f6a6..b3441b6689f 100644 --- a/sys/arch/vax/include/uvax.h +++ b/sys/arch/vax/include/uvax.h @@ -1,3 +1,4 @@ +/* $OpenBSD: uvax.h,v 1.2 1997/05/29 00:04:55 niklas Exp $ */ /* $NetBSD: uvax.h,v 1.1 1996/07/20 17:58:24 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/include/varargs.h b/sys/arch/vax/include/varargs.h index b365369de7f..82043978a75 100644 --- a/sys/arch/vax/include/varargs.h +++ b/sys/arch/vax/include/varargs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: varargs.h,v 1.4 1997/05/29 00:04:55 niklas Exp $ */ /* $NetBSD: varargs.h,v 1.9 1995/12/26 01:16:35 mycroft Exp $ */ /*- diff --git a/sys/arch/vax/include/vmparam.h b/sys/arch/vax/include/vmparam.h index 459c120e218..8f6ee8b81e9 100644 --- a/sys/arch/vax/include/vmparam.h +++ b/sys/arch/vax/include/vmparam.h @@ -1,3 +1,4 @@ +/* $OpenBSD: vmparam.h,v 1.5 1997/05/29 00:04:56 niklas Exp $ */ /* $NetBSD: vmparam.h,v 1.12 1996/07/20 17:58:26 ragge Exp $ */ /*- diff --git a/sys/arch/vax/include/vsbus.h b/sys/arch/vax/include/vsbus.h index 81257f57d11..0827eb3e1c2 100644 --- a/sys/arch/vax/include/vsbus.h +++ b/sys/arch/vax/include/vsbus.h @@ -1,3 +1,4 @@ +/* $OpenBSD: vsbus.h,v 1.2 1997/05/29 00:04:57 niklas Exp $ */ /* $NetBSD: vsbus.h,v 1.1 1996/07/20 17:58:28 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/mba/hp.c b/sys/arch/vax/mba/hp.c index 6bc9955e012..15dfe30a331 100644 --- a/sys/arch/vax/mba/hp.c +++ b/sys/arch/vax/mba/hp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hp.c,v 1.5 1997/05/29 00:04:58 niklas Exp $ */ /* $NetBSD: hp.c,v 1.12 1996/10/13 03:34:58 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/mba/hpreg.h b/sys/arch/vax/mba/hpreg.h index f20fa837685..f0255d329ca 100644 --- a/sys/arch/vax/mba/hpreg.h +++ b/sys/arch/vax/mba/hpreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: hpreg.h,v 1.4 1997/05/29 00:04:59 niklas Exp $ */ /* $NetBSD: hpreg.h,v 1.4 1996/02/11 13:19:35 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/mba/mba.c b/sys/arch/vax/mba/mba.c index 40cce611747..88e269579e9 100644 --- a/sys/arch/vax/mba/mba.c +++ b/sys/arch/vax/mba/mba.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mba.c,v 1.5 1997/05/29 00:04:59 niklas Exp $ */ /* $NetBSD: mba.c,v 1.10 1996/10/13 03:35:00 christos Exp $ */ /* * Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/mba/mbareg.h b/sys/arch/vax/mba/mbareg.h index 128da4ae3c5..e7a3fa6e4b3 100644 --- a/sys/arch/vax/mba/mbareg.h +++ b/sys/arch/vax/mba/mbareg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mbareg.h,v 1.4 1997/05/29 00:05:00 niklas Exp $ */ /* $NetBSD: mbareg.h,v 1.3 1996/02/11 13:19:38 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden diff --git a/sys/arch/vax/mba/mbavar.h b/sys/arch/vax/mba/mbavar.h index 212e489a77f..e2960d67880 100644 --- a/sys/arch/vax/mba/mbavar.h +++ b/sys/arch/vax/mba/mbavar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mbavar.h,v 1.3 1997/05/29 00:05:00 niklas Exp $ */ /* $NetBSD: mbavar.h,v 1.4 1996/04/08 18:39:01 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden diff --git a/sys/arch/vax/mscp/files.mscp b/sys/arch/vax/mscp/files.mscp index ad85bcbebbc..fcf48862246 100644 --- a/sys/arch/vax/mscp/files.mscp +++ b/sys/arch/vax/mscp/files.mscp @@ -1,3 +1,4 @@ +# $OpenBSD: files.mscp,v 1.2 1997/05/29 00:05:01 niklas Exp $ # $NetBSD: files.mscp,v 1.1 1996/07/01 20:41:30 ragge Exp $ # # File and device description for MSCP devices. diff --git a/sys/arch/vax/mscp/mscp.c b/sys/arch/vax/mscp/mscp.c index e8cb619ecb8..e97bee46017 100644 --- a/sys/arch/vax/mscp/mscp.c +++ b/sys/arch/vax/mscp/mscp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mscp.c,v 1.2 1997/05/29 00:05:01 niklas Exp $ */ /* $NetBSD: mscp.c,v 1.5 1997/01/11 11:20:31 ragge Exp $ */ /* diff --git a/sys/arch/vax/mscp/mscp.h b/sys/arch/vax/mscp/mscp.h index 64d5031d5ff..efc3915a0f3 100644 --- a/sys/arch/vax/mscp/mscp.h +++ b/sys/arch/vax/mscp/mscp.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mscp.h,v 1.2 1997/05/29 00:05:02 niklas Exp $ */ /* $NetBSD: mscp.h,v 1.2 1996/07/10 23:35:59 ragge Exp $ */ /* diff --git a/sys/arch/vax/mscp/mscp_disk.c b/sys/arch/vax/mscp/mscp_disk.c index 394e1edf302..f49d8a412f3 100644 --- a/sys/arch/vax/mscp/mscp_disk.c +++ b/sys/arch/vax/mscp/mscp_disk.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mscp_disk.c,v 1.2 1997/05/29 00:05:02 niklas Exp $ */ /* $NetBSD: mscp_disk.c,v 1.7 1997/01/11 11:20:32 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/mscp/mscp_subr.c b/sys/arch/vax/mscp/mscp_subr.c index 8634a33ecc3..0452ff14b3e 100644 --- a/sys/arch/vax/mscp/mscp_subr.c +++ b/sys/arch/vax/mscp/mscp_subr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mscp_subr.c,v 1.2 1997/05/29 00:05:03 niklas Exp $ */ /* $NetBSD: mscp_subr.c,v 1.6 1997/01/11 11:20:34 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/mscp/mscp_tape.c b/sys/arch/vax/mscp/mscp_tape.c index 85470b55ed7..c90bd87c9a6 100644 --- a/sys/arch/vax/mscp/mscp_tape.c +++ b/sys/arch/vax/mscp/mscp_tape.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mscp_tape.c,v 1.2 1997/05/29 00:05:03 niklas Exp $ */ /* $NetBSD: mscp_tape.c,v 1.4 1997/01/11 11:20:35 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/mscp/mscpreg.h b/sys/arch/vax/mscp/mscpreg.h index a5c6993a883..b98a4653847 100644 --- a/sys/arch/vax/mscp/mscpreg.h +++ b/sys/arch/vax/mscp/mscpreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mscpreg.h,v 1.2 1997/05/29 00:05:04 niklas Exp $ */ /* $NetBSD: mscpreg.h,v 1.1 1996/07/01 20:41:37 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/mscp/mscpvar.h b/sys/arch/vax/mscp/mscpvar.h index 8871f96f2ba..3a2b6cd24c3 100644 --- a/sys/arch/vax/mscp/mscpvar.h +++ b/sys/arch/vax/mscp/mscpvar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mscpvar.h,v 1.2 1997/05/29 00:05:04 niklas Exp $ */ /* $NetBSD: mscpvar.h,v 1.4 1997/01/11 11:20:36 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/autoconf.c b/sys/arch/vax/stand/autoconf.c index d3b2d2b67fd..206617755d5 100644 --- a/sys/arch/vax/stand/autoconf.c +++ b/sys/arch/vax/stand/autoconf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: autoconf.c,v 1.4 1997/05/29 00:04:18 niklas Exp $ */ /* $NetBSD: autoconf.c,v 1.6 1996/08/02 11:21:46 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/bootxx.c b/sys/arch/vax/stand/bootxx.c index e7464b87273..5bc1bc3d29e 100644 --- a/sys/arch/vax/stand/bootxx.c +++ b/sys/arch/vax/stand/bootxx.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bootxx.c,v 1.5 1997/05/29 00:04:19 niklas Exp $ */ /* $NetBSD: bootxx.c,v 1.7 1996/08/02 11:21:53 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. diff --git a/sys/arch/vax/stand/conf.c b/sys/arch/vax/stand/conf.c index 72b7f44faf0..348fb27bfab 100644 --- a/sys/arch/vax/stand/conf.c +++ b/sys/arch/vax/stand/conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conf.c,v 1.4 1997/05/29 00:04:19 niklas Exp $ */ /* $NetBSD: conf.c,v 1.6 1996/08/02 11:21:56 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/consio.c b/sys/arch/vax/stand/consio.c index 94db46d0262..5dac79c8827 100644 --- a/sys/arch/vax/stand/consio.c +++ b/sys/arch/vax/stand/consio.c @@ -1,3 +1,4 @@ +/* $OpenBSD: consio.c,v 1.3 1997/05/29 00:04:19 niklas Exp $ */ /* $NetBSD: consio.c,v 1.4 1996/08/02 11:22:00 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/copy.c b/sys/arch/vax/stand/copy.c index c46ba5674e3..73fe2fb0de0 100644 --- a/sys/arch/vax/stand/copy.c +++ b/sys/arch/vax/stand/copy.c @@ -1,3 +1,4 @@ +/* $OpenBSD: copy.c,v 1.3 1997/05/29 00:04:20 niklas Exp $ */ /* $NetBSD: copy.c,v 1.3 1996/08/02 11:22:03 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. diff --git a/sys/arch/vax/stand/ctu.c b/sys/arch/vax/stand/ctu.c index 26f29525160..8e5ec6160a7 100644 --- a/sys/arch/vax/stand/ctu.c +++ b/sys/arch/vax/stand/ctu.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ctu.c,v 1.2 1997/05/29 00:04:20 niklas Exp $ */ /* $NetBSD: ctu.c,v 1.1 1996/02/17 18:23:20 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/data.h b/sys/arch/vax/stand/data.h index d63b5496fbc..e8d92478098 100644 --- a/sys/arch/vax/stand/data.h +++ b/sys/arch/vax/stand/data.h @@ -1,3 +1,4 @@ +/* $OpenBSD: data.h,v 1.2 1997/05/29 00:04:21 niklas Exp $ */ /* $NetBSD: data.h,v 1.4 1995/09/16 15:58:57 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/devopen.c b/sys/arch/vax/stand/devopen.c index 8d58b778998..87f24f11e55 100644 --- a/sys/arch/vax/stand/devopen.c +++ b/sys/arch/vax/stand/devopen.c @@ -1,3 +1,4 @@ +/* $OpenBSD: devopen.c,v 1.4 1997/05/29 00:04:21 niklas Exp $ */ /* $NetBSD: devopen.c,v 1.6 1996/08/02 16:18:39 ragge Exp $ */ /*- * Copyright (c) 1993 John Brezak diff --git a/sys/arch/vax/stand/edlabel.c b/sys/arch/vax/stand/edlabel.c index a5af6abe894..c5d55167922 100644 --- a/sys/arch/vax/stand/edlabel.c +++ b/sys/arch/vax/stand/edlabel.c @@ -1,3 +1,4 @@ +/* $OpenBSD: edlabel.c,v 1.3 1997/05/29 00:04:22 niklas Exp $ */ /* $NetBSD: edlabel.c,v 1.2 1996/08/02 11:22:11 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/hp.c b/sys/arch/vax/stand/hp.c index 74400d2470d..4886516ed19 100644 --- a/sys/arch/vax/stand/hp.c +++ b/sys/arch/vax/stand/hp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hp.c,v 1.3 1997/05/29 00:04:22 niklas Exp $ */ /* $NetBSD: hp.c,v 1.5 1996/02/17 18:23:22 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/ka410.h b/sys/arch/vax/stand/ka410.h index a022362c08f..ef2c656df0e 100644 --- a/sys/arch/vax/stand/ka410.h +++ b/sys/arch/vax/stand/ka410.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ka410.h,v 1.2 1997/05/29 00:04:23 niklas Exp $ */ /* $NetBSD: ka410.h,v 1.1 1996/08/02 11:22:13 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/mfm.c b/sys/arch/vax/stand/mfm.c index bd271530ea4..09ddbee59ba 100644 --- a/sys/arch/vax/stand/mfm.c +++ b/sys/arch/vax/stand/mfm.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mfm.c,v 1.2 1997/05/29 00:04:23 niklas Exp $ */ /* $NetBSD: mfm.c,v 1.1 1996/08/02 11:22:16 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/ra.c b/sys/arch/vax/stand/ra.c index 722b19d99cd..0c16abf8b3c 100644 --- a/sys/arch/vax/stand/ra.c +++ b/sys/arch/vax/stand/ra.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ra.c,v 1.4 1997/05/29 00:04:24 niklas Exp $ */ /* $NetBSD: ra.c,v 1.5 1996/08/02 11:22:18 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/rom.c b/sys/arch/vax/stand/rom.c index f299f506350..cdbd70f545b 100644 --- a/sys/arch/vax/stand/rom.c +++ b/sys/arch/vax/stand/rom.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rom.c,v 1.2 1997/05/29 00:04:24 niklas Exp $ */ /* $NetBSD: rom.c,v 1.1 1996/08/02 11:22:21 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/romread.s b/sys/arch/vax/stand/romread.s index ff893c4b6d9..41cb4e2d33d 100644 --- a/sys/arch/vax/stand/romread.s +++ b/sys/arch/vax/stand/romread.s @@ -1,3 +1,4 @@ +/* $OpenBSD: romread.s,v 1.3 1997/05/29 00:04:24 niklas Exp $ */ /* $NetBSD: romread.s,v 1.4 1996/08/02 11:22:24 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/samachdep.h b/sys/arch/vax/stand/samachdep.h index 829a17d2b49..4aab837f096 100644 --- a/sys/arch/vax/stand/samachdep.h +++ b/sys/arch/vax/stand/samachdep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: samachdep.h,v 1.2 1997/05/29 00:04:25 niklas Exp $ */ /* $NetBSD: samachdep.h,v 1.1 1996/08/02 11:22:28 ragge Exp $ */ /* diff --git a/sys/arch/vax/stand/scsi_hi.c b/sys/arch/vax/stand/scsi_hi.c index 0102123cc32..b49e0f2610c 100644 --- a/sys/arch/vax/stand/scsi_hi.c +++ b/sys/arch/vax/stand/scsi_hi.c @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_hi.c,v 1.2 1997/05/29 00:04:25 niklas Exp $ */ /* $NetBSD: scsi_hi.c,v 1.1 1996/08/02 11:22:31 ragge Exp $ */ /**************************************************************************** diff --git a/sys/arch/vax/stand/scsi_low.c b/sys/arch/vax/stand/scsi_low.c index a86a82de7c9..9a6f1d61876 100644 --- a/sys/arch/vax/stand/scsi_low.c +++ b/sys/arch/vax/stand/scsi_low.c @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_low.c,v 1.2 1997/05/29 00:04:26 niklas Exp $ */ /* $NetBSD: scsi_low.c,v 1.1 1996/08/02 11:22:34 ragge Exp $ */ /**************************************************************************** diff --git a/sys/arch/vax/stand/sd.c b/sys/arch/vax/stand/sd.c index 30b08c3ff57..d3098b99b3b 100644 --- a/sys/arch/vax/stand/sd.c +++ b/sys/arch/vax/stand/sd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sd.c,v 1.2 1997/05/29 00:04:26 niklas Exp $ */ /* $NetBSD: sd.c,v 1.1 1996/08/02 11:22:36 ragge Exp $ */ /* diff --git a/sys/arch/vax/stand/so.h b/sys/arch/vax/stand/so.h index 3ead2c8e14b..0780371fe47 100644 --- a/sys/arch/vax/stand/so.h +++ b/sys/arch/vax/stand/so.h @@ -1,3 +1,4 @@ +/* $OpenBSD: so.h,v 1.2 1997/05/29 00:04:27 niklas Exp $ */ /* $NetBSD: so.h,v 1.1 1996/08/02 11:22:41 ragge Exp $ */ #ifndef _SO_H_INCLUDE diff --git a/sys/arch/vax/stand/srt0.s b/sys/arch/vax/stand/srt0.s index bfe5acafe34..39b8608070b 100644 --- a/sys/arch/vax/stand/srt0.s +++ b/sys/arch/vax/stand/srt0.s @@ -1,3 +1,4 @@ +/* $OpenBSD: srt0.s,v 1.4 1997/05/29 00:04:27 niklas Exp $ */ /* $NetBSD: srt0.s,v 1.6 1996/08/02 11:22:44 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/start.s b/sys/arch/vax/stand/start.s index 51edf004a88..6a21d6ef1e8 100644 --- a/sys/arch/vax/stand/start.s +++ b/sys/arch/vax/stand/start.s @@ -1,3 +1,4 @@ +/* $OpenBSD: start.s,v 1.5 1997/05/29 00:04:27 niklas Exp $ */ /* $NetBSD: start.s,v 1.8 1996/08/02 11:22:47 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/str.s b/sys/arch/vax/stand/str.s index 685574e0371..7be8bd73fc8 100644 --- a/sys/arch/vax/stand/str.s +++ b/sys/arch/vax/stand/str.s @@ -1,3 +1,4 @@ +/* $OpenBSD: str.s,v 1.2 1997/05/29 00:04:28 niklas Exp $ */ /* $NetBSD: str.s,v 1.2 1996/08/02 16:18:40 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/tmscp.c b/sys/arch/vax/stand/tmscp.c index b63022212f7..c96ad184d65 100644 --- a/sys/arch/vax/stand/tmscp.c +++ b/sys/arch/vax/stand/tmscp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tmscp.c,v 1.4 1997/05/29 00:04:28 niklas Exp $ */ /* $NetBSD: tmscp.c,v 1.3 1996/08/02 11:22:53 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/stand/vaxstand.h b/sys/arch/vax/stand/vaxstand.h index 2d068b9d6d9..ddc4122f76a 100644 --- a/sys/arch/vax/stand/vaxstand.h +++ b/sys/arch/vax/stand/vaxstand.h @@ -1,3 +1,4 @@ +/* $OpenBSD: vaxstand.h,v 1.4 1997/05/29 00:04:29 niklas Exp $ */ /* $NetBSD: vaxstand.h,v 1.5 1996/08/02 11:22:56 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/uba/dhu.c b/sys/arch/vax/uba/dhu.c index 10ade80d77d..a3c2089a37a 100644 --- a/sys/arch/vax/uba/dhu.c +++ b/sys/arch/vax/uba/dhu.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dhu.c,v 1.4 1997/05/29 00:05:05 niklas Exp $ */ /* $NetBSD: dhu.c,v 1.9 1997/01/11 11:34:41 ragge Exp $ */ /* * Copyright (c) 1996 Ken C. Wellsch. All rights reserved. diff --git a/sys/arch/vax/uba/dhureg.h b/sys/arch/vax/uba/dhureg.h index 2ecb20291dd..9db5650a392 100644 --- a/sys/arch/vax/uba/dhureg.h +++ b/sys/arch/vax/uba/dhureg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dhureg.h,v 1.2 1997/05/29 00:05:05 niklas Exp $ */ /* $NetBSD: dhureg.h,v 1.2 1996/03/17 22:51:50 ragge Exp $ */ /* * Copyright (c) 1996 Ken C. Wellsch. All rights reserved. diff --git a/sys/arch/vax/uba/dz.c b/sys/arch/vax/uba/dz.c index bc583be03c1..9792b1521b9 100644 --- a/sys/arch/vax/uba/dz.c +++ b/sys/arch/vax/uba/dz.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dz.c,v 1.3 1997/05/29 00:05:06 niklas Exp $ */ /* $NetBSD: dz.c,v 1.4 1996/10/13 03:35:15 christos Exp $ */ /* * Copyright (c) 1996 Ken C. Wellsch. All rights reserved. diff --git a/sys/arch/vax/uba/dzreg.h b/sys/arch/vax/uba/dzreg.h index c347cc6105d..ee4237a75c8 100644 --- a/sys/arch/vax/uba/dzreg.h +++ b/sys/arch/vax/uba/dzreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dzreg.h,v 1.2 1997/05/29 00:05:06 niklas Exp $ */ /* $NetBSD: dzreg.h,v 1.1 1996/04/08 17:22:21 ragge Exp $ */ /* * Copyright (c) 1996 Ken C. Wellsch. All rights reserved. diff --git a/sys/arch/vax/uba/qd.c b/sys/arch/vax/uba/qd.c index 71acc0792cc..8e4402a6f35 100644 --- a/sys/arch/vax/uba/qd.c +++ b/sys/arch/vax/uba/qd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: qd.c,v 1.2 1997/05/29 00:05:07 niklas Exp $ */ /* $NetBSD: qd.c,v 1.4 1996/10/13 03:35:17 christos Exp $ */ /*- diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c index 650487dad4b..dbcf7868f6c 100644 --- a/sys/arch/vax/uba/qv.c +++ b/sys/arch/vax/uba/qv.c @@ -1,3 +1,4 @@ +/* $OpenBSD: qv.c,v 1.2 1997/05/29 00:05:08 niklas Exp $ */ /* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */ /*- diff --git a/sys/arch/vax/uba/ts.c b/sys/arch/vax/uba/ts.c index cdb14f69d4a..0afcc652d98 100644 --- a/sys/arch/vax/uba/ts.c +++ b/sys/arch/vax/uba/ts.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ts.c,v 1.4 1997/05/29 00:05:08 niklas Exp $ */ /* $NetBSD: ts.c,v 1.11 1997/01/11 11:34:43 ragge Exp $ */ /*- diff --git a/sys/arch/vax/uba/tsreg.h b/sys/arch/vax/uba/tsreg.h index f555f47ad44..84fbba779d2 100644 --- a/sys/arch/vax/uba/tsreg.h +++ b/sys/arch/vax/uba/tsreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: tsreg.h,v 1.2 1997/05/29 00:05:09 niklas Exp $ */ /* $NetBSD: tsreg.h,v 1.1 1996/01/06 16:43:47 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/uba/uba.c b/sys/arch/vax/uba/uba.c index fd1a2eadb84..98b8f4b5a1c 100644 --- a/sys/arch/vax/uba/uba.c +++ b/sys/arch/vax/uba/uba.c @@ -1,3 +1,4 @@ +/* $OpenBSD: uba.c,v 1.8 1997/05/29 00:05:09 niklas Exp $ */ /* $NetBSD: uba.c,v 1.29 1996/10/13 03:35:24 christos Exp $ */ /* * Copyright (c) 1996 Jonathan Stone. diff --git a/sys/arch/vax/uba/ubareg.h b/sys/arch/vax/uba/ubareg.h index 823ae525d7f..2dd5b52f4d2 100644 --- a/sys/arch/vax/uba/ubareg.h +++ b/sys/arch/vax/uba/ubareg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ubareg.h,v 1.7 1997/05/29 00:05:10 niklas Exp $ */ /* $NetBSD: ubareg.h,v 1.9 1996/08/20 13:38:02 ragge Exp $ */ /*- diff --git a/sys/arch/vax/uba/ubavar.h b/sys/arch/vax/uba/ubavar.h index 50b84a00afb..55f72ef2d34 100644 --- a/sys/arch/vax/uba/ubavar.h +++ b/sys/arch/vax/uba/ubavar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ubavar.h,v 1.7 1997/05/29 00:05:10 niklas Exp $ */ /* $NetBSD: ubavar.h,v 1.18 1996/08/20 13:38:04 ragge Exp $ */ /* diff --git a/sys/arch/vax/uba/uda.c b/sys/arch/vax/uba/uda.c index 86fa0c20fd2..35cdf5299bf 100644 --- a/sys/arch/vax/uba/uda.c +++ b/sys/arch/vax/uba/uda.c @@ -1,3 +1,4 @@ +/* $OpenBSD: uda.c,v 1.7 1997/05/29 00:05:11 niklas Exp $ */ /* $NetBSD: uda.c,v 1.23 1996/10/13 03:35:26 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/uba/udareg.h b/sys/arch/vax/uba/udareg.h index ebada167582..20c0b995b15 100644 --- a/sys/arch/vax/uba/udareg.h +++ b/sys/arch/vax/uba/udareg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: udareg.h,v 1.3 1997/05/29 00:05:11 niklas Exp $ */ /* $NetBSD: udareg.h,v 1.3 1996/07/01 21:24:50 ragge Exp $ */ /* diff --git a/sys/arch/vax/vax/autoconf.c b/sys/arch/vax/vax/autoconf.c index 29681575364..760ffc3c129 100644 --- a/sys/arch/vax/vax/autoconf.c +++ b/sys/arch/vax/vax/autoconf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: autoconf.c,v 1.7 1997/05/29 00:05:12 niklas Exp $ */ /* $NetBSD: autoconf.c,v 1.20 1997/01/11 13:50:20 ragge Exp $ */ /* diff --git a/sys/arch/vax/vax/clock.c b/sys/arch/vax/vax/clock.c index f55c19f0bf1..fbcd580fdab 100644 --- a/sys/arch/vax/vax/clock.c +++ b/sys/arch/vax/vax/clock.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clock.c,v 1.7 1997/05/29 00:05:13 niklas Exp $ */ /* $NetBSD: clock.c,v 1.18 1996/10/13 03:35:33 christos Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/crl.c b/sys/arch/vax/vax/crl.c index 9c2c687859b..ba6eb4c8d08 100644 --- a/sys/arch/vax/vax/crl.c +++ b/sys/arch/vax/vax/crl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: crl.c,v 1.3 1997/05/29 00:05:13 niklas Exp $ */ /* $NetBSD: crl.c,v 1.5 1996/10/13 03:35:35 christos Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. diff --git a/sys/arch/vax/vax/crl.h b/sys/arch/vax/vax/crl.h index 6022ac85464..81d8c61190a 100644 --- a/sys/arch/vax/vax/crl.h +++ b/sys/arch/vax/vax/crl.h @@ -1,3 +1,4 @@ +/* $OpenBSD: crl.h,v 1.2 1997/05/29 00:05:14 niklas Exp $ */ /* $NetBSD: crl.h,v 1.1 1996/03/08 12:32:53 ragge Exp $ */ /* * @(#)crl.h 7.1 (Berkeley) 6/5/86 diff --git a/sys/arch/vax/vax/ctu.c b/sys/arch/vax/vax/ctu.c index 1d5727a482f..d435ae86a7e 100644 --- a/sys/arch/vax/vax/ctu.c +++ b/sys/arch/vax/vax/ctu.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ctu.c,v 1.3 1997/05/29 00:05:14 niklas Exp $ */ /* $NetBSD: ctu.c,v 1.5 1996/10/13 03:35:36 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/db_disasm.c b/sys/arch/vax/vax/db_disasm.c index a98598206f0..6a2c7b1fb12 100644 --- a/sys/arch/vax/vax/db_disasm.c +++ b/sys/arch/vax/vax/db_disasm.c @@ -1,3 +1,4 @@ +/* $OpenBSD: db_disasm.c,v 1.7 1997/05/29 00:05:15 niklas Exp $ */ /* $NetBSD: db_disasm.c,v 1.9 1996/10/13 03:35:38 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/db_disasm.h b/sys/arch/vax/vax/db_disasm.h index 99efd972b1c..319bfcfbdba 100644 --- a/sys/arch/vax/vax/db_disasm.h +++ b/sys/arch/vax/vax/db_disasm.h @@ -1,3 +1,4 @@ +/* $OpenBSD: db_disasm.h,v 1.2 1997/05/29 00:05:15 niklas Exp $ */ /* $NetBSD: db_disasm.h,v 1.1 1996/01/28 11:31:27 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/db_machdep.c b/sys/arch/vax/vax/db_machdep.c index f2e45d7fa7d..6531e998735 100644 --- a/sys/arch/vax/vax/db_machdep.c +++ b/sys/arch/vax/vax/db_machdep.c @@ -1,3 +1,4 @@ +/* $OpenBSD: db_machdep.c,v 1.6 1997/05/29 00:05:16 niklas Exp $ */ /* $NetBSD: db_machdep.c,v 1.8 1996/10/13 03:35:39 christos Exp $ */ /* diff --git a/sys/arch/vax/vax/disksubr.c b/sys/arch/vax/vax/disksubr.c index 26ca3a9049a..bb24cef3c4a 100644 --- a/sys/arch/vax/vax/disksubr.c +++ b/sys/arch/vax/vax/disksubr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: disksubr.c,v 1.7 1997/05/29 00:05:16 niklas Exp $ */ /* $NetBSD: disksubr.c,v 1.11 1997/01/11 11:24:51 ragge Exp $ */ /* diff --git a/sys/arch/vax/vax/dzcons.c b/sys/arch/vax/vax/dzcons.c index 6002bfe446a..b0b2d585fbe 100644 --- a/sys/arch/vax/vax/dzcons.c +++ b/sys/arch/vax/vax/dzcons.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dzcons.c,v 1.2 1997/05/29 00:05:17 niklas Exp $ */ /* $NetBSD: dzcons.c,v 1.2 1996/09/02 06:44:30 mycroft Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross diff --git a/sys/arch/vax/vax/emulate.s b/sys/arch/vax/vax/emulate.s index 7a6fc026577..3376e015951 100644 --- a/sys/arch/vax/vax/emulate.s +++ b/sys/arch/vax/vax/emulate.s @@ -1,3 +1,4 @@ +/* $OpenBSD: emulate.s,v 1.2 1997/05/29 00:05:18 niklas Exp $ */ /* $NetBSD: emulate.s,v 1.1 1995/02/24 01:35:08 ragge Exp $ */ /* * Copyright (c) 1986, 1987 The Regents of the University of California. diff --git a/sys/arch/vax/vax/gencons.c b/sys/arch/vax/vax/gencons.c index 6139269ce07..98086f68c06 100644 --- a/sys/arch/vax/vax/gencons.c +++ b/sys/arch/vax/vax/gencons.c @@ -1,3 +1,4 @@ +/* $OpenBSD: gencons.c,v 1.5 1997/05/29 00:05:18 niklas Exp $ */ /* $NetBSD: gencons.c,v 1.11 1996/09/02 06:44:32 mycroft Exp $ */ /* diff --git a/sys/arch/vax/vax/gencons.h b/sys/arch/vax/vax/gencons.h index b1385a33fa2..31be13218a3 100644 --- a/sys/arch/vax/vax/gencons.h +++ b/sys/arch/vax/vax/gencons.h @@ -1,3 +1,4 @@ +/* $OpenBSD: gencons.h,v 1.3 1997/05/29 00:05:18 niklas Exp $ */ /* $NetBSD: gencons.h,v 1.5 1996/04/08 18:32:37 ragge Exp $ */ /* diff --git a/sys/arch/vax/vax/in_cksum.c b/sys/arch/vax/vax/in_cksum.c index 6d24740dfc5..79e4e84c85e 100644 --- a/sys/arch/vax/vax/in_cksum.c +++ b/sys/arch/vax/vax/in_cksum.c @@ -1,3 +1,4 @@ +/* $OpenBSD: in_cksum.c,v 1.3 1997/05/29 00:05:19 niklas Exp $ */ /* $NetBSD: in_cksum.c,v 1.4 1996/10/13 03:35:40 christos Exp $ */ /* diff --git a/sys/arch/vax/vax/ka410.c b/sys/arch/vax/vax/ka410.c index 58248739f3e..e1c2d6b597b 100644 --- a/sys/arch/vax/vax/ka410.c +++ b/sys/arch/vax/vax/ka410.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ka410.c,v 1.2 1997/05/29 00:05:19 niklas Exp $ */ /* $NetBSD: ka410.c,v 1.3 1996/10/13 03:35:42 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/ka43.c b/sys/arch/vax/vax/ka43.c index 814f8e82bea..55be467a39b 100644 --- a/sys/arch/vax/vax/ka43.c +++ b/sys/arch/vax/vax/ka43.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ka43.c,v 1.2 1997/05/29 00:05:20 niklas Exp $ */ /* $NetBSD: ka43.c,v 1.3 1996/10/13 03:35:43 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/ka630.c b/sys/arch/vax/vax/ka630.c index 32121491ecf..45ffb651a7a 100644 --- a/sys/arch/vax/vax/ka630.c +++ b/sys/arch/vax/vax/ka630.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ka630.c,v 1.2 1997/05/29 00:05:20 niklas Exp $ */ /* $NetBSD: ka630.c,v 1.4 1996/10/13 03:35:44 christos Exp $ */ /*- * Copyright (c) 1982, 1988, 1990, 1993 diff --git a/sys/arch/vax/vax/ka650.c b/sys/arch/vax/vax/ka650.c index e4a798c90f5..94c15538669 100644 --- a/sys/arch/vax/vax/ka650.c +++ b/sys/arch/vax/vax/ka650.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ka650.c,v 1.4 1997/05/29 00:05:21 niklas Exp $ */ /* $NetBSD: ka650.c,v 1.7 1997/01/11 11:31:57 ragge Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. diff --git a/sys/arch/vax/vax/ka780.c b/sys/arch/vax/vax/ka780.c index 93b47118b50..cad90833644 100644 --- a/sys/arch/vax/vax/ka780.c +++ b/sys/arch/vax/vax/ka780.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ka780.c,v 1.3 1997/05/29 00:05:21 niklas Exp $ */ /* $NetBSD: ka780.c,v 1.6 1996/10/13 03:35:50 christos Exp $ */ /*- * Copyright (c) 1982, 1986, 1988 The Regents of the University of California. diff --git a/sys/arch/vax/vax/ka820.c b/sys/arch/vax/vax/ka820.c index b3122c80b2e..11fde38c043 100644 --- a/sys/arch/vax/vax/ka820.c +++ b/sys/arch/vax/vax/ka820.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ka820.c,v 1.2 1997/05/29 00:05:22 niklas Exp $ */ /* $NetBSD: ka820.c,v 1.3 1996/10/13 03:35:51 christos Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. diff --git a/sys/arch/vax/vax/ka860.c b/sys/arch/vax/vax/ka860.c index 43cb0094ff2..683cb0d74a1 100644 --- a/sys/arch/vax/vax/ka860.c +++ b/sys/arch/vax/vax/ka860.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ka860.c,v 1.3 1997/05/29 00:05:22 niklas Exp $ */ /* $NetBSD: ka860.c,v 1.6 1996/10/13 03:35:53 christos Exp $ */ /* * Copyright (c) 1986, 1988 Regents of the University of California. diff --git a/sys/arch/vax/vax/locore.c b/sys/arch/vax/vax/locore.c index 443f7b51ad5..ba97f1d7b37 100644 --- a/sys/arch/vax/vax/locore.c +++ b/sys/arch/vax/vax/locore.c @@ -1,3 +1,4 @@ +/* $OpenBSD: locore.c,v 1.8 1997/05/29 00:05:23 niklas Exp $ */ /* $NetBSD: locore.c,v 1.17 1996/08/20 14:13:54 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/mem.c b/sys/arch/vax/vax/mem.c index fd94382b9b1..644c7285eff 100644 --- a/sys/arch/vax/vax/mem.c +++ b/sys/arch/vax/vax/mem.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mem.c,v 1.4 1997/05/29 00:05:23 niklas Exp $ */ /* $NetBSD: mem.c,v 1.9 1996/04/08 18:32:48 ragge Exp $ */ /* diff --git a/sys/arch/vax/vax/ns_cksum.c b/sys/arch/vax/vax/ns_cksum.c index b6401f8ff37..a7d23a5c369 100644 --- a/sys/arch/vax/vax/ns_cksum.c +++ b/sys/arch/vax/vax/ns_cksum.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ns_cksum.c,v 1.3 1997/05/29 00:05:24 niklas Exp $ */ /* $NetBSD: ns_cksum.c,v 1.3 1996/10/13 03:35:55 christos Exp $ */ /* * Copyright (c) 1985, 1986 Regents of the University of California. diff --git a/sys/arch/vax/vax/rootfil.c b/sys/arch/vax/vax/rootfil.c index c75e0dacd35..1aca6530f2d 100644 --- a/sys/arch/vax/vax/rootfil.c +++ b/sys/arch/vax/vax/rootfil.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rootfil.c,v 1.5 1997/05/29 00:05:24 niklas Exp $ */ /* $NetBSD: rootfil.c,v 1.14 1996/10/13 03:35:58 christos Exp $ */ /* diff --git a/sys/arch/vax/vax/sbi.c b/sys/arch/vax/vax/sbi.c index 237087cf641..872498bced6 100644 --- a/sys/arch/vax/vax/sbi.c +++ b/sys/arch/vax/vax/sbi.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sbi.c,v 1.7 1997/05/29 00:05:24 niklas Exp $ */ /* $NetBSD: sbi.c,v 1.14 1996/10/13 03:36:00 christos Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/subr.s b/sys/arch/vax/vax/subr.s index 699406cc6da..3fdb201d259 100644 --- a/sys/arch/vax/vax/subr.s +++ b/sys/arch/vax/vax/subr.s @@ -1,3 +1,4 @@ +/* $OpenBSD: subr.s,v 1.5 1997/05/29 00:05:25 niklas Exp $ */ /* $NetBSD: subr.s,v 1.16 1996/03/17 22:56:18 ragge Exp $ */ /* diff --git a/sys/arch/vax/vax/swapgeneric.c b/sys/arch/vax/vax/swapgeneric.c index f2bec413318..84ec6bdaa30 100644 --- a/sys/arch/vax/vax/swapgeneric.c +++ b/sys/arch/vax/vax/swapgeneric.c @@ -1,3 +1,4 @@ +/* $OpenBSD: swapgeneric.c,v 1.5 1997/05/29 00:05:25 niklas Exp $ */ /* $NetBSD: swapgeneric.c,v 1.13 1996/10/13 03:36:01 christos Exp $ */ /*- diff --git a/sys/arch/vax/vax/udiv.s b/sys/arch/vax/vax/udiv.s index 99fb0fcab21..a26f911939b 100644 --- a/sys/arch/vax/vax/udiv.s +++ b/sys/arch/vax/vax/udiv.s @@ -1,3 +1,4 @@ +/* $OpenBSD: udiv.s,v 1.2 1997/05/29 00:05:26 niklas Exp $ */ /* $NetBSD: udiv.s,v 1.2 1994/10/26 08:03:34 cgd Exp $ */ /*- diff --git a/sys/arch/vax/vax/urem.s b/sys/arch/vax/vax/urem.s index c0f0857df02..9c77a40c760 100644 --- a/sys/arch/vax/vax/urem.s +++ b/sys/arch/vax/vax/urem.s @@ -1,3 +1,4 @@ +/* $OpenBSD: urem.s,v 1.2 1997/05/29 00:05:27 niklas Exp $ */ /* $NetBSD: urem.s,v 1.2 1994/10/26 08:03:37 cgd Exp $ */ /*- diff --git a/sys/arch/vax/vax/uvax.c b/sys/arch/vax/vax/uvax.c index ce9df0e4692..ec7f2b0df87 100644 --- a/sys/arch/vax/vax/uvax.c +++ b/sys/arch/vax/vax/uvax.c @@ -1,3 +1,4 @@ +/* $OpenBSD: uvax.c,v 1.2 1997/05/29 00:05:27 niklas Exp $ */ /* $NetBSD: uvax.c,v 1.3 1996/10/13 03:36:03 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vax/uvaxII.c b/sys/arch/vax/vax/uvaxII.c index 57eb4bc4913..65a4e7f7670 100644 --- a/sys/arch/vax/vax/uvaxII.c +++ b/sys/arch/vax/vax/uvaxII.c @@ -1,3 +1,4 @@ +/* $OpenBSD: uvaxII.c,v 1.7 1997/05/29 00:05:28 niklas Exp $ */ /* $NetBSD: uvaxII.c,v 1.10 1996/10/13 03:36:04 christos Exp $ */ /*- diff --git a/sys/arch/vax/vax/uvax_proto.c b/sys/arch/vax/vax/uvax_proto.c index 4cf9e982105..adb3b571f9b 100644 --- a/sys/arch/vax/vax/uvax_proto.c +++ b/sys/arch/vax/vax/uvax_proto.c @@ -1,3 +1,4 @@ +/* $OpenBSD: uvax_proto.c,v 1.2 1997/05/29 00:05:29 niklas Exp $ */ /* $NetBSD: uvax_proto.c,v 1.3 1996/10/13 03:36:06 christos Exp $ */ /*- * Copyright (c) 1982, 1988, 1990, 1993 diff --git a/sys/arch/vax/vsa/dc.c b/sys/arch/vax/vsa/dc.c index f9d5de9c776..c37cc2aa37d 100644 --- a/sys/arch/vax/vsa/dc.c +++ b/sys/arch/vax/vsa/dc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dc.c,v 1.2 1997/05/29 00:05:30 niklas Exp $ */ /* $NetBSD: dc.c,v 1.4 1996/10/13 03:36:10 christos Exp $ */ /*- * Copyright (c) 1992, 1993 diff --git a/sys/arch/vax/vsa/dc7085cons.h b/sys/arch/vax/vsa/dc7085cons.h index 1c5a55b19a3..d3e05ff4429 100644 --- a/sys/arch/vax/vsa/dc7085cons.h +++ b/sys/arch/vax/vsa/dc7085cons.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dc7085cons.h,v 1.2 1997/05/29 00:05:31 niklas Exp $ */ /* $NetBSD: dc7085cons.h,v 1.1 1996/07/20 18:55:10 ragge Exp $ */ /* * Copyright (c) 1992, 1993 diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c index bb9aaa4326a..17b27fd2c3e 100644 --- a/sys/arch/vax/vsa/hdc9224.c +++ b/sys/arch/vax/vsa/hdc9224.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hdc9224.c,v 1.2 1997/05/29 00:05:32 niklas Exp $ */ /* $NetBSD: hdc9224.c,v 1.4 1996/10/13 03:36:11 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vsa/hdc9224.h b/sys/arch/vax/vsa/hdc9224.h index 43fe2cfffe0..4982712dba1 100644 --- a/sys/arch/vax/vsa/hdc9224.h +++ b/sys/arch/vax/vsa/hdc9224.h @@ -1,3 +1,4 @@ +/* $OpenBSD: hdc9224.h,v 1.2 1997/05/29 00:05:33 niklas Exp $ */ /* $NetBSD: hdc9224.h,v 1.1 1996/07/20 18:55:12 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. diff --git a/sys/arch/vax/vsa/lk201.c b/sys/arch/vax/vsa/lk201.c index 52e602915cd..0bf2e215bc4 100644 --- a/sys/arch/vax/vsa/lk201.c +++ b/sys/arch/vax/vsa/lk201.c @@ -1,3 +1,5 @@ +/* $OpenBSD: lk201.c,v 1.2 1997/05/29 00:05:34 niklas Exp $ */ + /* * The LK201 keycode mapping routine is here, along with initialization * functions for the keyboard and mouse. diff --git a/sys/arch/vax/vsa/ncr.h b/sys/arch/vax/vsa/ncr.h index c30cf1e7e81..87a01c7abe6 100644 --- a/sys/arch/vax/vsa/ncr.h +++ b/sys/arch/vax/vsa/ncr.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ncr.h,v 1.2 1997/05/29 00:05:35 niklas Exp $ */ /* $NetBSD: ncr.h,v 1.1 1996/07/20 18:55:15 ragge Exp $ */ /* diff --git a/sys/arch/vax/vsa/vsbus.c b/sys/arch/vax/vsa/vsbus.c index 3973f5678ba..2c3d8766f17 100644 --- a/sys/arch/vax/vsa/vsbus.c +++ b/sys/arch/vax/vsa/vsbus.c @@ -1,3 +1,4 @@ +/* $OpenBSD: vsbus.c,v 1.2 1997/05/29 00:05:36 niklas Exp $ */ /* $NetBSD: vsbus.c,v 1.4 1996/10/13 03:36:17 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. |