summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-02 17:48:44 +0000
committermycroft <mycroft@NetBSD.org>1993-08-02 17:48:44 +0000
commitaee4b07b8a049bdc57cefcbb82bebeb6f341859a (patch)
treed2baf06176c4135542f5717a0fa9b45752f77e4f /sys
parentc8194f0876b272d70833a6b91ec566314a02050a (diff)
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/amiga/amiga_init.c2
-rw-r--r--sys/arch/amiga/amiga/cia.h3
-rw-r--r--sys/arch/amiga/amiga/color.h2
-rw-r--r--sys/arch/amiga/amiga/custom.h3
-rw-r--r--sys/arch/amiga/amiga/disksubr.c2
-rw-r--r--sys/arch/amiga/include/cpufunc.h2
-rw-r--r--sys/arch/amiga/stand/dumpfont/dumpfont.c2
-rw-r--r--sys/arch/amiga/stand/loadbsd/loadbsd.c2
-rw-r--r--sys/arch/i386/boot/asm.h73
-rw-r--r--sys/arch/i386/boot/boot.c57
-rw-r--r--sys/arch/i386/boot/boot.h12
-rw-r--r--sys/arch/i386/boot/disk.c29
-rw-r--r--sys/arch/i386/boot/io.c24
-rw-r--r--sys/arch/i386/boot/sys.c12
-rw-r--r--sys/arch/i386/boot/table.c36
-rw-r--r--sys/arch/i386/boot/version.c57
-rw-r--r--sys/arch/i386/i386/db_trace.c40
-rw-r--r--sys/arch/i386/include/cpufunc.h2
-rw-r--r--sys/arch/i386/include/mouse.h2
-rw-r--r--sys/arch/i386/isa/debug.h2
-rw-r--r--sys/arch/i386/isa/if_is.c3
-rw-r--r--sys/arch/i386/isa/if_isreg.h2
-rw-r--r--sys/arch/i386/isa/lms.c19
-rw-r--r--sys/arch/i386/isa/mms.c16
-rw-r--r--sys/arch/i386/isa/pms.c22
-rw-r--r--sys/arch/i386/isa/spkr_reg.h2
-rw-r--r--sys/arch/i386/isa/vector.s2
-rw-r--r--sys/arch/i386/netboot/Makefile19
-rw-r--r--sys/arch/i386/netboot/arp.c19
-rw-r--r--sys/arch/i386/netboot/arp.h16
-rw-r--r--sys/arch/i386/netboot/asm.h13
-rw-r--r--sys/arch/i386/netboot/asm.s19
-rw-r--r--sys/arch/i386/netboot/assert.h13
-rw-r--r--sys/arch/i386/netboot/bootp.c8
-rw-r--r--sys/arch/i386/netboot/bootp.h13
-rw-r--r--sys/arch/i386/netboot/dp8390.h13
-rw-r--r--sys/arch/i386/netboot/ether.h13
-rw-r--r--sys/arch/i386/netboot/genprom.c16
-rw-r--r--sys/arch/i386/netboot/inet.h13
-rw-r--r--sys/arch/i386/netboot/lance.h13
-rw-r--r--sys/arch/i386/netboot/main.c25
-rw-r--r--sys/arch/i386/netboot/misc.c17
-rw-r--r--sys/arch/i386/netboot/nbtypes.h16
-rw-r--r--sys/arch/i386/netboot/ne2100.c13
-rw-r--r--sys/arch/i386/netboot/packet.c14
-rw-r--r--sys/arch/i386/netboot/packet.h13
-rw-r--r--sys/arch/i386/netboot/param.h13
-rw-r--r--sys/arch/i386/netboot/proto.h20
-rw-r--r--sys/arch/i386/netboot/start.s17
-rw-r--r--sys/arch/i386/netboot/tftp.c20
-rw-r--r--sys/arch/i386/netboot/tftp.h16
-rw-r--r--sys/arch/i386/netboot/wd80x3.c19
-rw-r--r--sys/ddb/db_aout.c33
-rw-r--r--sys/ddb/db_command.c58
-rw-r--r--sys/ddb/db_output.c42
-rw-r--r--sys/ddb/db_sym.c58
-rw-r--r--sys/ddb/db_variables.c36
57 files changed, 122 insertions, 926 deletions
diff --git a/sys/arch/amiga/amiga/amiga_init.c b/sys/arch/amiga/amiga/amiga_init.c
index 3ca46a10a52..139fa805656 100644
--- a/sys/arch/amiga/amiga/amiga_init.c
+++ b/sys/arch/amiga/amiga/amiga_init.c
@@ -1,3 +1,5 @@
+/* $Id: amiga_init.c,v 1.2 1993/08/02 17:51:47 mycroft Exp $ */
+
#include "pte.h"
#include "machine/cpu.h"
#include "param.h"
diff --git a/sys/arch/amiga/amiga/cia.h b/sys/arch/amiga/amiga/cia.h
index 5898f165bd7..79d62e40447 100644
--- a/sys/arch/amiga/amiga/cia.h
+++ b/sys/arch/amiga/amiga/cia.h
@@ -22,7 +22,10 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
+ *
+ * $Id: cia.h,v 1.2 1993/08/02 17:51:49 mycroft Exp $
*/
+
/* This is a rewrite (retype) of the Amiga's CIA chip register map, based
on the Hardware Reference Manual. It is NOT based on the Amiga's
hardware/cia.h. */
diff --git a/sys/arch/amiga/amiga/color.h b/sys/arch/amiga/amiga/color.h
index 8cb45a5d1ce..5d9a3ddf794 100644
--- a/sys/arch/amiga/amiga/color.h
+++ b/sys/arch/amiga/amiga/color.h
@@ -1,3 +1,5 @@
+/* $Id: color.h,v 1.2 1993/08/02 17:51:50 mycroft Exp $ */
+
/* some colors, handy for debugging */
#define COL_BLACK 0x000
diff --git a/sys/arch/amiga/amiga/custom.h b/sys/arch/amiga/amiga/custom.h
index 3c029d9bd54..4ca4565def4 100644
--- a/sys/arch/amiga/amiga/custom.h
+++ b/sys/arch/amiga/amiga/custom.h
@@ -22,7 +22,10 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
+ *
+ * $Id: custom.h,v 1.2 1993/08/02 17:51:51 mycroft Exp $
*/
+
/* This is a rewrite (retype) of the Amiga's custom chip register map, based
on the Hardware Reference Manual. It is NOT based on the Amiga's
hardware/custom.h. */
diff --git a/sys/arch/amiga/amiga/disksubr.c b/sys/arch/amiga/amiga/disksubr.c
index 713116096ce..fc9d0a70dbe 100644
--- a/sys/arch/amiga/amiga/disksubr.c
+++ b/sys/arch/amiga/amiga/disksubr.c
@@ -1,3 +1,5 @@
+/* $Id: disksubr.c,v 1.2 1993/08/02 17:51:52 mycroft Exp $ */
+
#include "param.h"
#include "systm.h"
#include "buf.h"
diff --git a/sys/arch/amiga/include/cpufunc.h b/sys/arch/amiga/include/cpufunc.h
index 1688564ee60..87f78668af5 100644
--- a/sys/arch/amiga/include/cpufunc.h
+++ b/sys/arch/amiga/include/cpufunc.h
@@ -1,5 +1,7 @@
/*
* Functions to provide access to special cpu instructions.
+ *
+ * $Id: cpufunc.h,v 1.2 1993/08/02 17:52:00 mycroft Exp $
*/
#ifndef _MACHINE_CPUFUNC_H_
diff --git a/sys/arch/amiga/stand/dumpfont/dumpfont.c b/sys/arch/amiga/stand/dumpfont/dumpfont.c
index 5b8d561d9da..812d82a4b6f 100644
--- a/sys/arch/amiga/stand/dumpfont/dumpfont.c
+++ b/sys/arch/amiga/stand/dumpfont/dumpfont.c
@@ -1,3 +1,5 @@
+/* $Id: dumpfont.c,v 1.2 1993/08/02 17:52:03 mycroft Exp $ */
+
/* This is a *real* hack to dump the topaz80 kernel font. This one is
ways nicer than the ugly Mach font, but we'll have to dump it from a
running system to not run against Commodore copyrights. *NEVER* distribute
diff --git a/sys/arch/amiga/stand/loadbsd/loadbsd.c b/sys/arch/amiga/stand/loadbsd/loadbsd.c
index d11b5b8266f..a3baff0745b 100644
--- a/sys/arch/amiga/stand/loadbsd/loadbsd.c
+++ b/sys/arch/amiga/stand/loadbsd/loadbsd.c
@@ -1,3 +1,5 @@
+/* $Id: loadbsd.c,v 1.2 1993/08/02 17:52:07 mycroft Exp $ */
+
#include <sys/types.h>
#include <a.out.h>
#include <stdio.h>
diff --git a/sys/arch/i386/boot/asm.h b/sys/arch/i386/boot/asm.h
index a9f9932779a..10b3b5e74bf 100644
--- a/sys/arch/i386/boot/asm.h
+++ b/sys/arch/i386/boot/asm.h
@@ -24,81 +24,10 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-/*
- * HISTORY
- * $Log: asm.h,v $
- * Revision 1.2 1993/07/11 12:02:19 andrew
- * Fixes from bde, including support for loading @ any MB boundary (e.g. a
- * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
- * buffering to speed booting from floppies. Also works with aha174x
- * controllers in enhanced mode.
- *
- *
- * 93/06/28 bde
- * Deleted addr16 and data16. These produce the same prefix bytes as
- * addr32 and data32 but have confusing names. There is no way to make
- * gas produce 16-bit addresses or operand sizes. Instead, we let it
- * produce 32-bit addresses and operand sizes and explicitly code the
- * correct prefix(es) to make the address modes and operand sizes what
- * gas thinks they are. It would be safer to use prefixes before
- * _every_ instruction (there are alleady a lot of unnecessary data32's
- * before short jumps in case the jumps are actually long). We must
- * avoid "word" instructions becuase gas would produce the wrong prefix
- * and there is no way to cancel a prefix. We sometimes avoid adding
- * a prefix using kludges like
- * "xorl %eax, %eax # actually xorw %ax, %ax".
- *
- * 93/06/28 bde
- * Added addr32.
*
- * Revision 1.1 1993/03/21 18:08:18 cgd
- * after 0.2.2 "stable" patches applied
- *
- * Revision 2.7 92/02/29 15:33:41 rpd
- * Added ENTRY2.
- * [92/02/28 rpd]
- *
- * Revision 2.6 92/02/19 15:07:52 elf
- * Changed #if __STDC__ to #ifdef __STDC__
- * [92/01/16 jvh]
- *
- * Revision 2.5 91/05/14 16:02:45 mrt
- * Correcting copyright
- *
- * Revision 2.4 91/02/05 17:10:42 mrt
- * Changed to new Mach copyright
- * [91/02/01 17:30:29 mrt]
- *
- * Revision 2.3 90/12/20 16:35:27 jeffreyh
- * changes for __STDC__
- * [90/12/06 jeffreyh]
- *
- * Revision 2.2 90/05/03 15:24:12 dbg
- * First checkin.
- *
- *
- * Typo on ENTRY if gprof
- * [90/03/29 rvb]
- *
- * fix SVC for "ifdef wheeze" [kupfer]
- * Fix the GPROF definitions.
- * ENTRY(x) gets profiled iffdef GPROF.
- * Entry(x) (and DATA(x)) is NEVER profiled.
- * MCOUNT can be used by asm that intends to build a frame,
- * after the frame is built.
- * [90/02/26 rvb]
- *
- * Add #define addr16 .byte 0x67
- * [90/02/09 rvb]
- * Added LBi, SVC and ENTRY
- * [89/11/10 09:51:33 rvb]
- *
- * New a.out and coff compatible .s files.
- * [89/10/16 rvb]
+ * $Id: asm.h,v 1.3 1993/08/02 17:52:12 mycroft Exp $
*/
-
#define S_ARG0 4(%esp)
#define S_ARG1 8(%esp)
#define S_ARG2 12(%esp)
diff --git a/sys/arch/i386/boot/boot.c b/sys/arch/i386/boot/boot.c
index f7a32d5eed3..36d2d10358d 100644
--- a/sys/arch/i386/boot/boot.c
+++ b/sys/arch/i386/boot/boot.c
@@ -24,61 +24,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: boot.c,v $
- * Revision 1.8 1993/07/11 12:02:21 andrew
- * Fixes from bde, including support for loading @ any MB boundary (e.g. a
- * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
- * buffering to speed booting from floppies. Also works with aha174x
- * controllers in enhanced mode.
- *
- * Revision 1.7 1993/06/18 06:50:52 cgd
- * convert magic numbers to network byte order, and attendent changes
- *
- * Revision 1.6 1993/06/14 00:47:08 deraadt
- * *whoops*. The previous commit killed a few important characters of code.
- *
- * Revision 1.5 1993/06/05 22:52:11 cgd
- * make sure kernel is small enough; this is a really weird fix from
- * rod, pk patch #159. the comment is:
- *
- * The +28672 is for memory allocated by locore.s that must fit in the bss!
- *
- * this seems way wrong to me, but i'm not going to fix it in locore right
- * now...
- *
- * Revision 1.4 1993/05/04 10:22:39 deraadt
- * if we timeout asking for kernel name, print a \n before proceeding.
- * Funny how one character can bug ya so much, eh?
*
- * Revision 1.3 1993/04/28 06:37:58 cgd
- * bsd->netbsd
- *
- * Revision 1.2 1993/04/28 05:32:55 cgd
- * new kernel name is "bsd" also, add "o*" to list of kernels to boot.
- *
- * Revision 1.1 1993/03/21 18:08:26 cgd
- * after 0.2.2 "stable" patches applied
- *
- * Revision 2.2 92/04/04 11:34:37 rpd
- *
- * 93/07/03 bde
- * Write first 4096 bytes to load address, not always to address 0.
- *
- * 93/06/29 bde
- * Don't clobber BIOS variables.
- *
- * Change date in banner.
- * [92/04/03 16:51:14 rvb]
- *
- * Fix Intel Copyright as per B. Davies authorization.
- * [92/04/03 rvb]
- * From 2.5 version.
- * [92/03/30 mg32]
- *
+ * $Id: boot.c,v 1.9 1993/08/02 17:52:14 mycroft Exp $
*/
/*
@@ -130,7 +77,7 @@ int drive;
ouraddr,
argv[7] = memsize(0),
argv[8] = memsize(1),
- "$Revision: 1.8 $");
+ "$Revision: 1.9 $");
printf("use options hd(1,...... to boot sd0 when wd0 is also installed\n");
gateA20();
loadstart:
diff --git a/sys/arch/i386/boot/boot.h b/sys/arch/i386/boot/boot.h
index 4874369998f..99d77360981 100644
--- a/sys/arch/i386/boot/boot.h
+++ b/sys/arch/i386/boot/boot.h
@@ -24,18 +24,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: boot.h,v $
- * Revision 1.1 1993/03/21 18:04:42 cgd
- * after 0.2.2 "stable" patches applied
*
- * Revision 2.2 92/04/04 11:35:03 rpd
- * Fabricated from 3.0 bootstrap. But too many things are global.
- * [92/03/30 mg32]
- *
+ * $Id: boot.h,v 1.2 1993/08/02 17:52:15 mycroft Exp $
*/
#include <sys/types.h>
diff --git a/sys/arch/i386/boot/disk.c b/sys/arch/i386/boot/disk.c
index 5e1795a051f..e679028ddf0 100644
--- a/sys/arch/i386/boot/disk.c
+++ b/sys/arch/i386/boot/disk.c
@@ -24,35 +24,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: disk.c,v $
- * Revision 1.3 1993/07/11 12:02:23 andrew
- * Fixes from bde, including support for loading @ any MB boundary (e.g. a
- * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
- * buffering to speed booting from floppies. Also works with aha174x
- * controllers in enhanced mode.
- *
- * Revision 1.2 1993/06/18 02:28:58 cgd
- * make it *do* something when loading the kernel, a la sun twiddling-thing
- *
- * Revision 1.1 1993/03/21 18:08:36 cgd
- * after 0.2.2 "stable" patches applied
*
- * Revision 2.2 92/04/04 11:35:49 rpd
- * Fabricated from 3.0 bootstrap and 2.5 boot disk.c:
- * with support for scsi
- * [92/03/30 mg32]
- *
- */
-
-/*
- * 9/20/92
- * Peng-Toh Sim. sim@cory.berkeley.edu
- * Added bad144 support under 386bsd for wd's
- * So, bad block remapping is done when loading the kernel.
+ * $Id: disk.c,v 1.4 1993/08/02 17:52:15 mycroft Exp $
*/
#include "boot.h"
diff --git a/sys/arch/i386/boot/io.c b/sys/arch/i386/boot/io.c
index b0b1d9058f3..52e5fb9a097 100644
--- a/sys/arch/i386/boot/io.c
+++ b/sys/arch/i386/boot/io.c
@@ -24,30 +24,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: io.c,v $
- * Revision 1.3 1993/07/11 12:02:24 andrew
- * Fixes from bde, including support for loading @ any MB boundary (e.g. a
- * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
- * buffering to speed booting from floppies. Also works with aha174x
- * controllers in enhanced mode.
- *
- * Revision 1.2 1993/06/18 02:28:59 cgd
- * make it *do* something when loading the kernel, a la sun twiddling-thing
*
- * Revision 1.1 1993/03/21 18:08:38 cgd
- * after 0.2.2 "stable" patches applied
- *
- * Revision 2.2 92/04/04 11:35:57 rpd
- * Fixed for IBM L40's A20 initialization.
- * [92/03/30 rvb]
- *
- * Created.
- * [92/03/30 mg32]
- *
+ * $Id: io.c,v 1.4 1993/08/02 17:52:16 mycroft Exp $
*/
#include <i386/include/pio.h>
diff --git a/sys/arch/i386/boot/sys.c b/sys/arch/i386/boot/sys.c
index fd720a336cf..9adb532fcd5 100644
--- a/sys/arch/i386/boot/sys.c
+++ b/sys/arch/i386/boot/sys.c
@@ -24,18 +24,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: sys.c,v $
- * Revision 1.1 1993/03/21 18:04:42 cgd
- * after 0.2.2 "stable" patches applied
*
- * Revision 2.2 92/04/04 11:36:34 rpd
- * Fabricated from 3.0 bootstrap and scratch.
- * [92/03/30 mg32]
- *
+ * $Id: sys.c,v 1.2 1993/08/02 17:52:17 mycroft Exp $
*/
#include "boot.h"
diff --git a/sys/arch/i386/boot/table.c b/sys/arch/i386/boot/table.c
index 03c30710022..025e3256c24 100644
--- a/sys/arch/i386/boot/table.c
+++ b/sys/arch/i386/boot/table.c
@@ -24,40 +24,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: table.c,v $
- * Revision 1.2 1993/07/11 12:02:25 andrew
- * Fixes from bde, including support for loading @ any MB boundary (e.g. a
- * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
- * buffering to speed booting from floppies. Also works with aha174x
- * controllers in enhanced mode.
- *
- *
- * 93/06/28 bde
- * Remove remaining magic numbers that depend on the load address.
- * IDTs and many more GDT entries to support my debugger.
- *
- * 93/06/27 bde
- * Remove unused Gdtr2.
- * Remove some magic numbers from Gdtr and Gdt. The boot loader may
- * override the ones related to the standard load address of 0x90000.
- *
- * Revision 1.1 1993/03/21 18:08:47 cgd
- * after 0.2.2 "stable" patches applied
- *
- * Revision 2.2 92/04/04 11:36:43 rpd
- * Fix Intel Copyright as per B. Davies authorization.
- * [92/04/03 rvb]
- * Taken from 2.5 bootstrap.
- * [92/03/30 rvb]
- *
- * Revision 2.2 91/04/02 14:42:22 mbj
- * Add Intel copyright
- * [90/02/09 rvb]
- *
+ *
+ * $Id: table.c,v 1.3 1993/08/02 17:52:17 mycroft Exp $
*/
/*
diff --git a/sys/arch/i386/boot/version.c b/sys/arch/i386/boot/version.c
index 4cf967f53cd..a53932e9ed2 100644
--- a/sys/arch/i386/boot/version.c
+++ b/sys/arch/i386/boot/version.c
@@ -24,61 +24,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-
-/*
- * HISTORY
- * $Log: version.c,v $
- * Revision 1.8 1993/07/11 12:02:21 andrew
- * Fixes from bde, including support for loading @ any MB boundary (e.g. a
- * kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
- * buffering to speed booting from floppies. Also works with aha174x
- * controllers in enhanced mode.
- *
- * Revision 1.7 1993/06/18 06:50:52 cgd
- * convert magic numbers to network byte order, and attendent changes
- *
- * Revision 1.6 1993/06/14 00:47:08 deraadt
- * *whoops*. The previous commit killed a few important characters of code.
- *
- * Revision 1.5 1993/06/05 22:52:11 cgd
- * make sure kernel is small enough; this is a really weird fix from
- * rod, pk patch #159. the comment is:
- *
- * The +28672 is for memory allocated by locore.s that must fit in the bss!
- *
- * this seems way wrong to me, but i'm not going to fix it in locore right
- * now...
- *
- * Revision 1.4 1993/05/04 10:22:39 deraadt
- * if we timeout asking for kernel name, print a \n before proceeding.
- * Funny how one character can bug ya so much, eh?
*
- * Revision 1.3 1993/04/28 06:37:58 cgd
- * bsd->netbsd
- *
- * Revision 1.2 1993/04/28 05:32:55 cgd
- * new kernel name is "bsd" also, add "o*" to list of kernels to boot.
- *
- * Revision 1.1 1993/03/21 18:08:26 cgd
- * after 0.2.2 "stable" patches applied
- *
- * Revision 2.2 92/04/04 11:34:37 rpd
- *
- * 93/07/03 bde
- * Write first 4096 bytes to load address, not always to address 0.
- *
- * 93/06/29 bde
- * Don't clobber BIOS variables.
- *
- * Change date in banner.
- * [92/04/03 16:51:14 rvb]
- *
- * Fix Intel Copyright as per B. Davies authorization.
- * [92/04/03 rvb]
- * From 2.5 version.
- * [92/03/30 mg32]
- *
+ * $Id: version.c,v 1.9 1993/08/02 17:52:14 mycroft Exp $
*/
/*
@@ -130,7 +77,7 @@ int drive;
ouraddr,
argv[7] = memsize(0),
argv[8] = memsize(1),
- "$Revision: 1.8 $");
+ "$Revision: 1.9 $");
printf("use options hd(1,...... to boot sd0 when wd0 is also installed\n");
gateA20();
loadstart:
diff --git a/sys/arch/i386/i386/db_trace.c b/sys/arch/i386/i386/db_trace.c
index 5dff1146be7..a1cd03173c4 100644
--- a/sys/arch/i386/i386/db_trace.c
+++ b/sys/arch/i386/i386/db_trace.c
@@ -23,45 +23,9 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * db_trace.c,v 1.2 1993/05/22 07:59:46 cgd Exp
- */
-/*
- * HISTORY
- * db_trace.c,v
- * Revision 1.2 1993/05/22 07:59:46 cgd
- * add rcsids to everything and clean up headers
- *
- * Revision 1.1.1.1 1993/03/21 09:45:53 cgd
- * initial import of 386bsd-0.1 sources
- *
- * Revision 1.1 1992/03/25 21:42:05 pace
- * Initial revision
- *
- * Revision 2.6 91/02/05 17:11:21 mrt
- * Changed to new Mach copyright
- * [91/02/01 17:31:32 mrt]
- *
- * Revision 2.5 91/01/09 19:55:27 rpd
- * Fixed stack tracing for threads without kernel stacks.
- * [91/01/09 rpd]
- *
- * Revision 2.4 91/01/08 15:10:22 rpd
- * Reorganized the pcb.
- * [90/12/11 rpd]
- *
- * Revision 2.3 90/11/05 14:27:07 rpd
- * If we can not guess the number of args to a function, use 5 vs 0.
- * [90/11/02 rvb]
- *
- * Revision 2.2 90/08/27 21:56:20 dbg
- * Import db_sym.h.
- * [90/08/21 dbg]
- * Fix includes.
- * [90/08/08 dbg]
- * Created from rvb's code for new debugger.
- * [90/07/11 dbg]
- *
+ * $Id: db_trace.c,v 1.4 1993/08/02 17:52:20 mycroft Exp $
*/
+
#include "param.h"
#include "proc.h"
#include <machine/db_machdep.h>
diff --git a/sys/arch/i386/include/cpufunc.h b/sys/arch/i386/include/cpufunc.h
index e3b4a8c9c05..d2127076904 100644
--- a/sys/arch/i386/include/cpufunc.h
+++ b/sys/arch/i386/include/cpufunc.h
@@ -1,6 +1,8 @@
/*
* Functions to provide access to special i386 instructions.
* XXX - bezillions more are defined in locore.s but are not declared anywhere.
+ *
+ * $Id: cpufunc.h,v 1.2 1993/08/02 17:52:24 mycroft Exp $
*/
#include <sys/cdefs.h>
diff --git a/sys/arch/i386/include/mouse.h b/sys/arch/i386/include/mouse.h
index 57f134231b0..47720daa493 100644
--- a/sys/arch/i386/include/mouse.h
+++ b/sys/arch/i386/include/mouse.h
@@ -18,6 +18,8 @@
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $Id: mouse.h,v 1.2 1993/08/02 17:52:25 mycroft Exp $
*/
struct mouseinfo {
diff --git a/sys/arch/i386/isa/debug.h b/sys/arch/i386/isa/debug.h
index 7ce9fc11e12..2de8e2c85f6 100644
--- a/sys/arch/i386/isa/debug.h
+++ b/sys/arch/i386/isa/debug.h
@@ -1,4 +1,4 @@
-/* debug.h */
+/* $Id: debug.h,v 1.4 1993/08/02 17:52:30 mycroft Exp $ */
/* #define SHOW_A_LOT */
diff --git a/sys/arch/i386/isa/if_is.c b/sys/arch/i386/isa/if_is.c
index 8485649e6d8..8f3399522ec 100644
--- a/sys/arch/i386/isa/if_is.c
+++ b/sys/arch/i386/isa/if_is.c
@@ -11,7 +11,8 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
-*/
+ * $Id: if_is.c,v 1.10 1993/08/02 17:52:32 mycroft Exp $
+ */
/* TODO
diff --git a/sys/arch/i386/isa/if_isreg.h b/sys/arch/i386/isa/if_isreg.h
index 790313d6d9d..9eab9803245 100644
--- a/sys/arch/i386/isa/if_isreg.h
+++ b/sys/arch/i386/isa/if_isreg.h
@@ -1,3 +1,5 @@
+/* $Id: if_isreg.h,v 1.4 1993/08/02 17:52:33 mycroft Exp $ */
+
/* Declarations specific to this driver */
#define NTBUF 2
#define TLEN 1
diff --git a/sys/arch/i386/isa/lms.c b/sys/arch/i386/isa/lms.c
index dba0a1658cc..81e86365a17 100644
--- a/sys/arch/i386/isa/lms.c
+++ b/sys/arch/i386/isa/lms.c
@@ -18,25 +18,8 @@
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
- * Ported to 386bsd Oct 17, 1992
- * Sandi Donno, Computer Science, University of Cape Town, South Africa
- * Please send bug reports to sandi@cs.uct.ac.za
- *
- * Thanks are also due to Rick Macklem, rick@snowhite.cis.uoguelph.ca -
- * although I was only partially successful in getting the alpha release
- * of his "driver for the Logitech and ATI Inport Bus mice for use with
- * 386bsd and the X386 port" to work with my Microsoft mouse, I nevertheless
- * found his code to be an invaluable reference when porting this driver
- * to 386bsd.
- *
- * Further modifications for latest 386BSD+patchkit and port to NetBSD,
- * Andrew Herbert <andrew@werple.apana.org.au> - 8 June 1993
*
- * Cloned from the Microsoft Bus Mouse driver, also by Erik Forsberg, by
- * Andrew Herbert - 12 June 1993
+ * $Id: lms.c,v 1.6 1993/08/02 17:52:34 mycroft Exp $
*/
#include "lms.h"
diff --git a/sys/arch/i386/isa/mms.c b/sys/arch/i386/isa/mms.c
index 5cdbe72dd28..f08dd9a6bf4 100644
--- a/sys/arch/i386/isa/mms.c
+++ b/sys/arch/i386/isa/mms.c
@@ -18,22 +18,8 @@
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
- * Ported to 386bsd Oct 17, 1992
- * Sandi Donno, Computer Science, University of Cape Town, South Africa
- * Please send bug reports to sandi@cs.uct.ac.za
- *
- * Thanks are also due to Rick Macklem, rick@snowhite.cis.uoguelph.ca -
- * although I was only partially successful in getting the alpha release
- * of his "driver for the Logitech and ATI Inport Bus mice for use with
- * 386bsd and the X386 port" to work with my Microsoft mouse, I nevertheless
- * found his code to be an invaluable reference when porting this driver
- * to 386bsd.
*
- * Further modifications for latest 386BSD+patchkit and port to NetBSD,
- * Andrew Herbert <andrew@werple.apana.org.au> - 8 June 1993
+ * $Id: mms.c,v 1.6 1993/08/02 17:52:35 mycroft Exp $
*/
#include "mms.h"
diff --git a/sys/arch/i386/isa/pms.c b/sys/arch/i386/isa/pms.c
index 28581ef963e..c6c0a1909c6 100644
--- a/sys/arch/i386/isa/pms.c
+++ b/sys/arch/i386/isa/pms.c
@@ -18,28 +18,8 @@
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
- * Ported to 386bsd Oct 17, 1992
- * Sandi Donno, Computer Science, University of Cape Town, South Africa
- * Please send bug reports to sandi@cs.uct.ac.za
- *
- * Thanks are also due to Rick Macklem, rick@snowhite.cis.uoguelph.ca -
- * although I was only partially successful in getting the alpha release
- * of his "driver for the Logitech and ATI Inport Bus mice for use with
- * 386bsd and the X386 port" to work with my Microsoft mouse, I nevertheless
- * found his code to be an invaluable reference when porting this driver
- * to 386bsd.
- *
- * Further modifications for latest 386BSD+patchkit and port to NetBSD,
- * Andrew Herbert <andrew@werple.apana.org.au> - 8 June 1993
- *
- * Cloned from the Microsoft Bus Mouse driver, also by Erik Forsberg, by
- * Andrew Herbert - 12 June 1993
*
- * Modified for PS/2 mouse by Charles Hannum <mycroft@ai.mit.edu>
- * - 13 June 1993
+ * $Id: pms.c,v 1.7 1993/08/02 17:52:35 mycroft Exp $
*/
#include "pms.h"
diff --git a/sys/arch/i386/isa/spkr_reg.h b/sys/arch/i386/isa/spkr_reg.h
index d1d1544187f..6eebad67524 100644
--- a/sys/arch/i386/isa/spkr_reg.h
+++ b/sys/arch/i386/isa/spkr_reg.h
@@ -1,5 +1,7 @@
/*
* PIT port addresses and speaker control values
+ *
+ * $Id: spkr_reg.h,v 1.2 1993/08/02 17:52:36 mycroft Exp $
*/
#define PITAUX_PORT 0x61 /* port of Programmable Peripheral Interface */
diff --git a/sys/arch/i386/isa/vector.s b/sys/arch/i386/isa/vector.s
index b2f5feb6bfc..29adc78261d 100644
--- a/sys/arch/i386/isa/vector.s
+++ b/sys/arch/i386/isa/vector.s
@@ -1,4 +1,4 @@
-/* vector.s */
+/* $Id: vector.s,v 1.10 1993/08/02 17:52:37 mycroft Exp $ */
#include "i386/isa/icu.h"
#include "i386/isa/isa.h"
diff --git a/sys/arch/i386/netboot/Makefile b/sys/arch/i386/netboot/Makefile
index edffe216bdc..7c701699b2c 100644
--- a/sys/arch/i386/netboot/Makefile
+++ b/sys/arch/i386/netboot/Makefile
@@ -1,21 +1,4 @@
-# netboot
-#
-# $Log: Makefile,v $
-# Revision 1.1 1993/07/08 16:03:44 brezak
-# Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
-#
-# Revision 1.4 1993/06/30 20:14:08 mckim
-# Added BOOTP support.
-#
-# Revision 1.3 1993/06/08 14:37:18 mckim
-# TAG rule missed proto.h.
-#
-# Revision 1.2 1993/05/28 20:01:24 mckim
-# Fixed various StartProg() problems.
-#
-# Revision 1.1.1.1 1993/05/28 11:41:08 mckim
-# Initial version.
-#
+# $Id: Makefile,v 1.2 1993/08/02 17:52:45 mycroft Exp $
# uncomment one of these as appropriate for the board being used
#ETH_OBJ = ne2100.o
diff --git a/sys/arch/i386/netboot/arp.c b/sys/arch/i386/netboot/arp.c
index 37a3b12d65d..b17357c5ab3 100644
--- a/sys/arch/i386/netboot/arp.c
+++ b/sys/arch/i386/netboot/arp.c
@@ -1,19 +1,4 @@
-/* netboot
- *
- * $Log: arp.c,v $
- * Revision 1.2 1993/07/09 15:24:10 brezak
- * Cleanup warnings and add netbsd kernel name suffix.
- *
- * Revision 1.1 1993/07/08 16:03:47 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.2 1993/06/30 20:14:10 mckim
- * Added BOOTP support.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:06 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
@@ -21,6 +6,8 @@
* No doubt this code is overkill, but I had it lying around.
*
* Copyright (c) 1992 by Leendert van Doorn
+ *
+ * $Id: arp.c,v 1.3 1993/08/02 17:52:47 mycroft Exp $
*/
#include "proto.h"
diff --git a/sys/arch/i386/netboot/arp.h b/sys/arch/i386/netboot/arp.h
index 30e974864bb..59d0fe83112 100644
--- a/sys/arch/i386/netboot/arp.h
+++ b/sys/arch/i386/netboot/arp.h
@@ -1,20 +1,10 @@
-/* netboot
- *
- * $Log: arp.h,v $
- * Revision 1.1 1993/07/08 16:03:48 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.2 1993/06/30 20:14:12 mckim
- * Added BOOTP support.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* Ethernet Address Resolution Protocol (see RFC 826)
+ *
+ * $Id: arp.h,v 1.2 1993/08/02 17:52:47 mycroft Exp $
*/
/*
diff --git a/sys/arch/i386/netboot/asm.h b/sys/arch/i386/netboot/asm.h
index e07117bb9d3..35483d4d2b2 100644
--- a/sys/arch/i386/netboot/asm.h
+++ b/sys/arch/i386/netboot/asm.h
@@ -1,13 +1,4 @@
-/* netboot
- *
- * $Log: asm.h,v $
- * Revision 1.1 1993/07/08 16:03:49 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the 386BSD boot blocks written by Julian Elsicher.
*
@@ -36,6 +27,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
+ *
+ * $Id: asm.h,v 1.2 1993/08/02 17:52:48 mycroft Exp $
*/
#define S_ARG0 4(%esp)
diff --git a/sys/arch/i386/netboot/asm.s b/sys/arch/i386/netboot/asm.s
index a421ccc8ed1..088349b1d02 100644
--- a/sys/arch/i386/netboot/asm.s
+++ b/sys/arch/i386/netboot/asm.s
@@ -1,19 +1,4 @@
-/* netboot
- *
- * $Log: asm.s,v $
- * Revision 1.1 1993/07/08 16:03:50 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.3 1993/06/08 14:22:36 mckim
- * Fast in line assembly bcopy(), bzero().
- *
- * Revision 1.2 1993/05/28 20:01:26 mckim
- * Fixed various StartProg() problems.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the 386BSD boot blocks written by Julian Elischer.
*
@@ -42,6 +27,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
+ *
+ * $Id: asm.s,v 1.2 1993/08/02 17:52:49 mycroft Exp $
*/
/*
diff --git a/sys/arch/i386/netboot/assert.h b/sys/arch/i386/netboot/assert.h
index 6e57934fdbe..f22004b901e 100644
--- a/sys/arch/i386/netboot/assert.h
+++ b/sys/arch/i386/netboot/assert.h
@@ -1,17 +1,10 @@
-/* netboot
- *
- * $Log: assert.h,v $
- * Revision 1.1 1993/07/08 16:03:51 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* assert.h
+ *
+ * $Id: assert.h,v 1.2 1993/08/02 17:52:50 mycroft Exp $
*/
#ifndef NDEBUG
diff --git a/sys/arch/i386/netboot/bootp.c b/sys/arch/i386/netboot/bootp.c
index 661bed1a8e3..ad52eb30d35 100644
--- a/sys/arch/i386/netboot/bootp.c
+++ b/sys/arch/i386/netboot/bootp.c
@@ -1,9 +1,7 @@
-/* bootp functions
- *
- * $Log: bootp.c,v $
- * Revision 1.1 1993/07/08 16:03:52 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
+/*
+ * bootp functions
*
+ * $Id: bootp.c,v 1.2 1993/08/02 17:52:51 mycroft Exp $
*/
int BootpGetInfo(ipaddr_t *ip_servaddr, ipaddr_t *ip_myaddr, ipaddr_t *ip_gateway, char *file_name) {
diff --git a/sys/arch/i386/netboot/bootp.h b/sys/arch/i386/netboot/bootp.h
index 6ebd83a8996..3dd2f85d7e1 100644
--- a/sys/arch/i386/netboot/bootp.h
+++ b/sys/arch/i386/netboot/bootp.h
@@ -1,14 +1,3 @@
-/* netboot
- *
- * $Log: bootp.h,v $
- * Revision 1.1 1993/07/08 16:03:53 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1 1993/06/30 20:14:07 mckim
- * Added BOOTP support.
- *
- */
-
/*
* Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
*
@@ -29,6 +18,8 @@
* University. Carnegie Mellon makes no representations about the
* suitability of this software for any purpose. It is provided "as is"
* without express or implied warranty.
+ *
+ * $Id: bootp.h,v 1.2 1993/08/02 17:52:51 mycroft Exp $
*/
diff --git a/sys/arch/i386/netboot/dp8390.h b/sys/arch/i386/netboot/dp8390.h
index 4358de82012..d85ee6927c3 100644
--- a/sys/arch/i386/netboot/dp8390.h
+++ b/sys/arch/i386/netboot/dp8390.h
@@ -1,17 +1,10 @@
-/* netboot
- *
- * $Log: dp8390.h,v $
- * Revision 1.1 1993/07/08 16:03:56 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* National Semiconductor DP8390 Network Interface Controller
+ *
+ * $Id: dp8390.h,v 1.2 1993/08/02 17:52:52 mycroft Exp $
*/
/* page 0: for reading */
diff --git a/sys/arch/i386/netboot/ether.h b/sys/arch/i386/netboot/ether.h
index f9e8ece3d3d..be669ca04e6 100644
--- a/sys/arch/i386/netboot/ether.h
+++ b/sys/arch/i386/netboot/ether.h
@@ -1,17 +1,10 @@
-/* netboot
- *
- * $Log: ether.h,v $
- * Revision 1.1 1993/07/08 16:03:57 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* Ethernet definitions
+ *
+ * $Id: ether.h,v 1.2 1993/08/02 17:52:53 mycroft Exp $
*/
#define ETH_ADDRSIZE 6 /* address size */
diff --git a/sys/arch/i386/netboot/genprom.c b/sys/arch/i386/netboot/genprom.c
index e4f47cf5710..44933168a64 100644
--- a/sys/arch/i386/netboot/genprom.c
+++ b/sys/arch/i386/netboot/genprom.c
@@ -1,21 +1,11 @@
-/* netboot
- *
- * $Log: genprom.c,v $
- * Revision 1.1 1993/07/08 16:03:58 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.2 1993/06/30 20:15:38 mckim
- * Display code size.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:06 mckim
- * Initial version.
- *
- *
+/*
* Read a binary image of a bios extension, generate the
* appropriate block count and checksum and write them
* into the rom image (replacing 2nd and 5th bytes)
* The binary image should be sized before being filtered
* through this routine.
+ *
+ * $Id: genprom.c,v 1.2 1993/08/02 17:52:54 mycroft Exp $
*/
#include <stdio.h>
diff --git a/sys/arch/i386/netboot/inet.h b/sys/arch/i386/netboot/inet.h
index 4f4b8ac44b7..b2e0fb854ad 100644
--- a/sys/arch/i386/netboot/inet.h
+++ b/sys/arch/i386/netboot/inet.h
@@ -1,17 +1,10 @@
-/* netboot
- *
- * $Log: inet.h,v $
- * Revision 1.1 1993/07/08 16:03:59 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* Various UDP/IP definitions (see RFC 768, and 791)
+ *
+ * $Id: inet.h,v 1.2 1993/08/02 17:52:55 mycroft Exp $
*/
/* generic IP address */
diff --git a/sys/arch/i386/netboot/lance.h b/sys/arch/i386/netboot/lance.h
index 3fbb5d0e806..bddb44519de 100644
--- a/sys/arch/i386/netboot/lance.h
+++ b/sys/arch/i386/netboot/lance.h
@@ -1,15 +1,8 @@
-/* netboot
- *
- * $Log: lance.h,v $
- * Revision 1.1 1993/07/08 16:04:01 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
+ *
+ * $Id: lance.h,v 1.2 1993/08/02 17:52:55 mycroft Exp $
*/
/* RAP functions as a select for RDP */
diff --git a/sys/arch/i386/netboot/main.c b/sys/arch/i386/netboot/main.c
index a3bef0e32f8..f3b735a2aa3 100644
--- a/sys/arch/i386/netboot/main.c
+++ b/sys/arch/i386/netboot/main.c
@@ -1,25 +1,4 @@
-/* netboot
- *
- * $Log: main.c,v $
- * Revision 1.2 1993/07/09 15:24:12 brezak
- * Cleanup warnings and add netbsd kernel name suffix.
- *
- * Revision 1.1 1993/07/08 16:04:02 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.4 1993/06/30 20:14:13 mckim
- * Added BOOTP support.
- *
- * Revision 1.3 1993/06/08 14:27:08 mckim
- * Reboot options (argv[1]) passed to kernel.
- *
- * Revision 1.2 1993/05/28 20:01:27 mckim
- * Fixed various StartProg() problems.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source code in this file is from:
* 386BSD boot blocks by Julian Elischer (julian@tfs.com)
* 386BSD Adaptec 1542 SCSI boot blocks by Pace Willisson (pace@blitz.com)
@@ -47,6 +26,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
+ *
+ * $Id: main.c,v 1.3 1993/08/02 17:52:56 mycroft Exp $
*/
/*
diff --git a/sys/arch/i386/netboot/misc.c b/sys/arch/i386/netboot/misc.c
index 1dd5a365b56..f512325abd5 100644
--- a/sys/arch/i386/netboot/misc.c
+++ b/sys/arch/i386/netboot/misc.c
@@ -1,19 +1,4 @@
-/* netboot
- *
- * $Log: misc.c,v $
- * Revision 1.1 1993/07/08 16:04:03 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.3 1993/06/30 20:17:54 mckim
- * Exit to BIOS in exit().
- *
- * Revision 1.2 1993/06/08 14:22:37 mckim
- * Fast in line assembly bcopy(), bzero().
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- */
+/* $Id: misc.c,v 1.2 1993/08/02 17:52:57 mycroft Exp $ */
#include "proto.h"
diff --git a/sys/arch/i386/netboot/nbtypes.h b/sys/arch/i386/netboot/nbtypes.h
index b2e9488e7ef..18770892a6a 100644
--- a/sys/arch/i386/netboot/nbtypes.h
+++ b/sys/arch/i386/netboot/nbtypes.h
@@ -1,16 +1,4 @@
-/* netboot
- *
- * $Log: nbtypes.h,v $
- * Revision 1.1 1993/07/08 16:04:04 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.2 1993/06/08 14:27:10 mckim
- * Reboot options (argv[1]) passed to kernel.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* various 386BSD system header files.
* The intent is to render these sources compilable from environments
@@ -46,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id: nbtypes.h,v 1.2 1993/08/02 17:52:58 mycroft Exp $
*/
#ifndef __nbtypes_h_
diff --git a/sys/arch/i386/netboot/ne2100.c b/sys/arch/i386/netboot/ne2100.c
index 12033d45204..ae4cb4d64cf 100644
--- a/sys/arch/i386/netboot/ne2100.c
+++ b/sys/arch/i386/netboot/ne2100.c
@@ -1,19 +1,12 @@
-/* netboot
- *
- * $Log: ne2100.c,v $
- * Revision 1.1 1993/07/08 16:04:05 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* A very simple network driver for NE2100 boards that polls.
*
* Copyright (c) 1992 by Leendert van Doorn
+ *
+ * $Id: ne2100.c,v 1.2 1993/08/02 17:52:59 mycroft Exp $
*/
#include "assert.h"
diff --git a/sys/arch/i386/netboot/packet.c b/sys/arch/i386/netboot/packet.c
index ec93c98f471..4a1571b25c3 100644
--- a/sys/arch/i386/netboot/packet.c
+++ b/sys/arch/i386/netboot/packet.c
@@ -1,20 +1,14 @@
-/* netboot
- *
- * $Log: packet.c,v $
- * Revision 1.1 1993/07/08 16:04:06 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* Packet allocation and deallocation routines.
*
* Copyright (c) 1992 by Leendert van Doorn
+ *
+ * $Id: packet.c,v 1.2 1993/08/02 17:53:00 mycroft Exp $
*/
+
#include "proto.h"
#include "assert.h"
#include "param.h"
diff --git a/sys/arch/i386/netboot/packet.h b/sys/arch/i386/netboot/packet.h
index 47274691575..b9796047d54 100644
--- a/sys/arch/i386/netboot/packet.h
+++ b/sys/arch/i386/netboot/packet.h
@@ -1,17 +1,10 @@
-/* netboot
- *
- * $Log: packet.h,v $
- * Revision 1.1 1993/07/08 16:04:08 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* Packet layout definitions
+ *
+ * $Id: packet.h,v 1.2 1993/08/02 17:53:01 mycroft Exp $
*/
/* implementation constants */
diff --git a/sys/arch/i386/netboot/param.h b/sys/arch/i386/netboot/param.h
index d969e20d44d..7822c3325df 100644
--- a/sys/arch/i386/netboot/param.h
+++ b/sys/arch/i386/netboot/param.h
@@ -1,14 +1,7 @@
-/* netboot
- *
- * $Log: param.h,v $
- * Revision 1.1 1993/07/08 16:04:09 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
- * Initial version.
- *
- *
+/*
* Tunable parameters
+ *
+ * $Id: param.h,v 1.2 1993/08/02 17:53:01 mycroft Exp $
*/
/*
diff --git a/sys/arch/i386/netboot/proto.h b/sys/arch/i386/netboot/proto.h
index c79cc9d05de..3337f4a910e 100644
--- a/sys/arch/i386/netboot/proto.h
+++ b/sys/arch/i386/netboot/proto.h
@@ -1,21 +1,5 @@
-/* netboot
- *
- * $Log: proto.h,v $
- * Revision 1.1 1993/07/08 16:04:10 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.4 1993/06/30 20:14:15 mckim
- * Added BOOTP support.
- *
- * Revision 1.3 1993/06/08 14:22:38 mckim
- * Fast in line assembly bcopy(), bzero().
- *
- * Revision 1.2 1993/05/28 20:01:28 mckim
- * Fixed various StartProg() problems.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
- * Initial version.
- *
+/*
+ * $Id: proto.h,v 1.2 1993/08/02 17:53:02 mycroft Exp $
*
* TBD - need for common typedefs - rethink?
* TBD - move config include into the source files - this is just expedient
diff --git a/sys/arch/i386/netboot/start.s b/sys/arch/i386/netboot/start.s
index 36676de5110..e7736e1cf88 100644
--- a/sys/arch/i386/netboot/start.s
+++ b/sys/arch/i386/netboot/start.s
@@ -1,19 +1,4 @@
-/* netboot
- *
- * $Log: start.s,v $
- * Revision 1.1 1993/07/08 16:04:11 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.3 1993/06/30 20:19:14 mckim
- * Exit to BIOS support added.
- *
- * Revision 1.2 1993/05/28 20:01:30 mckim
- * Fixed various StartProg() problems.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
- * Initial version.
- *
- */
+/* $Id: start.s,v 1.2 1993/08/02 17:53:03 mycroft Exp $ */
#include "asm.h"
diff --git a/sys/arch/i386/netboot/tftp.c b/sys/arch/i386/netboot/tftp.c
index f6e626eb969..9e0773d533f 100644
--- a/sys/arch/i386/netboot/tftp.c
+++ b/sys/arch/i386/netboot/tftp.c
@@ -1,26 +1,14 @@
-/* netboot
- *
- * $Log: tftp.c,v $
- * Revision 1.1 1993/07/08 16:04:12 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.3 1993/06/30 20:14:16 mckim
- * Added BOOTP support.
- *
- * Revision 1.2 1993/05/28 20:01:31 mckim
- * Fixed various StartProg() problems.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* Trivial File Transfer Protocol (see RFC 783).
*
* Copyright (c) 1992 by Leendert van Doorn
+ *
+ * $Id: tftp.c,v 1.2 1993/08/02 17:53:04 mycroft Exp $
*/
+
#include "proto.h"
#include "assert.h"
#include "param.h"
diff --git a/sys/arch/i386/netboot/tftp.h b/sys/arch/i386/netboot/tftp.h
index 5f628000a20..c95ea7a962a 100644
--- a/sys/arch/i386/netboot/tftp.h
+++ b/sys/arch/i386/netboot/tftp.h
@@ -1,20 +1,10 @@
-/* netboot
- *
- * $Log: tftp.h,v $
- * Revision 1.1 1993/07/08 16:04:13 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.2 1993/06/30 20:14:17 mckim
- * Added BOOTP support.
- *
- * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* Trivial File Transfer Protocol (see RFC 783)
+ *
+ * $Id: tftp.h,v 1.2 1993/08/02 17:53:05 mycroft Exp $
*/
#define SEGSIZE 512 /* data segment size */
diff --git a/sys/arch/i386/netboot/wd80x3.c b/sys/arch/i386/netboot/wd80x3.c
index ae2d13b4a10..6206fb6229e 100644
--- a/sys/arch/i386/netboot/wd80x3.c
+++ b/sys/arch/i386/netboot/wd80x3.c
@@ -1,25 +1,12 @@
-/* netboot
- *
- * $Log: wd80x3.c,v $
- * Revision 1.2 1993/07/09 15:24:14 brezak
- * Cleanup warnings and add netbsd kernel name suffix.
- *
- * Revision 1.1 1993/07/08 16:04:14 brezak
- * Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
- *
- * Revision 1.2 1993/06/08 14:35:17 mckim
- * *** empty log message ***
- *
- * Revision 1.1.1.1 1993/05/28 11:41:07 mckim
- * Initial version.
- *
- *
+/*
* source in this file came from
* the Mach ethernet boot written by Leendert van Doorn.
*
* A very simple network driver for WD80x3 boards that polls.
*
* Copyright (c) 1992 by Leendert van Doorn
+ *
+ * $Id: wd80x3.c,v 1.3 1993/08/02 17:53:06 mycroft Exp $
*/
#include "proto.h"
diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c
index 975319fde00..0a49eba8e6a 100644
--- a/sys/ddb/db_aout.c
+++ b/sys/ddb/db_aout.c
@@ -22,39 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- */
-/*
- * db_aout.c,v 1.3 1993/05/20 03:39:06 cgd Exp
- *
- * HISTORY
- * db_aout.c,v
- * Revision 1.3 1993/05/20 03:39:06 cgd
- * add explicit rcs id
- *
- * Revision 1.2 1993/05/07 09:13:53 cgd
- * make SYMTAB_SPACE user-definable, as an "option"
- *
- * Revision 1.1.1.1 1993/03/21 09:46:26 cgd
- * initial import of 386bsd-0.1 sources
- *
- * Revision 1.1 1992/03/25 21:44:55 pace
- * Initial revision
*
- * Revision 2.3 91/02/05 17:05:55 mrt
- * Changed to new Mach copyright
- * [91/01/31 16:16:44 mrt]
- *
- * Revision 2.2 90/08/27 21:48:35 dbg
- * Created.
- * [90/08/17 dbg]
- *
- */
-/*
- * Author: David B. Golub, Carnegie Mellon University
- * Date: 7/90
- */
-/*
- * Symbol table routines for a.out format files.
+ * $Id: db_aout.c,v 1.6 1993/08/02 17:53:11 mycroft Exp $
*/
#include "types.h"
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 8499cb6a68e..8040b3efdfc 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -22,64 +22,10 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- */
-/*
- * db_command.c,v 1.3 1993/05/20 03:39:10 cgd Exp
- *
- * HISTORY
- * db_command.c,v
- * Revision 1.3 1993/05/20 03:39:10 cgd
- * add explicit rcs id
- *
- * Revision 1.2 1993/03/21 18:08:04 cgd
- * after 0.2.2 "stable" patches applied
*
- * Revision 1.1.1.1 93/03/21 09:46:26 cgd
- * initial import of 386bsd-0.1 sources
- *
- * Revision 1.1 1992/03/25 21:45:02 pace
- * Initial revision
- *
- * Revision 2.6 91/02/05 17:06:10 mrt
- * Changed to new Mach copyright
- * [91/01/31 16:17:18 mrt]
- *
- * Revision 2.5 91/01/08 17:31:54 rpd
- * Forward reference for db_fncall();
- * [91/01/04 12:35:17 rvb]
- *
- * Add call as a synonym for ! and match for next
- * [91/01/04 12:14:48 rvb]
- *
- * Revision 2.4 90/11/07 16:49:15 rpd
- * Added search.
- * [90/11/06 rpd]
- *
- * Revision 2.3 90/10/25 14:43:45 rwd
- * Changed db_fncall to print the result unsigned.
- * [90/10/19 rpd]
- *
- * Added CS_MORE to db_watchpoint_cmd.
- * [90/10/17 rpd]
- * Added watchpoint commands: watch, dwatch, show watches.
- * [90/10/16 rpd]
- *
- * Revision 2.2 90/08/27 21:50:10 dbg
- * Remove 'listbreaks' - use 'show breaks' instead. Change 'show
- * threads' to 'show all threads' to avoid clash with 'show thread'.
- * Set 'dot' here from db_prev or db_next, depending on 'db_ed_style'
- * flag and syntax table.
- * [90/08/22 dbg]
- * Reduce lint.
- * [90/08/07 dbg]
- * Created.
- * [90/07/25 dbg]
- *
- */
-/*
- * Author: David B. Golub, Carnegie Mellon University
- * Date: 7/90
+ * $Id: db_command.c,v 1.5 1993/08/02 17:53:12 mycroft Exp $
*/
+
/*
* Command dispatcher.
*/
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c
index e1510c60e6a..3587e7ec4b8 100644
--- a/sys/ddb/db_output.c
+++ b/sys/ddb/db_output.c
@@ -23,47 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 4 00083
- * -------------------- ----- ----------------------
- *
- * 14 Mar 93 Chris G. Demetriou Fixed so that tab is not output,
- * use spaces instead.
- */
-/*
- * db_output.c,v 1.3 1993/05/20 03:39:21 cgd Exp
- *
- * HISTORY
- * db_output.c,v
- * Revision 1.3 1993/05/20 03:39:21 cgd
- * add explicit rcs id
- *
- * Revision 1.2 1993/03/21 18:08:08 cgd
- * after 0.2.2 "stable" patches applied
- *
- * Revision 1.1.1.1 93/03/21 09:46:26 cgd
- * initial import of 386bsd-0.1 sources
- *
- * Revision 1.1 1992/03/25 21:45:18 pace
- * Initial revision
- *
- * Revision 2.3 91/02/05 17:06:45 mrt
- * Changed to new Mach copyright
- * [91/01/31 16:18:41 mrt]
- *
- * Revision 2.2 90/08/27 21:51:25 dbg
- * Put extra features of db_doprnt in _doprnt.
- * [90/08/20 dbg]
- * Reduce lint.
- * [90/08/07 dbg]
- * Created.
- * [90/07/25 dbg]
- *
- */
-/*
- * Author: David B. Golub, Carnegie Mellon University
- * Date: 7/90
+ * $Id: db_output.c,v 1.5 1993/08/02 17:53:13 mycroft Exp $
*/
/*
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c
index 2a3b7c2ee00..bec2ce1681d 100644
--- a/sys/ddb/db_sym.c
+++ b/sys/ddb/db_sym.c
@@ -22,64 +22,10 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- */
-/*
- * db_sym.c,v 1.2 1993/05/20 03:39:31 cgd Exp
- *
- * HISTORY
- * db_sym.c,v
- * Revision 1.2 1993/05/20 03:39:31 cgd
- * add explicit rcs id
- *
- * Revision 1.1.1.1 1993/03/21 09:46:27 cgd
- * initial import of 386bsd-0.1 sources
*
- * Revision 1.1 1992/03/25 21:45:27 pace
- * Initial revision
- *
- * Revision 2.5 91/02/05 17:07:07 mrt
- * Changed to new Mach copyright
- * [91/01/31 16:19:17 mrt]
- *
- * Revision 2.4 90/10/25 14:44:05 rwd
- * Changed db_printsym to print unsigned.
- * [90/10/19 rpd]
- *
- * Revision 2.3 90/09/09 23:19:56 rpd
- * Avoid totally incorrect guesses of symbol names for small values.
- * [90/08/30 17:39:48 af]
- *
- * Revision 2.2 90/08/27 21:52:18 dbg
- * Removed nlist.h. Fixed some type declarations.
- * Qualifier character is ':'.
- * [90/08/20 dbg]
- * Modularized symtab info into a new db_symtab_t type.
- * Modified db_add_symbol_table and others accordingly.
- * Defined db_sym_t, a new (opaque) type used to represent
- * symbols. This should support all sort of future symtable
- * formats. Functions like db_qualify take a db_sym_t now.
- * New db_symbol_values() function to explode the content
- * of a db_sym_t.
- * db_search_symbol() replaces db_find_sym_and_offset(), which is
- * now a macro defined in our (new) header file. This new
- * function accepts more restrictive searches, which are
- * entirely delegated to the symtab-specific code.
- * Accordingly, db_printsym() accepts a strategy parameter.
- * New db_line_at_pc() function.
- * Renamed misleading db_eqsym into db_eqname.
- * [90/08/20 10:47:06 af]
- *
- * Created.
- * [90/07/25 dbg]
- *
- * Revision 2.1 90/07/26 16:43:52 dbg
- * Created.
- *
- */
-/*
- * Author: David B. Golub, Carnegie Mellon University
- * Date: 7/90
+ * $Id: db_sym.c,v 1.5 1993/08/02 17:53:14 mycroft Exp $
*/
+
#include "param.h"
#include "proc.h"
#include <machine/db_machdep.h>
diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c
index f960430d923..c4d7740e779 100644
--- a/sys/ddb/db_variables.c
+++ b/sys/ddb/db_variables.c
@@ -22,42 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- */
-/*
- * db_variables.c,v 1.2 1993/05/20 03:39:35 cgd Exp
- *
- * HISTORY
- * db_variables.c,v
- * Revision 1.2 1993/05/20 03:39:35 cgd
- * add explicit rcs id
- *
- * Revision 1.1.1.1 1993/03/21 09:46:27 cgd
- * initial import of 386bsd-0.1 sources
*
- * Revision 1.1 1992/03/25 21:45:33 pace
- * Initial revision
- *
- * Revision 2.3 91/02/05 17:07:19 mrt
- * Changed to new Mach copyright
- * [91/01/31 16:19:46 mrt]
- *
- * Revision 2.2 90/08/27 21:53:24 dbg
- * New db_read/write_variable functions. Should be used instead
- * of dereferencing valuep directly, which might not be a true
- * pointer if there is an fcn() access function.
- * [90/08/20 af]
- *
- * Fix declarations.
- * Check for trailing garbage after last expression on command line.
- * [90/08/10 14:34:54 dbg]
- *
- * Created.
- * [90/07/25 dbg]
- *
- */
-/*
- * Author: David B. Golub, Carnegie Mellon University
- * Date: 7/90
+ * $Id: db_variables.c,v 1.4 1993/08/02 17:53:15 mycroft Exp $
*/
#include "param.h"