diff options
Diffstat (limited to 'sys/boot/i386')
39 files changed, 39 insertions, 39 deletions
diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index 06743b6399570..46f2c8786fff8 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/10/12 02:05:44 rnordier Exp $ +# $Id: Makefile,v 1.7 1998/10/14 20:40:56 rnordier Exp $ SUBDIR= boot0 btx boot2 libi386 loader diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index 4e890da32565c..3878984f42660 100644 --- a/sys/boot/i386/boot0/Makefile +++ b/sys/boot/i386/boot0/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1998/10/17 14:20:25 rnordier Exp $ +# $Id: Makefile,v 1.6 1998/10/19 19:13:52 rnordier Exp $ PROG= boot0 NOMAN= diff --git a/sys/boot/i386/boot0/boot0.m4 b/sys/boot/i386/boot0/boot0.m4 index f0912a8882439..d939ef80ba9bb 100644 --- a/sys/boot/i386/boot0/boot0.m4 +++ b/sys/boot/i386/boot0/boot0.m4 @@ -13,7 +13,7 @@ # purpose. # -# $Id: boot0.m4,v 1.2 1998/10/19 19:13:53 rnordier Exp $ +# $Id: boot0.m4,v 1.3 1998/11/29 14:09:00 rnordier Exp $ define(_al,0x0)dnl define(_cl,0x1)dnl diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s index 08a8d6be21b2f..6f6afd12c87bf 100644 --- a/sys/boot/i386/boot0/boot0.s +++ b/sys/boot/i386/boot0/boot0.s @@ -13,7 +13,7 @@ # purpose. # -# $Id: boot0.s,v 1.5 1998/11/29 14:09:00 rnordier Exp $ +# $Id: boot0.s,v 1.6 1998/12/05 11:58:33 rnordier Exp $ # A 512-byte boot manager. 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 diff --git a/sys/boot/i386/btx/Makefile b/sys/boot/i386/btx/Makefile index e1bea3baff6df..49d05f0b39c17 100644 --- a/sys/boot/i386/btx/Makefile +++ b/sys/boot/i386/btx/Makefile @@ -1,4 +1,4 @@ -# $Id:$ +# $Id: Makefile,v 1.4 1998/09/17 23:52:03 msmith Exp $ SUBDIR= btx btxldr lib # client ldrtst diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile index 6657f6e266cbe..3e5c0d1901087 100644 --- a/sys/boot/i386/btx/btx/Makefile +++ b/sys/boot/i386/btx/btx/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/09/25 17:14:15 peter Exp $ +# $Id: Makefile,v 1.5 1998/10/13 18:29:18 rnordier Exp $ M4?= m4 diff --git a/sys/boot/i386/btx/btx/btx.m4 b/sys/boot/i386/btx/btx/btx.m4 index 598db02a2039a..6526c6b29c6e7 100644 --- a/sys/boot/i386/btx/btx/btx.m4 +++ b/sys/boot/i386/btx/btx/btx.m4 @@ -13,7 +13,7 @@ # purpose. # -# $Id:$ +# $Id: btx.m4,v 1.1.1.1 1998/09/12 04:29:23 rnordier Exp $ define(_al,0x0)dnl define(_cl,0x1)dnl diff --git a/sys/boot/i386/btx/btx/btx.s b/sys/boot/i386/btx/btx/btx.s index d02cc87eadc6c..0a56e439ac755 100644 --- a/sys/boot/i386/btx/btx/btx.s +++ b/sys/boot/i386/btx/btx/btx.s @@ -13,7 +13,7 @@ # purpose. # -# $Id: btx.s,v 1.8 1998/11/02 17:53:08 rnordier Exp $ +# $Id: btx.s,v 1.8.2.1 1999/01/22 13:12:30 rnordier Exp $ # # Memory layout. diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile index 32cb4adb0b8e1..e506c47b0ef65 100644 --- a/sys/boot/i386/btx/btxldr/Makefile +++ b/sys/boot/i386/btx/btxldr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1998/10/13 18:29:18 rnordier Exp $ +# $Id: Makefile,v 1.6 1998/10/30 00:11:35 msmith Exp $ ORG=0x100000 AFLAGS+= --assembler-with-cpp diff --git a/sys/boot/i386/btx/btxldr/btxldr.s b/sys/boot/i386/btx/btxldr/btxldr.s index 5d3b301e0f5d8..9e17df28d7737 100644 --- a/sys/boot/i386/btx/btxldr/btxldr.s +++ b/sys/boot/i386/btx/btxldr/btxldr.s @@ -13,7 +13,7 @@ # purpose. # -# $Id: btxldr.s,v 1.4 1998/10/30 00:11:35 msmith Exp $ +# $Id: btxldr.s,v 1.4.2.1 1999/01/22 13:12:30 rnordier Exp $ # # Prototype BTX loader program, written in a couple of hours. The diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index e6fb758188946..e47e653872ec4 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1998/09/14 10:37:00 rnordier Exp $ +# $Id: Makefile,v 1.2 1998/10/11 11:27:48 rnordier Exp $ OBJS= btxcsu.o btxsys.o btxv86.o AFLAGS+= -elf diff --git a/sys/boot/i386/btx/lib/btxcsu.s b/sys/boot/i386/btx/lib/btxcsu.s index 9b3e4c24e19c2..28b878be2416a 100644 --- a/sys/boot/i386/btx/lib/btxcsu.s +++ b/sys/boot/i386/btx/lib/btxcsu.s @@ -13,7 +13,7 @@ # purpose. # -# $Id: btxcsu.s,v 1.1 1998/09/14 10:37:00 rnordier Exp $ +# $Id: btxcsu.s,v 1.2 1998/10/04 21:15:45 rnordier Exp $ # # BTX C startup code (ELF). diff --git a/sys/boot/i386/btx/lib/btxsys.s b/sys/boot/i386/btx/lib/btxsys.s index 16e3228a50ec9..6273bfa45e7db 100644 --- a/sys/boot/i386/btx/lib/btxsys.s +++ b/sys/boot/i386/btx/lib/btxsys.s @@ -13,7 +13,7 @@ # purpose. # -# $Id:$ +# $Id: btxsys.s,v 1.1 1998/09/14 10:37:00 rnordier Exp $ # # BTX system calls. diff --git a/sys/boot/i386/btx/lib/btxv86.h b/sys/boot/i386/btx/lib/btxv86.h index 1e7717f069c71..05708f2a3f215 100644 --- a/sys/boot/i386/btx/lib/btxv86.h +++ b/sys/boot/i386/btx/lib/btxv86.h @@ -14,7 +14,7 @@ */ /* - * $Id: btxv86.h,v 1.3 1998/10/02 16:22:54 msmith Exp $ + * $Id: btxv86.h,v 1.4 1998/10/02 20:52:26 msmith Exp $ */ #ifndef _BTXV86_H_ diff --git a/sys/boot/i386/btx/lib/btxv86.s b/sys/boot/i386/btx/lib/btxv86.s index 46709a39540c8..14b77674f3a53 100644 --- a/sys/boot/i386/btx/lib/btxv86.s +++ b/sys/boot/i386/btx/lib/btxv86.s @@ -13,7 +13,7 @@ # purpose. # -# $Id: btxv86.s,v 1.1 1998/09/14 10:37:00 rnordier Exp $ +# $Id: btxv86.s,v 1.2 1998/10/22 20:22:07 msmith Exp $ # # BTX V86 interface. diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile index 2cfd2e345956a..920281e45ad26 100644 --- a/sys/boot/i386/libi386/Makefile +++ b/sys/boot/i386/libi386/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1998/12/22 11:51:25 abial Exp $ +# $Id: Makefile,v 1.13 1999/01/10 14:48:04 rnordier Exp $ # LIB= i386 NOPIC= diff --git a/sys/boot/i386/libi386/aout_freebsd.c b/sys/boot/i386/libi386/aout_freebsd.c index 96d74d81d00fb..3f4a401f3c7dd 100644 --- a/sys/boot/i386/libi386/aout_freebsd.c +++ b/sys/boot/i386/libi386/aout_freebsd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aout_freebsd.c,v 1.10 1998/10/09 07:11:19 msmith Exp $ + * $Id: aout_freebsd.c,v 1.11 1998/10/09 23:20:47 peter Exp $ */ #include <sys/param.h> diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c index badc8960ff418..c4c59d254dda9 100644 --- a/sys/boot/i386/libi386/biosdisk.c +++ b/sys/boot/i386/libi386/biosdisk.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: biosdisk.c,v 1.20.2.2 1999/01/24 17:24:34 msmith Exp $ + * $Id: biosdisk.c,v 1.20.2.3 1999/01/25 23:11:34 rnordier Exp $ */ /* diff --git a/sys/boot/i386/libi386/biospci.c b/sys/boot/i386/libi386/biospci.c index 92f4fd28c2972..17b39be60fdd7 100644 --- a/sys/boot/i386/libi386/biospci.c +++ b/sys/boot/i386/libi386/biospci.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: biospci.c,v 1.1 1998/10/23 22:29:08 msmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/biospnp.c b/sys/boot/i386/libi386/biospnp.c index a6064ba27462c..3485e2ea7fbd9 100644 --- a/sys/boot/i386/libi386/biospnp.c +++ b/sys/boot/i386/libi386/biospnp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: biospnp.c,v 1.2 1998/10/23 22:29:08 msmith Exp $ + * $Id: biospnp.c,v 1.3 1998/10/23 22:30:52 msmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c index 613159d75b1df..c586a338cc987 100644 --- a/sys/boot/i386/libi386/bootinfo.c +++ b/sys/boot/i386/libi386/bootinfo.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootinfo.c,v 1.15 1998/11/13 23:40:02 msmith Exp $ + * $Id: bootinfo.c,v 1.15.2.1 1999/01/24 00:16:00 msmith Exp $ */ #include <stand.h> diff --git a/sys/boot/i386/libi386/comconsole.c b/sys/boot/i386/libi386/comconsole.c index 7b35d1dce8c97..8f734a3ae0ccf 100644 --- a/sys/boot/i386/libi386/comconsole.c +++ b/sys/boot/i386/libi386/comconsole.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: comconsole.c,v 1.5 1998/11/22 07:59:16 rnordier Exp $ + * $Id: comconsole.c,v 1.6 1999/01/10 14:48:05 rnordier Exp $ */ #include <stand.h> diff --git a/sys/boot/i386/libi386/devicename.c b/sys/boot/i386/libi386/devicename.c index 418163edeaee6..299f9cc706b21 100644 --- a/sys/boot/i386/libi386/devicename.c +++ b/sys/boot/i386/libi386/devicename.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devicename.c,v 1.2 1998/09/26 01:30:20 msmith Exp $ + * $Id: devicename.c,v 1.3 1998/09/26 10:51:38 dfr Exp $ */ #include <stand.h> diff --git a/sys/boot/i386/libi386/elf_freebsd.c b/sys/boot/i386/libi386/elf_freebsd.c index 130b0cab465b4..d61bf77033010 100644 --- a/sys/boot/i386/libi386/elf_freebsd.c +++ b/sys/boot/i386/libi386/elf_freebsd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: elf_freebsd.c,v 1.5 1998/10/04 20:58:46 msmith Exp $ + * $Id: elf_freebsd.c,v 1.6 1998/10/09 23:22:30 peter Exp $ */ #include <sys/param.h> diff --git a/sys/boot/i386/libi386/gatea20.c b/sys/boot/i386/libi386/gatea20.c index bb109dbe7cf2d..2a81ed16c2040 100644 --- a/sys/boot/i386/libi386/gatea20.c +++ b/sys/boot/i386/libi386/gatea20.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: gatea20.c,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ * From: $NetBSD: gatea20.c,v 1.2 1997/10/29 00:32:49 fvdl Exp $ */ diff --git a/sys/boot/i386/libi386/i386_module.c b/sys/boot/i386/libi386/i386_module.c index 3d75c760ed0a4..8f7fbfd2c651d 100644 --- a/sys/boot/i386/libi386/i386_module.c +++ b/sys/boot/i386/libi386/i386_module.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: i386_module.c,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ + * $Id: i386_module.c,v 1.2 1998/08/31 21:10:43 msmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/libi386.h b/sys/boot/i386/libi386/libi386.h index 39333239726d2..ec1502187c373 100644 --- a/sys/boot/i386/libi386/libi386.h +++ b/sys/boot/i386/libi386/libi386.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: libi386.h,v 1.7 1998/10/02 16:32:45 msmith Exp $ + * $Id: libi386.h,v 1.8 1998/10/02 20:53:17 msmith Exp $ */ diff --git a/sys/boot/i386/libi386/pread.c b/sys/boot/i386/libi386/pread.c index 36ffb014cdbf5..1d5c9b05512e0 100644 --- a/sys/boot/i386/libi386/pread.c +++ b/sys/boot/i386/libi386/pread.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: pread.c,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ * From: $NetBSD: pread.c,v 1.2 1997/03/22 01:48:38 thorpej Exp $ */ diff --git a/sys/boot/i386/libi386/vidconsole.c b/sys/boot/i386/libi386/vidconsole.c index 05e77110c2efa..13f3b1fe18c53 100644 --- a/sys/boot/i386/libi386/vidconsole.c +++ b/sys/boot/i386/libi386/vidconsole.c @@ -26,7 +26,7 @@ * * From Id: probe_keyboard.c,v 1.13 1997/06/09 05:10:55 bde Exp * - * $Id: vidconsole.c,v 1.10 1998/12/31 13:44:04 abial Exp $ + * $Id: vidconsole.c,v 1.11 1999/01/04 18:45:08 peter Exp $ */ #include <stand.h> diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 053fbd3488620..639d88b0cff22 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1999/01/11 05:52:28 msmith Exp $ +# $Id: Makefile,v 1.28 1999/01/18 19:05:27 msmith Exp $ BASE= loader PROG= ${BASE} diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index 9b4d554bc1a03..dd797953e3968 100644 --- a/sys/boot/i386/loader/conf.c +++ b/sys/boot/i386/loader/conf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: conf.c,v 1.9 1998/10/22 20:23:58 msmith Exp $ + * $Id: conf.c,v 1.10 1998/10/23 22:29:19 msmith Exp $ */ #include <stand.h> diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index dfd1bfffbb98c..4f1f968fae198 100644 --- a/sys/boot/i386/loader/main.c +++ b/sys/boot/i386/loader/main.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: main.c,v 1.13 1998/10/22 20:23:58 msmith Exp $ + * $Id: main.c,v 1.14 1998/11/02 23:28:11 msmith Exp $ */ /* diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version index 82b9827bff0d0..2c99a78d328f5 100644 --- a/sys/boot/i386/loader/version +++ b/sys/boot/i386/loader/version @@ -1,4 +1,4 @@ -$Id: version,v 1.3 1999/02/08 04:14:31 dcs Exp $ +$Id: version,v 1.2.2.1 1999/02/08 04:20:00 dcs Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. |