From: deraadt Date: Sun, 28 Apr 1996 10:48:15 +0000 (+0000) Subject: add OpenBSD header X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ee36cd82fbb735d64a986c838cdc1dc185867444;p=openbsd add OpenBSD header --- diff --git a/sys/arch/mvme68k/stand/bootsd/Makefile b/sys/arch/mvme68k/stand/bootsd/Makefile index 779cbea0989..fc9b2523ea1 100644 --- a/sys/arch/mvme68k/stand/bootsd/Makefile +++ b/sys/arch/mvme68k/stand/bootsd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $Id: Makefile,v 1.2 1995/12/06 10:54:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:15 deraadt Exp $ RELOC=0x3F0000 diff --git a/sys/arch/mvme68k/stand/bootsd/boot.c b/sys/arch/mvme68k/stand/bootsd/boot.c index e649328f1ee..b8f3e793ad3 100644 --- a/sys/arch/mvme68k/stand/bootsd/boot.c +++ b/sys/arch/mvme68k/stand/bootsd/boot.c @@ -1,4 +1,4 @@ -/* $Id: boot.c,v 1.6 1996/02/16 00:13:18 rahnds Exp $ */ +/* $OpenBSD: boot.c,v 1.7 1996/04/28 10:48:17 deraadt Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/bootsd/bugdev.c b/sys/arch/mvme68k/stand/bootsd/bugdev.c index 82776ab4c3a..b351549703f 100644 --- a/sys/arch/mvme68k/stand/bootsd/bugdev.c +++ b/sys/arch/mvme68k/stand/bootsd/bugdev.c @@ -1,4 +1,4 @@ -/* $Id: bugdev.c,v 1.4 1995/12/06 10:54:55 deraadt Exp $ */ +/* $OpenBSD: bugdev.c,v 1.5 1996/04/28 10:48:18 deraadt Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg diff --git a/sys/arch/mvme68k/stand/bootsd/filesystem.c b/sys/arch/mvme68k/stand/bootsd/filesystem.c index 2f821cd81ba..e61da90466d 100644 --- a/sys/arch/mvme68k/stand/bootsd/filesystem.c +++ b/sys/arch/mvme68k/stand/bootsd/filesystem.c @@ -1,4 +1,4 @@ -/* $Id: filesystem.c,v 1.2 1995/11/07 08:50:37 deraadt Exp $ */ +/* $OpenBSD: filesystem.c,v 1.3 1996/04/28 10:48:19 deraadt Exp $ */ /* * Copyright (c) 1993 Philip A. Nelson. diff --git a/sys/arch/mvme68k/stand/bootsd/version.c b/sys/arch/mvme68k/stand/bootsd/version.c index c30b7d2320e..dcb2a18ddf0 100644 --- a/sys/arch/mvme68k/stand/bootsd/version.c +++ b/sys/arch/mvme68k/stand/bootsd/version.c @@ -1,8 +1,8 @@ -/* $Id: version.c,v 1.3 1995/12/06 10:54:56 deraadt Exp $ */ +/* $OpenBSD: version.c,v 1.4 1996/04/28 10:48:19 deraadt Exp $ */ /* * make a random change to this file when you want the bootblock * revision to increase. like change this x to a y, or something. */ -char *version = "$Revision: 1.3 $"; +char *version = "$Revision: 1.4 $"; diff --git a/sys/arch/mvme68k/stand/bootst/Makefile b/sys/arch/mvme68k/stand/bootst/Makefile index 22a542722ae..07f4b4eaab1 100644 --- a/sys/arch/mvme68k/stand/bootst/Makefile +++ b/sys/arch/mvme68k/stand/bootst/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $Id: Makefile,v 1.2 1995/10/23 03:38:29 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:23 deraadt Exp $ RELOC=0x3F0000 diff --git a/sys/arch/mvme68k/stand/bootst/bootst.c b/sys/arch/mvme68k/stand/bootst/bootst.c index c07d07c7866..bc221143550 100644 --- a/sys/arch/mvme68k/stand/bootst/bootst.c +++ b/sys/arch/mvme68k/stand/bootst/bootst.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bootst.c,v 1.4 1996/04/28 10:48:24 deraadt Exp $ */ + #include #include #include diff --git a/sys/arch/mvme68k/stand/bugcrt/Makefile b/sys/arch/mvme68k/stand/bugcrt/Makefile index 6348eb31d5d..77f0238b762 100644 --- a/sys/arch/mvme68k/stand/bugcrt/Makefile +++ b/sys/arch/mvme68k/stand/bugcrt/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/12/06 10:55:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:26 deraadt Exp $ CFLAGS+=-I${.CURDIR}/../../include -O2 diff --git a/sys/arch/mvme68k/stand/bugcrt/Makefile.inc b/sys/arch/mvme68k/stand/bugcrt/Makefile.inc index f2bae6c888c..76f65d824a2 100644 --- a/sys/arch/mvme68k/stand/bugcrt/Makefile.inc +++ b/sys/arch/mvme68k/stand/bugcrt/Makefile.inc @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:27 deraadt Exp $ + BUG_CRT_DIR=${S}/arch/${MACHINE}/stand/bugcrt BUGCRT_DIR!= cd ${BUG_CRT_DIR}; \ diff --git a/sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c b/sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c index dae7b3667dc..37641e2e7e1 100644 --- a/sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c +++ b/sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bugcrt.c,v 1.3 1996/04/28 10:48:29 deraadt Exp $ */ + #include #include diff --git a/sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c b/sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c index 711b4fe2035..09a34fbc410 100644 --- a/sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c +++ b/sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bugcrt.c,v 1.3 1996/04/28 10:48:30 deraadt Exp $ */ + #include #include diff --git a/sys/arch/mvme68k/stand/libbug/Makefile b/sys/arch/mvme68k/stand/libbug/Makefile index ba775e5693d..b0c606e5ad5 100644 --- a/sys/arch/mvme68k/stand/libbug/Makefile +++ b/sys/arch/mvme68k/stand/libbug/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/04/28 10:48:33 deraadt Exp $ + LIB=bug NOPIC= diff --git a/sys/arch/mvme68k/stand/libbug/Makefile.inc b/sys/arch/mvme68k/stand/libbug/Makefile.inc index dc1ad6b04c8..1d08d0f59fd 100644 --- a/sys/arch/mvme68k/stand/libbug/Makefile.inc +++ b/sys/arch/mvme68k/stand/libbug/Makefile.inc @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:34 deraadt Exp $ + LIB_BUG_DIR=${S}/arch/${MACHINE}/stand/libbug LIBBUG_DIR!= cd ${LIB_BUG_DIR}; \ diff --git a/sys/arch/mvme68k/stand/libbug/m68k/delay.c b/sys/arch/mvme68k/stand/libbug/m68k/delay.c index a5c1f620084..570bf07f1fb 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/delay.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/delay.c @@ -1,3 +1,5 @@ +/* $OpenBSD: delay.c,v 1.2 1996/04/28 10:48:36 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m68k/diskrd.c b/sys/arch/mvme68k/stand/libbug/m68k/diskrd.c index b0ebde49624..60436fbee60 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/diskrd.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/diskrd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: diskrd.c,v 1.2 1996/04/28 10:48:37 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m68k/diskwr.c b/sys/arch/mvme68k/stand/libbug/m68k/diskwr.c index 962b947ccb3..985d473de6a 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/diskwr.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/diskwr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: diskwr.c,v 1.2 1996/04/28 10:48:38 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m68k/getbrdid.c b/sys/arch/mvme68k/stand/libbug/m68k/getbrdid.c index ded49ac3155..3854755919e 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/getbrdid.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/getbrdid.c @@ -1,3 +1,5 @@ +/* $OpenBSD: getbrdid.c,v 1.2 1996/04/28 10:48:39 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m68k/instat.c b/sys/arch/mvme68k/stand/libbug/m68k/instat.c index 5e2f2d3e69e..b533cfff873 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/instat.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/instat.c @@ -1,3 +1,5 @@ +/* $OpenBSD: instat.c,v 1.2 1996/04/28 10:48:43 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m68k/outln.c b/sys/arch/mvme68k/stand/libbug/m68k/outln.c index 344f0ed01f1..784c0ed7e6c 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/outln.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/outln.c @@ -1,3 +1,5 @@ +/* $OpenBSD: outln.c,v 1.2 1996/04/28 10:48:44 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m68k/outstr.c b/sys/arch/mvme68k/stand/libbug/m68k/outstr.c index b0a7c9ebc92..3cf9f4d69d5 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/outstr.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/outstr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: outstr.c,v 1.2 1996/04/28 10:48:45 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m68k/return.c b/sys/arch/mvme68k/stand/libbug/m68k/return.c index 00206a16c48..230bb6a025c 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/return.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/return.c @@ -1,3 +1,5 @@ +/* $OpenBSD: return.c,v 1.2 1996/04/28 10:48:46 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m68k/rtc_rd.c b/sys/arch/mvme68k/stand/libbug/m68k/rtc_rd.c index 7b075c4fd9f..0f73e7b52ba 100644 --- a/sys/arch/mvme68k/stand/libbug/m68k/rtc_rd.c +++ b/sys/arch/mvme68k/stand/libbug/m68k/rtc_rd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: rtc_rd.c,v 1.2 1996/04/28 10:48:47 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/m88k/delay.c b/sys/arch/mvme68k/stand/libbug/m88k/delay.c index 68b1db12106..8ff9478183c 100644 --- a/sys/arch/mvme68k/stand/libbug/m88k/delay.c +++ b/sys/arch/mvme68k/stand/libbug/m88k/delay.c @@ -1,3 +1,5 @@ +/* $OpenBSD: delay.c,v 1.2 1996/04/28 10:48:49 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libbug/ppc/bug.c b/sys/arch/mvme68k/stand/libbug/ppc/bug.c index 02a1b1fd15b..205571aa325 100644 --- a/sys/arch/mvme68k/stand/libbug/ppc/bug.c +++ b/sys/arch/mvme68k/stand/libbug/ppc/bug.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bug.c,v 1.2 1996/04/28 10:48:50 deraadt Exp $ */ + /* * bug routines -- assumes that the necessary sections of memory * are preserved. diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index aa66902cd5e..0b56069a653 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1995/12/26 17:46:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 1996/04/28 10:48:52 deraadt Exp $ LIB=sa diff --git a/sys/arch/mvme68k/stand/libsa/Makefile.inc b/sys/arch/mvme68k/stand/libsa/Makefile.inc index c402951fa76..acdd0379be9 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile.inc +++ b/sys/arch/mvme68k/stand/libsa/Makefile.inc @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:53 deraadt Exp $ + LIB_SA_DIR=${S}/arch/${MACHINE}/stand/libsa LIBSA_DIR!= cd ${LIB_SA_DIR}; \ diff --git a/sys/arch/mvme68k/stand/libsa/SRT0.S b/sys/arch/mvme68k/stand/libsa/SRT0.S index 922c21a2bf7..a938029049d 100644 --- a/sys/arch/mvme68k/stand/libsa/SRT0.S +++ b/sys/arch/mvme68k/stand/libsa/SRT0.S @@ -1,4 +1,4 @@ -| $Id: SRT0.S,v 1.4 1995/11/17 22:05:43 deraadt Exp $ +| $OpenBSD: SRT0.S,v 1.5 1996/04/28 10:48:54 deraadt Exp $ | Copyright (c) 1995 Theo de Raadt | diff --git a/sys/arch/mvme68k/stand/libsa/SRT1.c b/sys/arch/mvme68k/stand/libsa/SRT1.c index 7469db57cfb..d065cc6920a 100644 --- a/sys/arch/mvme68k/stand/libsa/SRT1.c +++ b/sys/arch/mvme68k/stand/libsa/SRT1.c @@ -1,4 +1,4 @@ -/* $Id: SRT1.c,v 1.2 1995/11/07 08:50:41 deraadt Exp $ */ +/* $OpenBSD: SRT1.c,v 1.3 1996/04/28 10:48:55 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/libsa/bug.c b/sys/arch/mvme68k/stand/libsa/bug.c index e0ac46017bf..2dc7f537e60 100644 --- a/sys/arch/mvme68k/stand/libsa/bug.c +++ b/sys/arch/mvme68k/stand/libsa/bug.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bug.c,v 1.3 1996/04/28 10:48:56 deraadt Exp $ */ + /* * Copyright (c) 1995 Theo de Raadt * All rights reserved. diff --git a/sys/arch/mvme68k/stand/libsa/clock.c b/sys/arch/mvme68k/stand/libsa/clock.c index 683bd48f849..f56085c83ba 100644 --- a/sys/arch/mvme68k/stand/libsa/clock.c +++ b/sys/arch/mvme68k/stand/libsa/clock.c @@ -1,3 +1,5 @@ +/* $OpenBSD: clock.c,v 1.2 1996/04/28 10:48:57 deraadt Exp $ */ + #include #include "clockreg.h" diff --git a/sys/arch/mvme68k/stand/libsa/clock.h b/sys/arch/mvme68k/stand/libsa/clock.h index d61bc9b03b8..f9958f65e05 100644 --- a/sys/arch/mvme68k/stand/libsa/clock.h +++ b/sys/arch/mvme68k/stand/libsa/clock.h @@ -1,3 +1,4 @@ +/* $OpenBSD: clock.h,v 1.2 1996/04/28 10:48:58 deraadt Exp $ */ extern int hz; diff --git a/sys/arch/mvme68k/stand/libsa/clockreg.h b/sys/arch/mvme68k/stand/libsa/clockreg.h index 0d3824186c7..86552700cf5 100644 --- a/sys/arch/mvme68k/stand/libsa/clockreg.h +++ b/sys/arch/mvme68k/stand/libsa/clockreg.h @@ -1,4 +1,4 @@ -/* $Id: clockreg.h,v 1.2 1995/11/07 08:50:44 deraadt Exp $ */ +/* $OpenBSD: clockreg.h,v 1.3 1996/04/28 10:48:58 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 diff --git a/sys/arch/mvme68k/stand/libsa/config.h b/sys/arch/mvme68k/stand/libsa/config.h index d416250b56d..b29745edae3 100644 --- a/sys/arch/mvme68k/stand/libsa/config.h +++ b/sys/arch/mvme68k/stand/libsa/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.2 1995/11/07 08:50:45 deraadt Exp $ */ +/* $OpenBSD: config.h,v 1.3 1996/04/28 10:48:59 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/libsa/dev_disk.c b/sys/arch/mvme68k/stand/libsa/dev_disk.c index fcb7a1a15b1..c204ebd094c 100644 --- a/sys/arch/mvme68k/stand/libsa/dev_disk.c +++ b/sys/arch/mvme68k/stand/libsa/dev_disk.c @@ -1,4 +1,4 @@ -/* $Id: dev_disk.c,v 1.2 1995/11/07 08:50:46 deraadt Exp $ */ +/* $OpenBSD: dev_disk.c,v 1.3 1996/04/28 10:49:00 deraadt Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg diff --git a/sys/arch/mvme68k/stand/libsa/dev_disk.h b/sys/arch/mvme68k/stand/libsa/dev_disk.h index 9f05f74bd82..442d400a78b 100644 --- a/sys/arch/mvme68k/stand/libsa/dev_disk.h +++ b/sys/arch/mvme68k/stand/libsa/dev_disk.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dev_disk.h,v 1.2 1996/04/28 10:49:01 deraadt Exp $ */ int disk_open __P((struct open_file *, ...)); int disk_close __P((struct open_file *)); diff --git a/sys/arch/mvme68k/stand/libsa/devopen.c b/sys/arch/mvme68k/stand/libsa/devopen.c index 92c083983cb..9fe1f4e6dd6 100644 --- a/sys/arch/mvme68k/stand/libsa/devopen.c +++ b/sys/arch/mvme68k/stand/libsa/devopen.c @@ -1,3 +1,4 @@ +/* $OpenBSD: devopen.c,v 1.3 1996/04/28 10:49:02 deraadt Exp $ */ #include #include diff --git a/sys/arch/mvme68k/stand/libsa/dvma.c b/sys/arch/mvme68k/stand/libsa/dvma.c index 11526106c2a..bc7965e14d5 100644 --- a/sys/arch/mvme68k/stand/libsa/dvma.c +++ b/sys/arch/mvme68k/stand/libsa/dvma.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dvma.c,v 1.2 1996/04/28 10:49:03 deraadt Exp $ */ /* * The easiest way to deal with the need for DVMA mappings is diff --git a/sys/arch/mvme68k/stand/libsa/dvma.h b/sys/arch/mvme68k/stand/libsa/dvma.h index 2b8be37cbe0..b99b9702f53 100644 --- a/sys/arch/mvme68k/stand/libsa/dvma.h +++ b/sys/arch/mvme68k/stand/libsa/dvma.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dvma.h,v 1.2 1996/04/28 10:49:03 deraadt Exp $ */ char * dvma_mapin(char *pkt, int len); void dvma_mapout(char *dmabuf, int len); diff --git a/sys/arch/mvme68k/stand/libsa/exec_sun.c b/sys/arch/mvme68k/stand/libsa/exec_sun.c index 887330e6715..424406f20df 100644 --- a/sys/arch/mvme68k/stand/libsa/exec_sun.c +++ b/sys/arch/mvme68k/stand/libsa/exec_sun.c @@ -1,4 +1,4 @@ -/* $Id: exec_sun.c,v 1.2 1995/11/07 08:50:47 deraadt Exp $ */ +/* $OpenBSD: exec_sun.c,v 1.3 1996/04/28 10:49:04 deraadt Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/libsa/gets.c b/sys/arch/mvme68k/stand/libsa/gets.c index 455cbcddf85..b1e32ce2602 100644 --- a/sys/arch/mvme68k/stand/libsa/gets.c +++ b/sys/arch/mvme68k/stand/libsa/gets.c @@ -1,4 +1,4 @@ -/* $Id: gets.c,v 1.2 1995/11/07 08:50:48 deraadt Exp $ */ +/* $OpenBSD: gets.c,v 1.3 1996/04/28 10:49:05 deraadt Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/libsa/netif_sun.c b/sys/arch/mvme68k/stand/libsa/netif_sun.c index 28d2b742c26..a6887911c1a 100644 --- a/sys/arch/mvme68k/stand/libsa/netif_sun.c +++ b/sys/arch/mvme68k/stand/libsa/netif_sun.c @@ -1,4 +1,4 @@ -/* $Id: netif_sun.c,v 1.2 1995/11/07 08:50:49 deraadt Exp $ */ +/* $OpenBSD: netif_sun.c,v 1.3 1996/04/28 10:49:06 deraadt Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross diff --git a/sys/arch/mvme68k/stand/libsa/panic.c b/sys/arch/mvme68k/stand/libsa/panic.c index f7c83a6d8e7..6c035aabe11 100644 --- a/sys/arch/mvme68k/stand/libsa/panic.c +++ b/sys/arch/mvme68k/stand/libsa/panic.c @@ -1,3 +1,4 @@ +/* $OpenBSD: panic.c,v 1.3 1996/04/28 10:49:07 deraadt Exp $ */ #include #include "stand.h" diff --git a/sys/arch/mvme68k/stand/libsa/promboot.c b/sys/arch/mvme68k/stand/libsa/promboot.c index 2cc28a5b0cf..daff57fb861 100644 --- a/sys/arch/mvme68k/stand/libsa/promboot.c +++ b/sys/arch/mvme68k/stand/libsa/promboot.c @@ -1,4 +1,4 @@ -/* $Id: promboot.c,v 1.2 1995/11/07 08:50:50 deraadt Exp $ */ +/* $OpenBSD: promboot.c,v 1.3 1996/04/28 10:49:08 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/libsa/promboot.h b/sys/arch/mvme68k/stand/libsa/promboot.h index 86b5aace21c..e96c103b773 100644 --- a/sys/arch/mvme68k/stand/libsa/promboot.h +++ b/sys/arch/mvme68k/stand/libsa/promboot.h @@ -1,3 +1,4 @@ +/* $OpenBSD: promboot.h,v 1.2 1996/04/28 10:49:09 deraadt Exp $ */ extern char prom_bootdev[]; extern char prom_bootfile[]; diff --git a/sys/arch/mvme68k/stand/libsa/promcons.c b/sys/arch/mvme68k/stand/libsa/promcons.c index 49e790f984d..01ae60ce576 100644 --- a/sys/arch/mvme68k/stand/libsa/promcons.c +++ b/sys/arch/mvme68k/stand/libsa/promcons.c @@ -1,4 +1,4 @@ -/* $Id: promcons.c,v 1.2 1995/11/07 08:50:51 deraadt Exp $ */ +/* $OpenBSD: promcons.c,v 1.3 1996/04/28 10:49:11 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/libsa/promdev.c b/sys/arch/mvme68k/stand/libsa/promdev.c index 82c1ce50243..6362fcdcf01 100644 --- a/sys/arch/mvme68k/stand/libsa/promdev.c +++ b/sys/arch/mvme68k/stand/libsa/promdev.c @@ -1,4 +1,4 @@ -/* $Id: promdev.c,v 1.2 1995/11/07 08:50:52 deraadt Exp $ */ +/* $OpenBSD: promdev.c,v 1.3 1996/04/28 10:49:13 deraadt Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross diff --git a/sys/arch/mvme68k/stand/libsa/promdev.h b/sys/arch/mvme68k/stand/libsa/promdev.h index e3ae5ba2d7c..2a5bd89bffe 100644 --- a/sys/arch/mvme68k/stand/libsa/promdev.h +++ b/sys/arch/mvme68k/stand/libsa/promdev.h @@ -1,3 +1,4 @@ +/* $OpenBSD: promdev.h,v 1.2 1996/04/28 10:49:14 deraadt Exp $ */ int prom_iopen(struct saioreq **sipp); void prom_iclose(struct saioreq *sip); diff --git a/sys/arch/mvme68k/stand/netboot/Makefile b/sys/arch/mvme68k/stand/netboot/Makefile index 6ecfe3d04b8..fe6b0792bab 100644 --- a/sys/arch/mvme68k/stand/netboot/Makefile +++ b/sys/arch/mvme68k/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/11/07 08:50:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/04/28 10:49:16 deraadt Exp $ RELOC=0x3F0000 diff --git a/sys/arch/mvme68k/stand/netboot/boot.c b/sys/arch/mvme68k/stand/netboot/boot.c index eedbab78d9e..ba095695b77 100644 --- a/sys/arch/mvme68k/stand/netboot/boot.c +++ b/sys/arch/mvme68k/stand/netboot/boot.c @@ -1,4 +1,4 @@ -/* $Id: boot.c,v 1.3 1995/11/07 08:50:57 deraadt Exp $ */ +/* $OpenBSD: boot.c,v 1.4 1996/04/28 10:49:17 deraadt Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/netboot/conf.c b/sys/arch/mvme68k/stand/netboot/conf.c index 5af003e69f8..10c7f647710 100644 --- a/sys/arch/mvme68k/stand/netboot/conf.c +++ b/sys/arch/mvme68k/stand/netboot/conf.c @@ -1,4 +1,4 @@ -/* $Id: conf.c,v 1.3 1995/11/07 08:50:58 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.4 1996/04/28 10:49:18 deraadt Exp $ */ #include #include diff --git a/sys/arch/mvme68k/stand/netboot/dev_net.c b/sys/arch/mvme68k/stand/netboot/dev_net.c index 3f0cef24cff..3242f28646f 100644 --- a/sys/arch/mvme68k/stand/netboot/dev_net.c +++ b/sys/arch/mvme68k/stand/netboot/dev_net.c @@ -1,4 +1,4 @@ -/* $Id: dev_net.c,v 1.4 1995/11/17 22:13:11 deraadt Exp $ */ +/* $OpenBSD: dev_net.c,v 1.5 1996/04/28 10:49:19 deraadt Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross diff --git a/sys/arch/mvme68k/stand/netboot/dev_net.h b/sys/arch/mvme68k/stand/netboot/dev_net.h index 093ba193bfd..b6d35c84269 100644 --- a/sys/arch/mvme68k/stand/netboot/dev_net.h +++ b/sys/arch/mvme68k/stand/netboot/dev_net.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dev_net.h,v 1.2 1996/04/28 10:49:20 deraadt Exp $ */ int net_open __P((struct open_file *, ...)); int net_close __P((struct open_file *)); diff --git a/sys/arch/mvme68k/stand/netboot/i82586.h b/sys/arch/mvme68k/stand/netboot/i82586.h index 9efae561a11..989fa89acfc 100644 --- a/sys/arch/mvme68k/stand/netboot/i82586.h +++ b/sys/arch/mvme68k/stand/netboot/i82586.h @@ -1,4 +1,4 @@ -/* $Id: i82586.h,v 1.2 1995/11/07 08:51:00 deraadt Exp $ */ +/* $OpenBSD: i82586.h,v 1.3 1996/04/28 10:49:21 deraadt Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/netboot/if_ie.c b/sys/arch/mvme68k/stand/netboot/if_ie.c index df5fabc8383..273463be844 100644 --- a/sys/arch/mvme68k/stand/netboot/if_ie.c +++ b/sys/arch/mvme68k/stand/netboot/if_ie.c @@ -1,4 +1,4 @@ -/* $Id: if_ie.c,v 1.3 1995/11/07 08:51:00 deraadt Exp $ */ +/* $OpenBSD: if_ie.c,v 1.4 1996/04/28 10:49:22 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/netboot/if_iereg.h b/sys/arch/mvme68k/stand/netboot/if_iereg.h index a1ea9c3f228..cf2aa11038e 100644 --- a/sys/arch/mvme68k/stand/netboot/if_iereg.h +++ b/sys/arch/mvme68k/stand/netboot/if_iereg.h @@ -1,4 +1,4 @@ -/* $Id: if_iereg.h,v 1.2 1995/11/07 08:51:01 deraadt Exp $ */ +/* $OpenBSD: if_iereg.h,v 1.3 1996/04/28 10:49:23 deraadt Exp $ */ /* * if_sunie.h diff --git a/sys/arch/mvme68k/stand/netboot/if_le.c b/sys/arch/mvme68k/stand/netboot/if_le.c index 36295a6e03c..bebb67774b2 100644 --- a/sys/arch/mvme68k/stand/netboot/if_le.c +++ b/sys/arch/mvme68k/stand/netboot/if_le.c @@ -1,4 +1,4 @@ -/* $Id: if_le.c,v 1.4 1995/12/26 17:44:43 deraadt Exp $ */ +/* $OpenBSD: if_le.c,v 1.5 1996/04/28 10:49:24 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/netboot/if_lereg.h b/sys/arch/mvme68k/stand/netboot/if_lereg.h index 2af99f78c4d..685de369934 100644 --- a/sys/arch/mvme68k/stand/netboot/if_lereg.h +++ b/sys/arch/mvme68k/stand/netboot/if_lereg.h @@ -1,4 +1,4 @@ -/* $Id: if_lereg.h,v 1.2 1995/11/07 08:51:03 deraadt Exp $ */ +/* $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:25 deraadt Exp $ */ /*- * Copyright (c) 1982, 1992, 1993 diff --git a/sys/arch/mvme68k/stand/netboot/version.c b/sys/arch/mvme68k/stand/netboot/version.c index 9d30196a20c..f1bb43abf9d 100644 --- a/sys/arch/mvme68k/stand/netboot/version.c +++ b/sys/arch/mvme68k/stand/netboot/version.c @@ -1,4 +1,4 @@ -/* $Id: version.c,v 1.2 1995/11/07 08:51:04 deraadt Exp $ */ +/* $OpenBSD: version.c,v 1.3 1996/04/28 10:49:26 deraadt Exp $ */ /* * NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. @@ -6,4 +6,4 @@ * 1.1 */ -char *version = "$Revision: 1.2 $"; +char *version = "$Revision: 1.3 $"; diff --git a/sys/arch/mvme68k/stand/prtvid/Makefile b/sys/arch/mvme68k/stand/prtvid/Makefile index f6a6d3e1e1a..67ceebda479 100644 --- a/sys/arch/mvme68k/stand/prtvid/Makefile +++ b/sys/arch/mvme68k/stand/prtvid/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/04/28 10:49:28 deraadt Exp $ + PROG= prtvid NOMAN= diff --git a/sys/arch/mvme68k/stand/prtvid/prtvid.c b/sys/arch/mvme68k/stand/prtvid/prtvid.c index 32784ff0dfa..d6c775875bc 100644 --- a/sys/arch/mvme68k/stand/prtvid/prtvid.c +++ b/sys/arch/mvme68k/stand/prtvid/prtvid.c @@ -1,3 +1,5 @@ +/* $OpenBSD: prtvid.c,v 1.2 1996/04/28 10:49:29 deraadt Exp $ */ + #include #define __DBINTERFACE_PRIVATE #include diff --git a/sys/arch/mvme68k/stand/sboot/Makefile b/sys/arch/mvme68k/stand/sboot/Makefile index 990d05aeb7c..3f31cf3d1d3 100644 --- a/sys/arch/mvme68k/stand/sboot/Makefile +++ b/sys/arch/mvme68k/stand/sboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/11/07 08:51:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/04/28 10:49:31 deraadt Exp $ S= ${.CURDIR}/../../../.. INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S} diff --git a/sys/arch/mvme68k/stand/sboot/XBUG.S b/sys/arch/mvme68k/stand/sboot/XBUG.S index 288f1427b21..e3016b8ad0c 100644 --- a/sys/arch/mvme68k/stand/sboot/XBUG.S +++ b/sys/arch/mvme68k/stand/sboot/XBUG.S @@ -1,3 +1,5 @@ +/* $OpenBSD: XBUG.S,v 1.3 1996/04/28 10:49:32 deraadt Exp $ */ + /* * Copyright (c) 1995 Theo de Raadt * diff --git a/sys/arch/mvme68k/stand/sboot/XSRT0.S b/sys/arch/mvme68k/stand/sboot/XSRT0.S index 805528203f2..793413eb2ed 100644 --- a/sys/arch/mvme68k/stand/sboot/XSRT0.S +++ b/sys/arch/mvme68k/stand/sboot/XSRT0.S @@ -1,3 +1,5 @@ +/* $OpenBSD: XSRT0.S,v 1.3 1996/04/28 10:49:33 deraadt Exp $ */ + /* * Copyright (c) 1995 Theo de Raadt * diff --git a/sys/arch/mvme68k/stand/sboot/clock.c b/sys/arch/mvme68k/stand/sboot/clock.c index 41598b07c0e..9f2300d53b2 100644 --- a/sys/arch/mvme68k/stand/sboot/clock.c +++ b/sys/arch/mvme68k/stand/sboot/clock.c @@ -1,4 +1,4 @@ -/* $Id: clock.c,v 1.2 1995/11/07 08:51:08 deraadt Exp $ */ +/* $OpenBSD: clock.c,v 1.3 1996/04/28 10:49:34 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 diff --git a/sys/arch/mvme68k/stand/sboot/clockreg.h b/sys/arch/mvme68k/stand/sboot/clockreg.h index e39c1d30d42..cfd00fb2a78 100644 --- a/sys/arch/mvme68k/stand/sboot/clockreg.h +++ b/sys/arch/mvme68k/stand/sboot/clockreg.h @@ -1,4 +1,4 @@ -/* $Id: clockreg.h,v 1.2 1995/11/07 08:51:09 deraadt Exp $ */ +/* $OpenBSD: clockreg.h,v 1.3 1996/04/28 10:49:35 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 diff --git a/sys/arch/mvme68k/stand/sboot/etherfun.c b/sys/arch/mvme68k/stand/sboot/etherfun.c index 01987b15f4c..37b920a79b8 100644 --- a/sys/arch/mvme68k/stand/sboot/etherfun.c +++ b/sys/arch/mvme68k/stand/sboot/etherfun.c @@ -1,3 +1,5 @@ +/* $OpenBSD: etherfun.c,v 1.2 1996/04/28 10:49:36 deraadt Exp $ */ + /* * * Copyright (c) 1995 Charles D. Cranor and Seth Widoff diff --git a/sys/arch/mvme68k/stand/sboot/etherfun.h b/sys/arch/mvme68k/stand/sboot/etherfun.h index 64170e05fd9..97e3924d552 100644 --- a/sys/arch/mvme68k/stand/sboot/etherfun.h +++ b/sys/arch/mvme68k/stand/sboot/etherfun.h @@ -1,3 +1,5 @@ +/* $OpenBSD: etherfun.h,v 1.2 1996/04/28 10:49:37 deraadt Exp $ */ + /* * * Copyright (c) 1995 Charles D. Cranor and Seth Widoff diff --git a/sys/arch/mvme68k/stand/sboot/if_le.c b/sys/arch/mvme68k/stand/sboot/if_le.c index ea39732ec4b..c20992ab39c 100644 --- a/sys/arch/mvme68k/stand/sboot/if_le.c +++ b/sys/arch/mvme68k/stand/sboot/if_le.c @@ -1,4 +1,4 @@ -/* $Id: if_le.c,v 1.2 1995/11/07 08:51:10 deraadt Exp $ */ +/* $OpenBSD: if_le.c,v 1.3 1996/04/28 10:49:38 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt diff --git a/sys/arch/mvme68k/stand/sboot/if_lereg.h b/sys/arch/mvme68k/stand/sboot/if_lereg.h index 3c6f534e1e9..aad70679480 100644 --- a/sys/arch/mvme68k/stand/sboot/if_lereg.h +++ b/sys/arch/mvme68k/stand/sboot/if_lereg.h @@ -1,4 +1,4 @@ -/* $Id: if_lereg.h,v 1.2 1995/11/07 08:51:10 deraadt Exp $ */ +/* $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:41 deraadt Exp $ */ /*- * Copyright (c) 1982, 1992, 1993 diff --git a/sys/arch/mvme68k/stand/sboot/oc_cksum.S b/sys/arch/mvme68k/stand/sboot/oc_cksum.S index b68af69a5a6..328bf77bab9 100644 --- a/sys/arch/mvme68k/stand/sboot/oc_cksum.S +++ b/sys/arch/mvme68k/stand/sboot/oc_cksum.S @@ -1,4 +1,4 @@ -| $Id: oc_cksum.S,v 1.2 1995/11/07 08:51:11 deraadt Exp $ +| $OpenBSD: oc_cksum.S,v 1.3 1996/04/28 10:49:42 deraadt Exp $ | Copyright (c) 1988 Regents of the University of California. | All rights reserved. diff --git a/sys/arch/mvme68k/stand/sboot/sboot.c b/sys/arch/mvme68k/stand/sboot/sboot.c index 5b0f06b1a7e..5553227793e 100644 --- a/sys/arch/mvme68k/stand/sboot/sboot.c +++ b/sys/arch/mvme68k/stand/sboot/sboot.c @@ -1,3 +1,5 @@ +/* $OpenBSD: sboot.c,v 1.4 1996/04/28 10:49:43 deraadt Exp $ */ + /* * Copyright (c) 1995 Theo de Raadt * diff --git a/sys/arch/mvme68k/stand/sboot/sboot.h b/sys/arch/mvme68k/stand/sboot/sboot.h index 146e0b8cce4..0f79362de45 100644 --- a/sys/arch/mvme68k/stand/sboot/sboot.h +++ b/sys/arch/mvme68k/stand/sboot/sboot.h @@ -1,3 +1,5 @@ +/* $OpenBSD: sboot.h,v 1.2 1996/04/28 10:49:44 deraadt Exp $ */ + /* * Copyright (c) 1995 Charles D. Cranor and Seth Widoff * All rights reserved. diff --git a/sys/arch/mvme68k/stand/sboot/srec.c b/sys/arch/mvme68k/stand/sboot/srec.c index 164fb4b458c..93ee5e2e53f 100644 --- a/sys/arch/mvme68k/stand/sboot/srec.c +++ b/sys/arch/mvme68k/stand/sboot/srec.c @@ -1,3 +1,5 @@ +/* $OpenBSD: srec.c,v 1.3 1996/04/28 10:49:45 deraadt Exp $ */ + /* * Public domain, believed to be by Mike Price. * diff --git a/sys/arch/mvme68k/stand/wrtvid/Makefile b/sys/arch/mvme68k/stand/wrtvid/Makefile index 8b6cd97df7d..2cbd2a08407 100644 --- a/sys/arch/mvme68k/stand/wrtvid/Makefile +++ b/sys/arch/mvme68k/stand/wrtvid/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/04/28 10:49:47 deraadt Exp $ + PROG= wrtvid NOMAN= diff --git a/sys/arch/mvme68k/stand/wrtvid/Makefile.inc b/sys/arch/mvme68k/stand/wrtvid/Makefile.inc index a8c47af8bd7..7e546a06886 100644 --- a/sys/arch/mvme68k/stand/wrtvid/Makefile.inc +++ b/sys/arch/mvme68k/stand/wrtvid/Makefile.inc @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:49:48 deraadt Exp $ + WRTVID_BASE_DIR=${S}/arch/${MACHINE}/stand/wrtvid WRTVID_DIR!= cd ${WRTVID_BASE_DIR}; \ diff --git a/sys/arch/mvme68k/stand/wrtvid/wrtvid.c b/sys/arch/mvme68k/stand/wrtvid/wrtvid.c index b2a21ad4f18..fe4f65d9efd 100644 --- a/sys/arch/mvme68k/stand/wrtvid/wrtvid.c +++ b/sys/arch/mvme68k/stand/wrtvid/wrtvid.c @@ -1,3 +1,5 @@ +/* $OpenBSD: wrtvid.c,v 1.3 1996/04/28 10:49:49 deraadt Exp $ */ + #include #include #include