summaryrefslogtreecommitdiff
path: root/sys/boot/i386/boot2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-16 01:59:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-16 01:59:46 +0000
commit838992f094ccde014679a7cfafc495840eb932a1 (patch)
treebb1da10609893e2c699e42919a3a51c02df9caf0 /sys/boot/i386/boot2
parentbcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff)
Diffstat (limited to 'sys/boot/i386/boot2')
-rw-r--r--sys/boot/i386/boot2/Makefile2
-rw-r--r--sys/boot/i386/boot2/boot1.m42
-rw-r--r--sys/boot/i386/boot2/boot1.s2
-rw-r--r--sys/boot/i386/boot2/boot2.c2
-rw-r--r--sys/boot/i386/boot2/lib.h2
-rw-r--r--sys/boot/i386/boot2/sio.s2
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
index 2b581ec521cd5..0e9f287a7d3e8 100644
--- a/sys/boot/i386/boot2/Makefile
+++ b/sys/boot/i386/boot2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/11/08 15:36:34 rnordier Exp $
+# $Id: Makefile,v 1.11 1999/01/10 14:48:03 rnordier Exp $
PROG= boot2
NOMAN=
diff --git a/sys/boot/i386/boot2/boot1.m4 b/sys/boot/i386/boot2/boot1.m4
index 06bdc9789331d..c8298b8b64f20 100644
--- a/sys/boot/i386/boot2/boot1.m4
+++ b/sys/boot/i386/boot2/boot1.m4
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: boot1.m4,v 1.2 1998/11/05 20:52:25 rnordier Exp $
+# $Id: boot1.m4,v 1.3 1998/11/08 15:36:35 rnordier Exp $
define(_al,0x0)dnl
define(_cl,0x1)dnl
diff --git a/sys/boot/i386/boot2/boot1.s b/sys/boot/i386/boot2/boot1.s
index 3161b748b8e92..9f54e08bfacce 100644
--- a/sys/boot/i386/boot2/boot1.s
+++ b/sys/boot/i386/boot2/boot1.s
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: boot1.s,v 1.7 1999/01/10 13:29:51 peter Exp $
+# $Id: boot1.s,v 1.8 1999/01/13 23:30:07 rnordier Exp $
.set MEM_REL,0x700 # Relocation address
.set MEM_ARG,0x900 # Arguments
diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c
index ddd0316006515..6eb7afe6ae031 100644
--- a/sys/boot/i386/boot2/boot2.c
+++ b/sys/boot/i386/boot2/boot2.c
@@ -14,7 +14,7 @@
*/
/*
- * $Id: boot2.c,v 1.18 1999/01/11 11:36:03 rnordier Exp $
+ * $Id: boot2.c,v 1.18.2.1 1999/01/24 00:15:39 msmith Exp $
*/
#include <sys/param.h>
diff --git a/sys/boot/i386/boot2/lib.h b/sys/boot/i386/boot2/lib.h
index 493c4d8fda01f..c6c80b905b37c 100644
--- a/sys/boot/i386/boot2/lib.h
+++ b/sys/boot/i386/boot2/lib.h
@@ -14,7 +14,7 @@
*/
/*
- * $Id:$
+ * $Id: lib.h,v 1.1 1998/10/15 20:04:21 rnordier Exp $
*/
void sio_init(void);
diff --git a/sys/boot/i386/boot2/sio.s b/sys/boot/i386/boot2/sio.s
index 92237b852b729..956ab4eaf419d 100644
--- a/sys/boot/i386/boot2/sio.s
+++ b/sys/boot/i386/boot2/sio.s
@@ -13,7 +13,7 @@
# purpose.
#
-# $Id: sio.s,v 1.2 1998/10/20 20:20:48 rnordier Exp $
+# $Id: sio.s,v 1.3 1999/01/10 14:48:03 rnordier Exp $
.set SIO_PRT,SIOPRT # Base port
.set SIO_FMT,SIOFMT # 8N1