diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-04 08:33:59 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-04 08:33:59 +0000 |
commit | 5d0516a433f2920c6cbd9e47ab34ebb17cbf242f (patch) | |
tree | 93c293228c93e52eb2cfb970c62f349d19e96cfd /sys/arch | |
parent | 3ada9cc5c721ed64689dd1427818afd368d855f6 (diff) |
$OpenBSD$
Diffstat (limited to 'sys/arch')
50 files changed, 64 insertions, 0 deletions
diff --git a/sys/arch/sun3/Makefile b/sys/arch/sun3/Makefile index 01ba531335e..677024fbe81 100644 --- a/sys/arch/sun3/Makefile +++ b/sys/arch/sun3/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2001/07/04 08:33:38 niklas Exp $ # $NetBSD: Makefile,v 1.2 1995/07/05 19:04:23 gwr Exp $ SUBDIR= stand diff --git a/sys/arch/sun3/dev/README b/sys/arch/sun3/dev/README index 854a166d7fe..f536b511110 100644 --- a/sys/arch/sun3/dev/README +++ b/sys/arch/sun3/dev/README @@ -1,3 +1,4 @@ +$OpenBSD: README,v 1.3 2001/07/04 08:33:40 niklas Exp $ $NetBSD: README,v 1.3 1996/11/19 20:58:32 gwr Exp $ NetBSD/sun3 supports the following busses: diff --git a/sys/arch/sun3/dev/btreg.h b/sys/arch/sun3/dev/btreg.h index e269748bd8b..77bcc9aa49c 100644 --- a/sys/arch/sun3/dev/btreg.h +++ b/sys/arch/sun3/dev/btreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: btreg.h,v 1.2 2001/07/04 08:33:40 niklas Exp $ */ /* $NetBSD: btreg.h,v 1.1 1995/03/10 01:50:41 gwr Exp $ */ /* diff --git a/sys/arch/sun3/dev/btvar.h b/sys/arch/sun3/dev/btvar.h index eac70b882af..b2481fcf708 100644 --- a/sys/arch/sun3/dev/btvar.h +++ b/sys/arch/sun3/dev/btvar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: btvar.h,v 1.2 2001/07/04 08:33:41 niklas Exp $ */ /* $NetBSD: btvar.h,v 1.1 1995/03/10 01:50:47 gwr Exp $ */ /* diff --git a/sys/arch/sun3/dev/bw2reg.h b/sys/arch/sun3/dev/bw2reg.h index 45209745f9c..520730606c0 100644 --- a/sys/arch/sun3/dev/bw2reg.h +++ b/sys/arch/sun3/dev/bw2reg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bw2reg.h,v 1.2 2001/07/04 08:33:41 niklas Exp $ */ /* $NetBSD: bw2reg.h,v 1.1 1995/03/10 01:50:59 gwr Exp $ */ /* diff --git a/sys/arch/sun3/dev/cg4reg.h b/sys/arch/sun3/dev/cg4reg.h index 51ec9638bd3..3e6baa3856e 100644 --- a/sys/arch/sun3/dev/cg4reg.h +++ b/sys/arch/sun3/dev/cg4reg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cg4reg.h,v 1.3 2001/07/04 08:33:41 niklas Exp $ */ /* $NetBSD: cg4reg.h,v 1.3 1996/10/29 19:54:21 gwr Exp $ */ /* diff --git a/sys/arch/sun3/dev/if_iereg.h b/sys/arch/sun3/dev/if_iereg.h index 5986a89c182..778c97d62f8 100644 --- a/sys/arch/sun3/dev/if_iereg.h +++ b/sys/arch/sun3/dev/if_iereg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_iereg.h,v 1.2 2001/07/04 08:33:41 niklas Exp $ */ /* $NetBSD: if_iereg.h,v 1.1 1994/12/12 18:59:09 gwr Exp $ */ /* diff --git a/sys/arch/sun3/dev/memerr.h b/sys/arch/sun3/dev/memerr.h index 9fafbafaba7..ff31a555c46 100644 --- a/sys/arch/sun3/dev/memerr.h +++ b/sys/arch/sun3/dev/memerr.h @@ -1,3 +1,4 @@ +/* $OpenBSD: memerr.h,v 1.2 2001/07/04 08:33:42 niklas Exp $ */ /* $NetBSD: memerr.h,v 1.1 1996/03/26 14:57:44 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/Makefile b/sys/arch/sun3/stand/Makefile index e55fb82d3eb..2e2c03c679d 100644 --- a/sys/arch/sun3/stand/Makefile +++ b/sys/arch/sun3/stand/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 2001/07/04 08:33:42 niklas Exp $ # $NetBSD: Makefile,v 1.5 1995/10/13 21:44:08 gwr Exp $ .if ${MACHINE} == "sun3" diff --git a/sys/arch/sun3/stand/Makefile.inc b/sys/arch/sun3/stand/Makefile.inc index 30281168835..55a5079c590 100644 --- a/sys/arch/sun3/stand/Makefile.inc +++ b/sys/arch/sun3/stand/Makefile.inc @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile.inc,v 1.5 2001/07/04 08:33:43 niklas Exp $ # $NetBSD: Makefile.inc,v 1.6 1995/11/17 23:23:44 gwr Exp $ .if defined(SA_PROG) diff --git a/sys/arch/sun3/stand/README b/sys/arch/sun3/stand/README index 9088c5a3662..add5c498ede 100644 --- a/sys/arch/sun3/stand/README +++ b/sys/arch/sun3/stand/README @@ -1,3 +1,4 @@ +/* $OpenBSD: README,v 1.4 2001/07/04 08:33:43 niklas Exp $ */ /* $NetBSD: README,v 1.3 1995/11/17 23:23:45 gwr Exp $ */ The sun bootblocks are split into two parts: a small 1st-level program that diff --git a/sys/arch/sun3/stand/bootxx/Makefile b/sys/arch/sun3/stand/bootxx/Makefile index 44ef26b218c..eca58de25a1 100644 --- a/sys/arch/sun3/stand/bootxx/Makefile +++ b/sys/arch/sun3/stand/bootxx/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.5 2001/07/04 08:33:44 niklas Exp $ # $NetBSD: Makefile,v 1.3 1995/11/17 23:23:48 gwr Exp $ SA_PROG= bootxx diff --git a/sys/arch/sun3/stand/bootxx/bootxx.c b/sys/arch/sun3/stand/bootxx/bootxx.c index 04e17e41cd9..aaf27d402bb 100644 --- a/sys/arch/sun3/stand/bootxx/bootxx.c +++ b/sys/arch/sun3/stand/bootxx/bootxx.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bootxx.c,v 1.2 2001/07/04 08:33:44 niklas Exp $ */ /* $NetBSD: bootxx.c,v 1.5 1995/10/13 21:44:57 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/bootxx/conf.c b/sys/arch/sun3/stand/bootxx/conf.c index a9f41061585..78fad5777bd 100644 --- a/sys/arch/sun3/stand/bootxx/conf.c +++ b/sys/arch/sun3/stand/bootxx/conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conf.c,v 1.2 2001/07/04 08:33:44 niklas Exp $ */ /* $NetBSD: conf.c,v 1.2 1995/10/13 21:45:00 gwr Exp $ */ #include <stand.h> diff --git a/sys/arch/sun3/stand/installboot/Makefile b/sys/arch/sun3/stand/installboot/Makefile index 4b86f573bcb..5fec1e5b78d 100644 --- a/sys/arch/sun3/stand/installboot/Makefile +++ b/sys/arch/sun3/stand/installboot/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.4 2001/07/04 08:33:45 niklas Exp $ # $NetBSD: Makefile,v 1.4 1995/10/08 23:44:02 gwr Exp $ MAN= installboot.8 diff --git a/sys/arch/sun3/stand/installboot/installboot.c b/sys/arch/sun3/stand/installboot/installboot.c index 88244cb41ba..cd3bca8bd5d 100644 --- a/sys/arch/sun3/stand/installboot/installboot.c +++ b/sys/arch/sun3/stand/installboot/installboot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: installboot.c,v 1.6 2001/07/04 08:33:46 niklas Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/libsa/SRT0.S b/sys/arch/sun3/stand/libsa/SRT0.S index ab236f01a89..8bfb88c85ce 100644 --- a/sys/arch/sun3/stand/libsa/SRT0.S +++ b/sys/arch/sun3/stand/libsa/SRT0.S @@ -1,3 +1,4 @@ +| $OpenBSD: SRT0.S,v 1.2 2001/07/04 08:33:46 niklas Exp $ | $NetBSD: SRT0.S,v 1.2 1995/08/12 18:38:55 gwr Exp $ | Copyright (c) 1995 Gordon W. Ross diff --git a/sys/arch/sun3/stand/libsa/SRT1.c b/sys/arch/sun3/stand/libsa/SRT1.c index c17569f1fcf..a3dad596a16 100644 --- a/sys/arch/sun3/stand/libsa/SRT1.c +++ b/sys/arch/sun3/stand/libsa/SRT1.c @@ -1,3 +1,4 @@ +/* $OpenBSD: SRT1.c,v 1.3 2001/07/04 08:33:46 niklas Exp $ */ /* $NetBSD: SRT1.c,v 1.4 1996/01/29 23:41:03 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/libsa/clock.c b/sys/arch/sun3/stand/libsa/clock.c index e5d347521d7..e0d70171b5b 100644 --- a/sys/arch/sun3/stand/libsa/clock.c +++ b/sys/arch/sun3/stand/libsa/clock.c @@ -1,3 +1,5 @@ +/* $OpenBSD: clock.c,v 1.2 2001/07/04 08:33:47 niklas Exp $ */ + #include <sys/types.h> #include <machine/mon.h> diff --git a/sys/arch/sun3/stand/libsa/clock.h b/sys/arch/sun3/stand/libsa/clock.h index d61bc9b03b8..0bcacf52267 100644 --- a/sys/arch/sun3/stand/libsa/clock.h +++ b/sys/arch/sun3/stand/libsa/clock.h @@ -1,3 +1,5 @@ +/* $OpenBSD: clock.h,v 1.2 2001/07/04 08:33:47 niklas Exp $ */ + extern int hz; diff --git a/sys/arch/sun3/stand/libsa/dev_disk.c b/sys/arch/sun3/stand/libsa/dev_disk.c index 5fd83a61003..925c71638be 100644 --- a/sys/arch/sun3/stand/libsa/dev_disk.c +++ b/sys/arch/sun3/stand/libsa/dev_disk.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dev_disk.c,v 1.5 2001/07/04 08:33:48 niklas Exp $ */ /* $NetBSD: dev_disk.c,v 1.4 1996/04/10 18:31:14 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/libsa/dev_disk.h b/sys/arch/sun3/stand/libsa/dev_disk.h index a0115b9a8a8..f1897aaf848 100644 --- a/sys/arch/sun3/stand/libsa/dev_disk.h +++ b/sys/arch/sun3/stand/libsa/dev_disk.h @@ -1,3 +1,5 @@ +/* $OpenBSD: dev_disk.h,v 1.2 2001/07/04 08:33:48 niklas Exp $ */ + int disk_open __P((struct open_file *, ...)); int disk_close __P((struct open_file *)); diff --git a/sys/arch/sun3/stand/libsa/devopen.c b/sys/arch/sun3/stand/libsa/devopen.c index 2a53a76c326..8be8dacb97b 100644 --- a/sys/arch/sun3/stand/libsa/devopen.c +++ b/sys/arch/sun3/stand/libsa/devopen.c @@ -1,3 +1,5 @@ +/* $OpenBSD: devopen.c,v 1.3 2001/07/04 08:33:48 niklas Exp $ */ + #include <sys/param.h> #include <machine/mon.h> diff --git a/sys/arch/sun3/stand/libsa/dvma.c b/sys/arch/sun3/stand/libsa/dvma.c index cf9f2b625b3..221cf6324e6 100644 --- a/sys/arch/sun3/stand/libsa/dvma.c +++ b/sys/arch/sun3/stand/libsa/dvma.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dvma.c,v 1.4 2001/07/04 08:33:48 niklas Exp $ */ /* $NetBSD: dvma.c,v 1.6 1996/01/31 17:20:39 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/libsa/dvma.h b/sys/arch/sun3/stand/libsa/dvma.h index d25b95a7d30..e79df8219c2 100644 --- a/sys/arch/sun3/stand/libsa/dvma.h +++ b/sys/arch/sun3/stand/libsa/dvma.h @@ -1,3 +1,5 @@ +/* $OpenBSD: dvma.h,v 1.2 2001/07/04 08:33:49 niklas Exp $ */ + void dvma_init(); diff --git a/sys/arch/sun3/stand/libsa/exec_sun.c b/sys/arch/sun3/stand/libsa/exec_sun.c index d14ac4000ae..ca7e72f51b5 100644 --- a/sys/arch/sun3/stand/libsa/exec_sun.c +++ b/sys/arch/sun3/stand/libsa/exec_sun.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exec_sun.c,v 1.4 2001/07/04 08:33:49 niklas Exp $ */ /* $NetBSD: exec_sun.c,v 1.6 1996/06/20 03:59:41 gwr Exp $ */ /*- diff --git a/sys/arch/sun3/stand/libsa/gets.c b/sys/arch/sun3/stand/libsa/gets.c index 6eaffe825c6..2393c36d155 100644 --- a/sys/arch/sun3/stand/libsa/gets.c +++ b/sys/arch/sun3/stand/libsa/gets.c @@ -1,3 +1,4 @@ +/* $OpenBSD: gets.c,v 1.2 2001/07/04 08:33:49 niklas Exp $ */ /* $NetBSD: gets.c,v 1.1.1.2 1995/06/01 20:37:58 gwr Exp $ */ /*- diff --git a/sys/arch/sun3/stand/libsa/netif.h b/sys/arch/sun3/stand/libsa/netif.h index 09bb6098df3..381375b3a4e 100644 --- a/sys/arch/sun3/stand/libsa/netif.h +++ b/sys/arch/sun3/stand/libsa/netif.h @@ -1,3 +1,5 @@ +/* $OpenBSD: netif.h,v 1.3 2001/07/04 08:33:50 niklas Exp $ */ + #include "iodesc.h" diff --git a/sys/arch/sun3/stand/libsa/netif_sun.c b/sys/arch/sun3/stand/libsa/netif_sun.c index bc7a5993cc7..2a4116c2b57 100644 --- a/sys/arch/sun3/stand/libsa/netif_sun.c +++ b/sys/arch/sun3/stand/libsa/netif_sun.c @@ -1,3 +1,4 @@ +/* $OpenBSD: netif_sun.c,v 1.5 2001/07/04 08:33:51 niklas Exp $ */ /* $NetBSD: netif_sun.c,v 1.4 1996/01/29 23:41:07 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/libsa/panic.c b/sys/arch/sun3/stand/libsa/panic.c index b8841ad1ad3..32e1113c62c 100644 --- a/sys/arch/sun3/stand/libsa/panic.c +++ b/sys/arch/sun3/stand/libsa/panic.c @@ -1,3 +1,5 @@ +/* $OpenBSD: panic.c,v 1.4 2001/07/04 08:33:51 niklas Exp $ */ + #include <stdarg.h> #include "stand.h" diff --git a/sys/arch/sun3/stand/libsa/promboot.c b/sys/arch/sun3/stand/libsa/promboot.c index b8fa8100349..a7f52ab9086 100644 --- a/sys/arch/sun3/stand/libsa/promboot.c +++ b/sys/arch/sun3/stand/libsa/promboot.c @@ -1,3 +1,5 @@ +/* $OpenBSD: promboot.c,v 1.4 2001/07/04 08:33:51 niklas Exp $ */ + #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/arch/sun3/stand/libsa/promboot.h b/sys/arch/sun3/stand/libsa/promboot.h index 9a69ac82dec..47b29cef8ca 100644 --- a/sys/arch/sun3/stand/libsa/promboot.h +++ b/sys/arch/sun3/stand/libsa/promboot.h @@ -1,3 +1,5 @@ +/* $OpenBSD: promboot.h,v 1.2 2001/07/04 08:33:51 niklas Exp $ */ + extern char prom_bootdev[]; extern char *prom_bootfile; diff --git a/sys/arch/sun3/stand/libsa/promcons.c b/sys/arch/sun3/stand/libsa/promcons.c index 34c37443aec..195c7dcba45 100644 --- a/sys/arch/sun3/stand/libsa/promcons.c +++ b/sys/arch/sun3/stand/libsa/promcons.c @@ -1,3 +1,5 @@ +/* $OpenBSD: promcons.c,v 1.2 2001/07/04 08:33:51 niklas Exp $ */ + #include <stdarg.h> #include <sys/types.h> diff --git a/sys/arch/sun3/stand/libsa/promdev.c b/sys/arch/sun3/stand/libsa/promdev.c index f3982b8aaf3..620c8a4d1b8 100644 --- a/sys/arch/sun3/stand/libsa/promdev.c +++ b/sys/arch/sun3/stand/libsa/promdev.c @@ -1,3 +1,4 @@ +/* $OpenBSD: promdev.c,v 1.6 2001/07/04 08:33:52 niklas Exp $ */ /* $NetBSD: promdev.c,v 1.7 1996/01/29 23:41:10 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/libsa/promdev.h b/sys/arch/sun3/stand/libsa/promdev.h index 1bcd0b7fc1a..051954c8197 100644 --- a/sys/arch/sun3/stand/libsa/promdev.h +++ b/sys/arch/sun3/stand/libsa/promdev.h @@ -1,3 +1,5 @@ +/* $OpenBSD: promdev.h,v 1.2 2001/07/04 08:33:52 niklas Exp $ */ + int prom_iopen (struct saioreq *sip); void prom_iclose(struct saioreq *sip); diff --git a/sys/arch/sun3/stand/netboot/Makefile b/sys/arch/sun3/stand/netboot/Makefile index 8d024431190..7de5f2ce3a2 100644 --- a/sys/arch/sun3/stand/netboot/Makefile +++ b/sys/arch/sun3/stand/netboot/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.4 2001/07/04 08:33:52 niklas Exp $ # $NetBSD: Makefile,v 1.4 1995/11/17 23:23:55 gwr Exp $ SA_PROG= netboot diff --git a/sys/arch/sun3/stand/netboot/boot.c b/sys/arch/sun3/stand/netboot/boot.c index aadec09a146..8f8e78e4c15 100644 --- a/sys/arch/sun3/stand/netboot/boot.c +++ b/sys/arch/sun3/stand/netboot/boot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: boot.c,v 1.3 2001/07/04 08:33:53 niklas Exp $ */ /* $NetBSD: boot.c,v 1.2 1995/09/23 03:42:48 gwr Exp $ */ /*- diff --git a/sys/arch/sun3/stand/netboot/conf.c b/sys/arch/sun3/stand/netboot/conf.c index 6b51da989bb..b5d023e05bf 100644 --- a/sys/arch/sun3/stand/netboot/conf.c +++ b/sys/arch/sun3/stand/netboot/conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conf.c,v 1.3 2001/07/04 08:33:53 niklas Exp $ */ /* $NetBSD: conf.c,v 1.3 1996/01/29 23:54:14 gwr Exp $ */ #include <sys/types.h> diff --git a/sys/arch/sun3/stand/netboot/dev_net.c b/sys/arch/sun3/stand/netboot/dev_net.c index e159174c267..9925ba93b2c 100644 --- a/sys/arch/sun3/stand/netboot/dev_net.c +++ b/sys/arch/sun3/stand/netboot/dev_net.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dev_net.c,v 1.4 2001/07/04 08:33:54 niklas Exp $ */ /* $NetBSD: dev_net.c,v 1.4 1996/01/29 23:54:15 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/netboot/dev_net.h b/sys/arch/sun3/stand/netboot/dev_net.h index 093ba193bfd..9a8986fe528 100644 --- a/sys/arch/sun3/stand/netboot/dev_net.h +++ b/sys/arch/sun3/stand/netboot/dev_net.h @@ -1,3 +1,5 @@ +/* $OpenBSD: dev_net.h,v 1.2 2001/07/04 08:33:54 niklas Exp $ */ + int net_open __P((struct open_file *, ...)); int net_close __P((struct open_file *)); diff --git a/sys/arch/sun3/stand/tapeboot/Makefile b/sys/arch/sun3/stand/tapeboot/Makefile index 593a811776d..fe534e818b3 100644 --- a/sys/arch/sun3/stand/tapeboot/Makefile +++ b/sys/arch/sun3/stand/tapeboot/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.5 2001/07/04 08:33:55 niklas Exp $ # $NetBSD: Makefile,v 1.3 1995/11/17 23:23:56 gwr Exp $ SA_PROG= tapeboot diff --git a/sys/arch/sun3/stand/tapeboot/boot.c b/sys/arch/sun3/stand/tapeboot/boot.c index d7af49d15ff..1d0c425f4d6 100644 --- a/sys/arch/sun3/stand/tapeboot/boot.c +++ b/sys/arch/sun3/stand/tapeboot/boot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: boot.c,v 1.4 2001/07/04 08:33:55 niklas Exp $ */ /* $NetBSD: boot.c,v 1.2 1995/10/17 22:58:14 gwr Exp $ */ /*- diff --git a/sys/arch/sun3/stand/tapeboot/conf.c b/sys/arch/sun3/stand/tapeboot/conf.c index 941ef65a7d4..6aba8d6c29a 100644 --- a/sys/arch/sun3/stand/tapeboot/conf.c +++ b/sys/arch/sun3/stand/tapeboot/conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conf.c,v 1.3 2001/07/04 08:33:56 niklas Exp $ */ /* $NetBSD: conf.c,v 1.2 1995/10/17 22:58:17 gwr Exp $ */ #include <stand.h> diff --git a/sys/arch/sun3/stand/tapeboot/dev_tape.c b/sys/arch/sun3/stand/tapeboot/dev_tape.c index 6155817811a..54a8f24c428 100644 --- a/sys/arch/sun3/stand/tapeboot/dev_tape.c +++ b/sys/arch/sun3/stand/tapeboot/dev_tape.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dev_tape.c,v 1.3 2001/07/04 08:33:56 niklas Exp $ */ /* $NetBSD: dev_tape.c,v 1.2 1995/10/17 22:58:20 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/tapeboot/dev_tape.h b/sys/arch/sun3/stand/tapeboot/dev_tape.h index ab794284b82..7e530554dea 100644 --- a/sys/arch/sun3/stand/tapeboot/dev_tape.h +++ b/sys/arch/sun3/stand/tapeboot/dev_tape.h @@ -1,3 +1,5 @@ +/* $OpenBSD: dev_tape.h,v 1.3 2001/07/04 08:33:57 niklas Exp $ */ + int tape_open __P((struct open_file *, ...)); int tape_close __P((struct open_file *)); diff --git a/sys/arch/sun3/stand/tapeboot/rawfs.c b/sys/arch/sun3/stand/tapeboot/rawfs.c index 875a534a2b0..a7490fe8357 100644 --- a/sys/arch/sun3/stand/tapeboot/rawfs.c +++ b/sys/arch/sun3/stand/tapeboot/rawfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rawfs.c,v 1.2 2001/07/04 08:33:57 niklas Exp $ */ /* $NetBSD: rawfs.c,v 1.1 1995/10/17 22:58:27 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/tapeboot/rawfs.h b/sys/arch/sun3/stand/tapeboot/rawfs.h index b177413a013..1b1538ae4f1 100644 --- a/sys/arch/sun3/stand/tapeboot/rawfs.h +++ b/sys/arch/sun3/stand/tapeboot/rawfs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: rawfs.h,v 1.2 2001/07/04 08:33:57 niklas Exp $ */ /* $NetBSD: rawfs.h,v 1.1 1995/10/17 22:58:29 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/ufsboot/Makefile b/sys/arch/sun3/stand/ufsboot/Makefile index aabae5aa414..9196ebb2b2a 100644 --- a/sys/arch/sun3/stand/ufsboot/Makefile +++ b/sys/arch/sun3/stand/ufsboot/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.4 2001/07/04 08:33:58 niklas Exp $ # $NetBSD: Makefile,v 1.3 1995/11/17 23:23:58 gwr Exp $ SA_PROG= ufsboot diff --git a/sys/arch/sun3/stand/ufsboot/boot.c b/sys/arch/sun3/stand/ufsboot/boot.c index 528688dd34f..3425fce450b 100644 --- a/sys/arch/sun3/stand/ufsboot/boot.c +++ b/sys/arch/sun3/stand/ufsboot/boot.c @@ -1,3 +1,5 @@ +/* $OpenBSD: boot.c,v 1.3 2001/07/04 08:33:58 niklas Exp $ */ + /*- diff --git a/sys/arch/sun3/stand/ufsboot/conf.c b/sys/arch/sun3/stand/ufsboot/conf.c index a4ff9d72666..532102cca45 100644 --- a/sys/arch/sun3/stand/ufsboot/conf.c +++ b/sys/arch/sun3/stand/ufsboot/conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conf.c,v 1.2 2001/07/04 08:33:58 niklas Exp $ */ /* $NetBSD: conf.c,v 1.1.1.1 1995/06/01 20:38:08 gwr Exp $ */ #include <stand.h> |