diff options
Diffstat (limited to 'sys/boot/pc98/boot2')
| -rw-r--r-- | sys/boot/pc98/boot2/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/asm.S | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/asm.h | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/bios.S | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/boot.c | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/boot.h | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/boot2.S | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/disk.c | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/io.c | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/serial.S | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/start.S | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/sys.c | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/boot2/table.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile index 13bad337aeca..c7db0f0be252 100644 --- a/sys/boot/pc98/boot2/Makefile +++ b/sys/boot/pc98/boot2/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # PROG= boot diff --git a/sys/boot/pc98/boot2/asm.S b/sys/boot/pc98/boot2/asm.S index 653e7fcd4ccd..f14c7f55104c 100644 --- a/sys/boot/pc98/boot2/asm.S +++ b/sys/boot/pc98/boot2/asm.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id$ + * $FreeBSD$ */ diff --git a/sys/boot/pc98/boot2/asm.h b/sys/boot/pc98/boot2/asm.h index b90bbcebf158..6f4bcc39e52d 100644 --- a/sys/boot/pc98/boot2/asm.h +++ b/sys/boot/pc98/boot2/asm.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id$ + * $FreeBSD$ */ #define S_ARG0 4(%esp) diff --git a/sys/boot/pc98/boot2/bios.S b/sys/boot/pc98/boot2/bios.S index 2e533520f37a..88d9506c46b4 100644 --- a/sys/boot/pc98/boot2/bios.S +++ b/sys/boot/pc98/boot2/bios.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: bios.S,v 1.1 1999/02/03 08:39:08 kato Exp $ + * $FreeBSD$ */ /* diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c index 4aba61139105..df8e755062a3 100644 --- a/sys/boot/pc98/boot2/boot.c +++ b/sys/boot/pc98/boot2/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, [92/04/03 16:51:14 rvb] - * $Id: boot.c,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ + * $FreeBSD$ */ diff --git a/sys/boot/pc98/boot2/boot.h b/sys/boot/pc98/boot2/boot.h index 7ee0e15cf320..4e32192eebc6 100644 --- a/sys/boot/pc98/boot2/boot.h +++ b/sys/boot/pc98/boot2/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $Id$ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/boot/pc98/boot2/boot2.S b/sys/boot/pc98/boot2/boot2.S index 3ab2cb306613..9cad5ec9c3af 100644 --- a/sys/boot/pc98/boot2/boot2.S +++ b/sys/boot/pc98/boot2/boot2.S @@ -25,7 +25,7 @@ * * from: Mach, Revision 2.2 92/04/04 11:35:26 rpd * boot2.S,v 1.6 1995/01/25 21:37:40 bde Exp - * $Id$ + * $FreeBSD$ */ /* * Ported to PC-9801 by Yoshio Kimura diff --git a/sys/boot/pc98/boot2/disk.c b/sys/boot/pc98/boot2/disk.c index de21df8b4357..ad9d3ff74d88 100644 --- a/sys/boot/pc98/boot2/disk.c +++ b/sys/boot/pc98/boot2/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:49 rpd - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c index 522f60d41425..dc5fb00f94ce 100644 --- a/sys/boot/pc98/boot2/io.c +++ b/sys/boot/pc98/boot2/io.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:57 rpd - * $Id$ + * $FreeBSD$ */ #include "boot.h" diff --git a/sys/boot/pc98/boot2/serial.S b/sys/boot/pc98/boot2/serial.S index 169ed9a00ecc..f2df31aec6cf 100644 --- a/sys/boot/pc98/boot2/serial.S +++ b/sys/boot/pc98/boot2/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/boot/pc98/boot2/start.S b/sys/boot/pc98/boot2/start.S index 567c34a05713..a7e69355d621 100644 --- a/sys/boot/pc98/boot2/start.S +++ b/sys/boot/pc98/boot2/start.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:29 rpd - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/boot/pc98/boot2/sys.c b/sys/boot/pc98/boot2/sys.c index b6fdbcf5c36e..1b138b36d479 100644 --- a/sys/boot/pc98/boot2/sys.c +++ b/sys/boot/pc98/boot2/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:34 rpd - * $Id$ + * $FreeBSD$ */ /* diff --git a/sys/boot/pc98/boot2/table.c b/sys/boot/pc98/boot2/table.c index 58094875982e..b6e113a014a8 100644 --- a/sys/boot/pc98/boot2/table.c +++ b/sys/boot/pc98/boot2/table.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:43 rpd - * $Id: table.c,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ + * $FreeBSD$ */ /* |
