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/i386/boot/biosboot | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'sys/i386/boot/biosboot')
| -rw-r--r-- | sys/i386/boot/biosboot/Makefile | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/README.386BSD | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/README.MACH | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/README.serial | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/asm.S | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/asm.h | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/bios.S | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/boot.c | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/boot.h | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/boot2.S | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/disk.c | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/io.c | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/probe_keyboard.c | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/serial.S | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/start.S | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/sys.c | 2 | ||||
| -rw-r--r-- | sys/i386/boot/biosboot/table.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index 0976daac9dad..3a5066611710 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.50.2.4 1997/07/01 05:55:41 pst Exp $ +# $Id: Makefile,v 1.50.2.5 1998/05/27 23:46:03 danny Exp $ # PROG= boot diff --git a/sys/i386/boot/biosboot/README.386BSD b/sys/i386/boot/biosboot/README.386BSD index 8afa8515bd69..793762e2bd7b 100644 --- a/sys/i386/boot/biosboot/README.386BSD +++ b/sys/i386/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.6 1996/07/09 02:28:17 julian Exp $ +$Id: README.386BSD,v 1.7 1996/07/12 05:17:37 bde Exp $ diff --git a/sys/i386/boot/biosboot/README.MACH b/sys/i386/boot/biosboot/README.MACH index cb6232936e28..9de108123bd2 100644 --- a/sys/i386/boot/biosboot/README.MACH +++ b/sys/i386/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$ + * $Id: README.MACH,v 1.3 1993/10/16 19:11:26 rgrimes Exp $ */ ********NOTE: This is not all relevant to the 386BSD version********** diff --git a/sys/i386/boot/biosboot/README.serial b/sys/i386/boot/biosboot/README.serial index 6a88c93e2432..20b9b7743b87 100644 --- a/sys/i386/boot/biosboot/README.serial +++ b/sys/i386/boot/biosboot/README.serial @@ -177,4 +177,4 @@ CAVEATS: from the new kernel. -$Id: README.serial,v 1.5.2.1 1997/07/01 05:55:42 pst Exp $ +$Id: README.serial,v 1.5.2.2 1998/01/11 02:35:28 bde Exp $ diff --git a/sys/i386/boot/biosboot/asm.S b/sys/i386/boot/biosboot/asm.S index e2370bceac08..be7209f4fe8c 100644 --- a/sys/i386/boot/biosboot/asm.S +++ b/sys/i386/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.9 1996/03/08 07:27:52 bde Exp $ + * $Id: asm.S,v 1.9.4.1 1998/02/27 22:56:12 msmith Exp $ */ diff --git a/sys/i386/boot/biosboot/asm.h b/sys/i386/boot/biosboot/asm.h index 31ceab5a64c6..e279ac9d404d 100644 --- a/sys/i386/boot/biosboot/asm.h +++ b/sys/i386/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.5 1996/07/05 19:55:02 julian Exp $ + * $Id: asm.h,v 1.6 1996/07/12 05:42:01 bde Exp $ */ #define S_ARG0 4(%esp) diff --git a/sys/i386/boot/biosboot/bios.S b/sys/i386/boot/biosboot/bios.S index a083c2ac67df..5fa0bf740d81 100644 --- a/sys/i386/boot/biosboot/bios.S +++ b/sys/i386/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.5.4.2 1996/12/22 15:04:15 joerg Exp $ + * $Id: bios.S,v 1.5.4.3 1997/07/01 05:55:44 pst Exp $ */ /* diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c index 7aa8a2668131..8738488e86f9 100644 --- a/sys/i386/boot/biosboot/boot.c +++ b/sys/i386/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.60.2.2 1998/02/01 05:28:36 yokota Exp $ + * $Id: boot.c,v 1.60.2.3 1998/02/27 22:56:14 msmith Exp $ */ diff --git a/sys/i386/boot/biosboot/boot.h b/sys/i386/boot/biosboot/boot.h index f9953cc7926e..0415558f35b9 100644 --- a/sys/i386/boot/biosboot/boot.h +++ b/sys/i386/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.14.2.1 1997/07/01 05:55:46 pst Exp $ + * $Id: boot.h,v 1.14.2.2 1998/02/27 22:56:15 msmith Exp $ */ #include <sys/param.h> diff --git a/sys/i386/boot/biosboot/boot2.S b/sys/i386/boot/biosboot/boot2.S index 12a3d1afc348..b27218875b79 100644 --- a/sys/i386/boot/biosboot/boot2.S +++ b/sys/i386/boot/biosboot/boot2.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:26 rpd - * $Id: boot2.S,v 1.8 1996/07/12 05:25:46 bde Exp $ + * $Id: boot2.S,v 1.9 1996/09/04 18:28:36 julian Exp $ */ #include "asm.h" diff --git a/sys/i386/boot/biosboot/disk.c b/sys/i386/boot/biosboot/disk.c index 08d321d95044..5f1825cb8041 100644 --- a/sys/i386/boot/biosboot/disk.c +++ b/sys/i386/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.22.2.1 1996/12/15 14:52:14 bde Exp $ + * $Id: disk.c,v 1.22.2.2 1997/07/01 05:55:48 pst Exp $ */ /* diff --git a/sys/i386/boot/biosboot/io.c b/sys/i386/boot/biosboot/io.c index 7a3363bd23a1..e1ed11eedb3b 100644 --- a/sys/i386/boot/biosboot/io.c +++ b/sys/i386/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.19 1996/04/30 23:43:25 bde Exp $ + * $Id: io.c,v 1.19.2.1 1997/07/01 05:55:50 pst Exp $ */ #include "boot.h" diff --git a/sys/i386/boot/biosboot/probe_keyboard.c b/sys/i386/boot/biosboot/probe_keyboard.c index 64c9cfe4b3a5..9f6dedb690b4 100644 --- a/sys/i386/boot/biosboot/probe_keyboard.c +++ b/sys/i386/boot/biosboot/probe_keyboard.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: probe_keyboard.c,v 1.13 1997/06/09 05:10:55 bde Exp $ + * $Id: probe_keyboard.c,v 1.7.2.3 1997/07/01 05:55:51 pst Exp $ */ #include <sys/types.h> diff --git a/sys/i386/boot/biosboot/serial.S b/sys/i386/boot/biosboot/serial.S index 47114c8bf210..688ba4d3c17e 100644 --- a/sys/i386/boot/biosboot/serial.S +++ b/sys/i386/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.3.8.1 1996/11/06 10:05:10 phk Exp $ + * $Id: serial.S,v 1.3.8.2 1997/07/01 05:55:53 pst Exp $ */ /* diff --git a/sys/i386/boot/biosboot/start.S b/sys/i386/boot/biosboot/start.S index c6af9c9ccc81..6ebfb27ad82c 100644 --- a/sys/i386/boot/biosboot/start.S +++ b/sys/i386/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.8 1996/07/12 05:42:02 bde Exp $ + * $Id: start.S,v 1.8.2.1 1998/07/02 15:45:24 wpaul Exp $ */ /* diff --git a/sys/i386/boot/biosboot/sys.c b/sys/i386/boot/biosboot/sys.c index feb4a6deefd3..d684432b2a5c 100644 --- a/sys/i386/boot/biosboot/sys.c +++ b/sys/i386/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.21 1997/06/09 05:10:56 bde Exp $ + * $Id: sys.c,v 1.16.2.1 1997/07/01 05:55:54 pst Exp $ */ #include "boot.h" diff --git a/sys/i386/boot/biosboot/table.c b/sys/i386/boot/biosboot/table.c index 2d169b9a2421..d93743f770bd 100644 --- a/sys/i386/boot/biosboot/table.c +++ b/sys/i386/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.12 1996/07/12 05:25:47 bde Exp $ + * $Id: table.c,v 1.13 1996/09/14 07:12:02 bde Exp $ */ /* |
