diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /sys/pc98/boot/biosboot | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'sys/pc98/boot/biosboot')
| -rw-r--r-- | sys/pc98/boot/biosboot/Makefile | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/README.386BSD | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/README.MACH | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/README.serial | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/asm.S | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/asm.h | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/bios.S | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/boot.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/boot.h | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/disk.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/io.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/serial.S | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/start.S | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/sys.c | 2 | ||||
| -rw-r--r-- | sys/pc98/boot/biosboot/table.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile index 25193b6e365e..ef70ede10059 100644 --- a/sys/pc98/boot/biosboot/Makefile +++ b/sys/pc98/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4.2.5 1997/03/24 02:40:50 kato Exp $ +# $Id: Makefile,v 1.4.2.6 1997/08/17 04:31:32 kato Exp $ # PROG= boot diff --git a/sys/pc98/boot/biosboot/README.386BSD b/sys/pc98/boot/biosboot/README.386BSD index 5b293c1c6c2f..4314d9fa92bb 100644 --- a/sys/pc98/boot/biosboot/README.386BSD +++ b/sys/pc98/boot/biosboot/README.386BSD @@ -169,4 +169,4 @@ Before you do this ensure you have a booting floppy with correct disktab and bootblock files on it so that if it doesn't work, you can re-disklabel from the floppy. -$Id: README.386BSD,v 1.1.1.1 1996/06/14 10:04:37 asami Exp $ +$Id: README.386BSD,v 1.2 1996/07/23 07:45:34 asami Exp $ diff --git a/sys/pc98/boot/biosboot/README.MACH b/sys/pc98/boot/biosboot/README.MACH index 9de108123bd2..19c40e379561 100644 --- a/sys/pc98/boot/biosboot/README.MACH +++ b/sys/pc98/boot/biosboot/README.MACH @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:33:55 rpd - * $Id: README.MACH,v 1.3 1993/10/16 19:11:26 rgrimes Exp $ + * $Id: README.MACH,v 1.1.1.1 1996/06/14 10:04:37 asami Exp $ */ ********NOTE: This is not all relevant to the 386BSD version********** diff --git a/sys/pc98/boot/biosboot/README.serial b/sys/pc98/boot/biosboot/README.serial index abd860df2be7..6555194ab84a 100644 --- a/sys/pc98/boot/biosboot/README.serial +++ b/sys/pc98/boot/biosboot/README.serial @@ -177,4 +177,4 @@ CAVEATS: from the new kernel. -$Id: README.serial,v 1.1.1.1 1996/06/14 10:04:37 asami Exp $ +$Id: README.serial,v 1.1.1.1.2.1 1998/01/30 15:56:07 kato Exp $ diff --git a/sys/pc98/boot/biosboot/asm.S b/sys/pc98/boot/biosboot/asm.S index ab3e0e1b000b..bab31f9a8606 100644 --- a/sys/pc98/boot/biosboot/asm.S +++ b/sys/pc98/boot/biosboot/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: asm.S,v 1.1.1.1 1996/06/14 10:04:37 asami Exp $ + * $Id: asm.S,v 1.1.1.1.2.1 1998/03/05 03:37:21 kato Exp $ */ diff --git a/sys/pc98/boot/biosboot/asm.h b/sys/pc98/boot/biosboot/asm.h index 3044b6437103..837d947132d5 100644 --- a/sys/pc98/boot/biosboot/asm.h +++ b/sys/pc98/boot/biosboot/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: asm.h,v 1.4 1995/05/30 07:58:25 rgrimes Exp $ + * $Id: asm.h,v 1.1.1.1 1996/06/14 10:04:37 asami Exp $ */ #define S_ARG0 4(%esp) diff --git a/sys/pc98/boot/biosboot/bios.S b/sys/pc98/boot/biosboot/bios.S index b7c5331cbcec..a3bb57813b70 100644 --- a/sys/pc98/boot/biosboot/bios.S +++ b/sys/pc98/boot/biosboot/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.1.1.2.4 1997/08/17 04:31:33 kato Exp $ + * $Id: bios.S,v 1.1.1.1.2.5 1998/05/02 02:06:51 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/boot.c b/sys/pc98/boot/biosboot/boot.c index 300c2c6bdece..a70aceab7fd7 100644 --- a/sys/pc98/boot/biosboot/boot.c +++ b/sys/pc98/boot/biosboot/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.6.2.4 1998/03/05 03:37:22 kato Exp $ + * $Id: boot.c,v 1.6.2.5 1998/04/12 04:49:10 kato Exp $ */ diff --git a/sys/pc98/boot/biosboot/boot.h b/sys/pc98/boot/biosboot/boot.h index ef3681fc28b4..0c35b88e5e56 100644 --- a/sys/pc98/boot/biosboot/boot.h +++ b/sys/pc98/boot/biosboot/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: boot.h,v 1.4.2.2 1997/08/17 04:31:36 kato Exp $ + * $Id: boot.h,v 1.4.2.3 1998/03/05 03:37:22 kato Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/boot/biosboot/disk.c b/sys/pc98/boot/biosboot/disk.c index 403b7c31cd94..70fb06beed84 100644 --- a/sys/pc98/boot/biosboot/disk.c +++ b/sys/pc98/boot/biosboot/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: disk.c,v 1.5.2.1 1996/12/14 14:48:17 joerg Exp $ + * $Id: disk.c,v 1.5.2.2 1997/08/17 04:31:38 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/io.c b/sys/pc98/boot/biosboot/io.c index 884b2a3fe52c..6cb88f8c5fe9 100644 --- a/sys/pc98/boot/biosboot/io.c +++ b/sys/pc98/boot/biosboot/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: io.c,v 1.5.2.2 1997/01/04 16:19:15 kato Exp $ + * $Id: io.c,v 1.5.2.3 1997/08/17 04:31:39 kato Exp $ */ #include "boot.h" diff --git a/sys/pc98/boot/biosboot/serial.S b/sys/pc98/boot/biosboot/serial.S index 17f03a512d63..b8009f3472be 100644 --- a/sys/pc98/boot/biosboot/serial.S +++ b/sys/pc98/boot/biosboot/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: serial.S,v 1.1.1.1.2.1 1996/11/09 21:12:08 phk Exp $ + * $Id: serial.S,v 1.1.1.1.2.2 1997/08/17 04:31:42 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/start.S b/sys/pc98/boot/biosboot/start.S index e2837a839ae4..c5412b9cf1ba 100644 --- a/sys/pc98/boot/biosboot/start.S +++ b/sys/pc98/boot/biosboot/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: start.S,v 1.2 1996/07/23 07:45:37 asami Exp $ + * $Id: start.S,v 1.2.2.1 1998/05/02 02:06:52 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/sys.c b/sys/pc98/boot/biosboot/sys.c index 980296aac351..567a3b662d73 100644 --- a/sys/pc98/boot/biosboot/sys.c +++ b/sys/pc98/boot/biosboot/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: sys.c,v 1.6.2.4 1998/04/12 04:49:12 kato Exp $ + * $Id: sys.c,v 1.6.2.5 1998/05/02 02:06:53 kato Exp $ */ /* diff --git a/sys/pc98/boot/biosboot/table.c b/sys/pc98/boot/biosboot/table.c index 4676cfdd7fab..7f9dda7689a1 100644 --- a/sys/pc98/boot/biosboot/table.c +++ b/sys/pc98/boot/biosboot/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.2.2.1 1996/11/09 21:12:20 phk Exp $ + * $Id: table.c,v 1.2.2.2 1998/05/02 02:06:53 kato Exp $ */ /* |
