summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-16 14:15:10 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-16 14:15:10 +0000
commit7fa344f13023c7ece6f54f827cd38667bb135af1 (patch)
tree065f0a8ecfdaef2243b70a4973858de9a0e2d29a /sys/amd64
parent3e9257e32495f9bd04a3271af5efad1c67c3f415 (diff)
downloadFreeBSD-src-7fa344f13023c7ece6f54f827cd38667bb135af1.zip
FreeBSD-src-7fa344f13023c7ece6f54f827cd38667bb135af1.tar.gz
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c13
-rw-r--r--sys/amd64/amd64/db_disasm.c28
-rw-r--r--sys/amd64/amd64/db_interface.c23
-rw-r--r--sys/amd64/amd64/db_trace.c32
-rw-r--r--sys/amd64/amd64/mem.c5
-rw-r--r--sys/amd64/amd64/sys_machdep.c4
6 files changed, 11 insertions, 94 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index 84b0cce..9f06f75 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -33,18 +33,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00117
- * -------------------- ----- ----------------------
- *
- * 09 Apr 93 ???(From sun-lamp) Fix to report sd when Julians
- * scsi code is used, allow you to swap
- * root floppies during a boot
+ * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
+ * $Id$
*/
-static char rcsid[] = "$Header: /freefall/a/cvs/386BSD/src/sys/i386/i386/autoconf.c,v 1.2 1993/08/08 06:24:15 rgrimes Exp $";
/*
* Setup the system to run on the current machine.
diff --git a/sys/amd64/amd64/db_disasm.c b/sys/amd64/amd64/db_disasm.c
index 3514f90..a8b98da 100644
--- a/sys/amd64/amd64/db_disasm.c
+++ b/sys/amd64/amd64/db_disasm.c
@@ -22,34 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- */
-/*
- * HISTORY
- * $Log: db_disasm.c,v $
- * Revision 1.1.1.1 1993/06/12 14:58:07 rgrimes
- * Initial import, 0.1 + pk 0.2.4-B1
- *
- * Revision 1.1 1992/03/25 21:42:01 pace
- * Initial revision
*
- * Revision 2.3 91/02/05 17:11:03 mrt
- * Changed to new Mach copyright
- * [91/02/01 17:31:03 mrt]
- *
- * Revision 2.2 90/08/27 21:55:56 dbg
- * Fix register operand for move to/from control/test/debug
- * register instructions. Add i486 instructions.
- * [90/08/27 dbg]
- *
- * Import db_sym.h. Print instruction displacements in
- * current radix (signed). Change calling sequence of
- * db_disasm.
- * [90/08/21 dbg]
- * Fix includes.
- * [90/08/08 dbg]
- * Created.
- * [90/07/25 dbg]
- *
+ * $Id$
*/
/*
diff --git a/sys/amd64/amd64/db_interface.c b/sys/amd64/amd64/db_interface.c
index 31e7849..74c09dc 100644
--- a/sys/amd64/amd64/db_interface.c
+++ b/sys/amd64/amd64/db_interface.c
@@ -22,29 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- */
-/*
- * HISTORY
- * $Log: db_interface.c,v $
- * Revision 1.1 1992/03/25 21:42:03 pace
- * Initial revision
- *
- * Revision 2.4 91/02/05 17:11:13 mrt
- * Changed to new Mach copyright
- * [91/02/01 17:31:17 mrt]
- *
- * Revision 2.3 90/12/04 14:45:55 jsb
- * Changes for merged intel/pmap.{c,h}.
- * [90/12/04 11:14:41 jsb]
- *
- * Revision 2.2 90/10/25 14:44:43 rwd
- * Added watchpoint support.
- * [90/10/18 rpd]
- *
- * Created.
- * [90/07/25 dbg]
- *
*
+ * $Id$
*/
/*
diff --git a/sys/amd64/amd64/db_trace.c b/sys/amd64/amd64/db_trace.c
index cbffbbc..ffed283 100644
--- a/sys/amd64/amd64/db_trace.c
+++ b/sys/amd64/amd64/db_trace.c
@@ -22,38 +22,10 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- */
-/*
- * HISTORY
- * $Log: db_trace.c,v $
- * 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$
*/
+
#include "param.h"
#include "proc.h"
#include <machine/db_machdep.h>
diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c
index 72232ad..51c62ca 100644
--- a/sys/amd64/amd64/mem.c
+++ b/sys/amd64/amd64/mem.c
@@ -36,8 +36,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: Utah $Hdr: mem.c 1.13 89/10/08$
- * @(#)mem.c 7.2 (Berkeley) 5/9/91
+ * from: Utah $Hdr: mem.c 1.13 89/10/08$
+ * from: @(#)mem.c 7.2 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c
index 96c0119..2b63cee 100644
--- a/sys/amd64/amd64/sys_machdep.c
+++ b/sys/amd64/amd64/sys_machdep.c
@@ -1,4 +1,3 @@
-
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -34,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
+ * from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
+ * $Id$
*/
#include "param.h"
OpenPOWER on IntegriCloud