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 13bad337aeca6..14ff829cd4fda 100644 --- a/sys/boot/pc98/boot2/Makefile +++ b/sys/boot/pc98/boot2/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.2.1 1999/02/06 07:37:11 kato Exp $ # PROG= boot diff --git a/sys/boot/pc98/boot2/asm.S b/sys/boot/pc98/boot2/asm.S index 653e7fcd4ccd5..d7a03d4ab084a 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$ + * $Id: asm.S,v 1.1.2.1 1999/02/06 07:37:11 kato Exp $ */ diff --git a/sys/boot/pc98/boot2/asm.h b/sys/boot/pc98/boot2/asm.h index b90bbcebf158b..ae4b7891a62d3 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$ + * $Id: asm.h,v 1.1.2.1 1999/02/06 07:37:11 kato Exp $ */ #define S_ARG0 4(%esp) diff --git a/sys/boot/pc98/boot2/bios.S b/sys/boot/pc98/boot2/bios.S index 2e533520f37a8..857e61f02c9eb 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 $ + * $Id: bios.S,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ /* diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c index e1409ac48da67..16ad94f84570d 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$ + * $Id: boot.c,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ diff --git a/sys/boot/pc98/boot2/boot.h b/sys/boot/pc98/boot2/boot.h index 7ee0e15cf3206..b998828681568 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$ + * $Id: boot.h,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ #include <sys/param.h> diff --git a/sys/boot/pc98/boot2/boot2.S b/sys/boot/pc98/boot2/boot2.S index 3ab2cb306613d..b949b98a6b03f 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$ + * $Id: boot2.S,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ /* * Ported to PC-9801 by Yoshio Kimura diff --git a/sys/boot/pc98/boot2/disk.c b/sys/boot/pc98/boot2/disk.c index de21df8b43573..b7fe0bf56c9fc 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$ + * $Id: disk.c,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ /* diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c index 522f60d414259..35d429c47a3c0 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$ + * $Id: io.c,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ #include "boot.h" diff --git a/sys/boot/pc98/boot2/serial.S b/sys/boot/pc98/boot2/serial.S index 169ed9a00ecc1..ba4d1d9b2baaa 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$ + * $Id: serial.S,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ /* diff --git a/sys/boot/pc98/boot2/start.S b/sys/boot/pc98/boot2/start.S index 567c34a057135..f6ac565e084b0 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$ + * $Id: start.S,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ /* diff --git a/sys/boot/pc98/boot2/sys.c b/sys/boot/pc98/boot2/sys.c index b6fdbcf5c36e5..a748384462812 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$ + * $Id: sys.c,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ /* diff --git a/sys/boot/pc98/boot2/table.c b/sys/boot/pc98/boot2/table.c index c27878597158a..1d5bfbff10815 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$ + * $Id: table.c,v 1.1.2.1 1999/02/06 07:37:12 kato Exp $ */ /* |