summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/include/console.h2
-rw-r--r--sys/alpha/include/pc/display.h2
-rw-r--r--sys/alpha/include/pc/msdos.h2
-rw-r--r--sys/amd64/include/cpufunc.h2
-rw-r--r--sys/amd64/include/db_machdep.h36
-rw-r--r--sys/amd64/include/float.h3
-rw-r--r--sys/amd64/include/floatingpoint.h3
-rw-r--r--sys/amd64/include/fpu.h11
-rw-r--r--sys/amd64/include/npx.h11
-rw-r--r--sys/amd64/include/pc/display.h2
-rw-r--r--sys/amd64/include/proc.h3
-rw-r--r--sys/amd64/include/psl.h3
-rw-r--r--sys/amd64/include/reg.h3
-rw-r--r--sys/amd64/include/segments.h3
-rw-r--r--sys/amd64/include/specialreg.h11
-rw-r--r--sys/amd64/include/sysarch.h2
-rw-r--r--sys/amd64/include/trap.h3
-rw-r--r--sys/amd64/include/tss.h3
-rw-r--r--sys/i386/include/_limits.h3
-rw-r--r--sys/i386/include/ansi.h3
-rw-r--r--sys/i386/include/console.h2
-rw-r--r--sys/i386/include/cpufunc.h2
-rw-r--r--sys/i386/include/db_machdep.h36
-rw-r--r--sys/i386/include/dkio.h3
-rw-r--r--sys/i386/include/eflags.h17
-rw-r--r--sys/i386/include/endian.h11
-rw-r--r--sys/i386/include/float.h3
-rw-r--r--sys/i386/include/floatingpoint.h3
-rw-r--r--sys/i386/include/limits.h3
-rw-r--r--sys/i386/include/mtpr.h4
-rw-r--r--sys/i386/include/npx.h11
-rw-r--r--sys/i386/include/pc/display.h2
-rw-r--r--sys/i386/include/pc/msdos.h2
-rw-r--r--sys/i386/include/pio.h35
-rw-r--r--sys/i386/include/proc.h3
-rw-r--r--sys/i386/include/psl.h3
-rw-r--r--sys/i386/include/pte.h3
-rw-r--r--sys/i386/include/reg.h3
-rw-r--r--sys/i386/include/segments.h3
-rw-r--r--sys/i386/include/specialreg.h11
-rw-r--r--sys/i386/include/stdarg.h3
-rw-r--r--sys/i386/include/sysarch.h2
-rw-r--r--sys/i386/include/trap.h3
-rw-r--r--sys/i386/include/tss.h3
-rw-r--r--sys/i386/include/types.h3
-rw-r--r--sys/powerpc/include/_limits.h3
-rw-r--r--sys/powerpc/include/limits.h3
47 files changed, 94 insertions, 197 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h
index 0010d02..23cdb50 100644
--- a/sys/alpha/include/console.h
+++ b/sys/alpha/include/console.h
@@ -12,6 +12,8 @@
* Søren Schmidt Email: sos@kmd-ac.dk
* Tritonvej 36 UUCP: ...uunet!dkuug!kmd-ac!sos
* DK9210 Aalborg SO Phone: +45 9814 8076
+ *
+ * $Id$
*/
#ifndef _CONSOLE_H_
diff --git a/sys/alpha/include/pc/display.h b/sys/alpha/include/pc/display.h
index cab46e4..9e64a3f 100644
--- a/sys/alpha/include/pc/display.h
+++ b/sys/alpha/include/pc/display.h
@@ -1,5 +1,7 @@
/*
* IBM PC display definitions
+ *
+ * $Id$
*/
/* Color attributes for foreground text */
diff --git a/sys/alpha/include/pc/msdos.h b/sys/alpha/include/pc/msdos.h
index 8d1eb7b..ea221c7 100644
--- a/sys/alpha/include/pc/msdos.h
+++ b/sys/alpha/include/pc/msdos.h
@@ -2,6 +2,8 @@
* msdos common header file
* [obtained from mtools -wfj]
* how to decipher DOS disk structures in coexisting with DOS
+ *
+ * $Id$
*/
#define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h
index eb9a792..db5cf95 100644
--- a/sys/amd64/include/cpufunc.h
+++ b/sys/amd64/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$
*/
#include <sys/cdefs.h>
diff --git a/sys/amd64/include/db_machdep.h b/sys/amd64/include/db_machdep.h
index 8e37eec..aa0f006 100644
--- a/sys/amd64/include/db_machdep.h
+++ b/sys/amd64/include/db_machdep.h
@@ -22,42 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-/*
- * HISTORY
- * $Log: db_machdep.h,v $
- * Revision 2.8 92/02/19 15:07:56 elf
- * Added db_thread_fp_used.
- * [92/02/19 rpd]
- *
- * Revision 2.7 91/10/09 16:06:28 af
- * Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh
- * Added access and task name macros.
- * [91/08/29 tak]
- *
- * Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh
- * Added access and task name macros.
- * [91/08/29 tak]
- *
- * Revision 2.6 91/05/14 16:05:58 mrt
- * Correcting copyright
*
- * Revision 2.5 91/02/05 17:11:17 mrt
- * Changed to new Mach copyright
- * [91/02/01 17:31:24 mrt]
- *
- * Revision 2.4 91/01/08 15:10:16 rpd
- * Added dummy inst_load/inst_store macros.
- * [90/12/11 rpd]
- *
- * Revision 2.3 90/10/25 14:44:49 rwd
- * Added watchpoint support.
- * [90/10/18 rpd]
- *
- * Revision 2.2 90/08/27 21:56:15 dbg
- * Created.
- * [90/07/25 dbg]
- *
+ * $Id$
*/
#ifndef _I386_DB_MACHDEP_H_
diff --git a/sys/amd64/include/float.h b/sys/amd64/include/float.h
index 4e24761..d6232a0 100644
--- a/sys/amd64/include/float.h
+++ b/sys/amd64/include/float.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)float.h 7.1 (Berkeley) 5/8/90
+ * from: @(#)float.h 7.1 (Berkeley) 5/8/90
+ * $Id$
*/
#define FLT_RADIX 2 /* b */
diff --git a/sys/amd64/include/floatingpoint.h b/sys/amd64/include/floatingpoint.h
index 6e2ebec..c17bd2c 100644
--- a/sys/amd64/include/floatingpoint.h
+++ b/sys/amd64/include/floatingpoint.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
+ * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index 134e0c1..eab6457 100644
--- a/sys/amd64/include/fpu.h
+++ b/sys/amd64/include/fpu.h
@@ -33,15 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)npx.h 5.3 (Berkeley) 1/18/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00154
- * -------------------- ----- ----------------------
- *
- * 20 Apr 93 Bruce Evans New npx-0.5 code
- *
+ * from: @(#)npx.h 5.3 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/npx.h b/sys/amd64/include/npx.h
index 134e0c1..eab6457 100644
--- a/sys/amd64/include/npx.h
+++ b/sys/amd64/include/npx.h
@@ -33,15 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)npx.h 5.3 (Berkeley) 1/18/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00154
- * -------------------- ----- ----------------------
- *
- * 20 Apr 93 Bruce Evans New npx-0.5 code
- *
+ * from: @(#)npx.h 5.3 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/pc/display.h b/sys/amd64/include/pc/display.h
index cab46e4..9e64a3f 100644
--- a/sys/amd64/include/pc/display.h
+++ b/sys/amd64/include/pc/display.h
@@ -1,5 +1,7 @@
/*
* IBM PC display definitions
+ *
+ * $Id$
*/
/* Color attributes for foreground text */
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index 02f3c01..0e17164 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)proc.h 7.1 (Berkeley) 5/15/91
+ * from: @(#)proc.h 7.1 (Berkeley) 5/15/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/psl.h b/sys/amd64/include/psl.h
index aee73ed..21de5f7 100644
--- a/sys/amd64/include/psl.h
+++ b/sys/amd64/include/psl.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)psl.h 5.2 (Berkeley) 1/18/91
+ * from: @(#)psl.h 5.2 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h
index bc2f05c..11d930d 100644
--- a/sys/amd64/include/reg.h
+++ b/sys/amd64/include/reg.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)reg.h 5.5 (Berkeley) 1/18/91
+ * from: @(#)reg.h 5.5 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/segments.h b/sys/amd64/include/segments.h
index 0456e59..bc77569 100644
--- a/sys/amd64/include/segments.h
+++ b/sys/amd64/include/segments.h
@@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)segments.h 7.1 (Berkeley) 5/9/91
+ * from: @(#)segments.h 7.1 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index d1908c9..7538259 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -30,15 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)specialreg.h 7.1 (Berkeley) 5/9/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00154
- * -------------------- ----- ----------------------
- *
- * 20 Apr 93 Bruce Evans New npx-0.5 code
- *
+ * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/sysarch.h b/sys/amd64/include/sysarch.h
index 5d8bb3b..92abe9c 100644
--- a/sys/amd64/include/sysarch.h
+++ b/sys/amd64/include/sysarch.h
@@ -1,5 +1,7 @@
/*
* Architecture specific syscalls (i386)
+ *
+ * $Id$
*/
#define I386_GET_LDT 0
#define I386_SET_LDT 1
diff --git a/sys/amd64/include/trap.h b/sys/amd64/include/trap.h
index 6015605..7b19bc7 100644
--- a/sys/amd64/include/trap.h
+++ b/sys/amd64/include/trap.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)trap.h 5.4 (Berkeley) 5/9/91
+ * from: @(#)trap.h 5.4 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h
index 8ba140d..fec3db5 100644
--- a/sys/amd64/include/tss.h
+++ b/sys/amd64/include/tss.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)tss.h 5.4 (Berkeley) 1/18/91
+ * from: @(#)tss.h 5.4 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/_limits.h b/sys/i386/include/_limits.h
index 73474608..82fac5f 100644
--- a/sys/i386/include/_limits.h
+++ b/sys/i386/include/_limits.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)limits.h 7.2 (Berkeley) 6/28/90
+ * from: @(#)limits.h 7.2 (Berkeley) 6/28/90
+ * $Id$
*/
#define CHAR_BIT 8 /* number of bits in a char */
diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h
index ca67748..cdb3af8 100644
--- a/sys/i386/include/ansi.h
+++ b/sys/i386/include/ansi.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)ansi.h 7.1 (Berkeley) 3/9/91
+ * from: @(#)ansi.h 7.1 (Berkeley) 3/9/91
+ * $Id$
*/
#ifndef _ANSI_H_
diff --git a/sys/i386/include/console.h b/sys/i386/include/console.h
index 0010d02..23cdb50 100644
--- a/sys/i386/include/console.h
+++ b/sys/i386/include/console.h
@@ -12,6 +12,8 @@
* Søren Schmidt Email: sos@kmd-ac.dk
* Tritonvej 36 UUCP: ...uunet!dkuug!kmd-ac!sos
* DK9210 Aalborg SO Phone: +45 9814 8076
+ *
+ * $Id$
*/
#ifndef _CONSOLE_H_
diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h
index eb9a792..db5cf95 100644
--- a/sys/i386/include/cpufunc.h
+++ b/sys/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$
*/
#include <sys/cdefs.h>
diff --git a/sys/i386/include/db_machdep.h b/sys/i386/include/db_machdep.h
index 8e37eec..aa0f006 100644
--- a/sys/i386/include/db_machdep.h
+++ b/sys/i386/include/db_machdep.h
@@ -22,42 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-/*
- * HISTORY
- * $Log: db_machdep.h,v $
- * Revision 2.8 92/02/19 15:07:56 elf
- * Added db_thread_fp_used.
- * [92/02/19 rpd]
- *
- * Revision 2.7 91/10/09 16:06:28 af
- * Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh
- * Added access and task name macros.
- * [91/08/29 tak]
- *
- * Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh
- * Added access and task name macros.
- * [91/08/29 tak]
- *
- * Revision 2.6 91/05/14 16:05:58 mrt
- * Correcting copyright
*
- * Revision 2.5 91/02/05 17:11:17 mrt
- * Changed to new Mach copyright
- * [91/02/01 17:31:24 mrt]
- *
- * Revision 2.4 91/01/08 15:10:16 rpd
- * Added dummy inst_load/inst_store macros.
- * [90/12/11 rpd]
- *
- * Revision 2.3 90/10/25 14:44:49 rwd
- * Added watchpoint support.
- * [90/10/18 rpd]
- *
- * Revision 2.2 90/08/27 21:56:15 dbg
- * Created.
- * [90/07/25 dbg]
- *
+ * $Id$
*/
#ifndef _I386_DB_MACHDEP_H_
diff --git a/sys/i386/include/dkio.h b/sys/i386/include/dkio.h
index 1bb06c9..90f0721 100644
--- a/sys/i386/include/dkio.h
+++ b/sys/i386/include/dkio.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)dkio.h 5.2 (Berkeley) 1/18/91
+ * from: @(#)dkio.h 5.2 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/eflags.h b/sys/i386/include/eflags.h
index 84f3275..663b317 100644
--- a/sys/i386/include/eflags.h
+++ b/sys/i386/include/eflags.h
@@ -22,21 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
- */
-/*
- * HISTORY
- * $Log: eflags.h,v $
- * Revision 2.4 91/05/14 16:06:35 mrt
- * Correcting copyright
- *
- * Revision 2.3 91/02/05 17:11:26 mrt
- * Changed to new Mach copyright
- * [91/02/01 17:31:41 mrt]
- *
- * Revision 2.2 90/05/03 15:25:03 dbg
- * Created.
- * [90/02/08 dbg]
- *
+ *
+ * $Id$
*/
#ifndef _I386_EFLAGS_H_
diff --git a/sys/i386/include/endian.h b/sys/i386/include/endian.h
index 404bf49..9abd47e 100644
--- a/sys/i386/include/endian.h
+++ b/sys/i386/include/endian.h
@@ -30,15 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)endian.h 7.8 (Berkeley) 4/3/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00093
- * -------------------- ----- ----------------------
- *
- * 27 Feb 93 Charles Hannum Better byte-swapping macros for
- * i386/i486.
+ * from: @(#)endian.h 7.8 (Berkeley) 4/3/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/float.h b/sys/i386/include/float.h
index 4e24761..d6232a0 100644
--- a/sys/i386/include/float.h
+++ b/sys/i386/include/float.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)float.h 7.1 (Berkeley) 5/8/90
+ * from: @(#)float.h 7.1 (Berkeley) 5/8/90
+ * $Id$
*/
#define FLT_RADIX 2 /* b */
diff --git a/sys/i386/include/floatingpoint.h b/sys/i386/include/floatingpoint.h
index 6e2ebec..c17bd2c 100644
--- a/sys/i386/include/floatingpoint.h
+++ b/sys/i386/include/floatingpoint.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
+ * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
+ * $Id$
*/
/*
diff --git a/sys/i386/include/limits.h b/sys/i386/include/limits.h
index 73474608..82fac5f 100644
--- a/sys/i386/include/limits.h
+++ b/sys/i386/include/limits.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)limits.h 7.2 (Berkeley) 6/28/90
+ * from: @(#)limits.h 7.2 (Berkeley) 6/28/90
+ * $Id$
*/
#define CHAR_BIT 8 /* number of bits in a char */
diff --git a/sys/i386/include/mtpr.h b/sys/i386/include/mtpr.h
index e69de29..e8347e6 100644
--- a/sys/i386/include/mtpr.h
+++ b/sys/i386/include/mtpr.h
@@ -0,0 +1,4 @@
+/*
+ * Unused in 386BSD port
+ * $Id$
+ */
diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h
index 134e0c1..eab6457 100644
--- a/sys/i386/include/npx.h
+++ b/sys/i386/include/npx.h
@@ -33,15 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)npx.h 5.3 (Berkeley) 1/18/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00154
- * -------------------- ----- ----------------------
- *
- * 20 Apr 93 Bruce Evans New npx-0.5 code
- *
+ * from: @(#)npx.h 5.3 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/pc/display.h b/sys/i386/include/pc/display.h
index cab46e4..9e64a3f 100644
--- a/sys/i386/include/pc/display.h
+++ b/sys/i386/include/pc/display.h
@@ -1,5 +1,7 @@
/*
* IBM PC display definitions
+ *
+ * $Id$
*/
/* Color attributes for foreground text */
diff --git a/sys/i386/include/pc/msdos.h b/sys/i386/include/pc/msdos.h
index 8d1eb7b..ea221c7 100644
--- a/sys/i386/include/pc/msdos.h
+++ b/sys/i386/include/pc/msdos.h
@@ -2,6 +2,8 @@
* msdos common header file
* [obtained from mtools -wfj]
* how to decipher DOS disk structures in coexisting with DOS
+ *
+ * $Id$
*/
#define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */
diff --git a/sys/i386/include/pio.h b/sys/i386/include/pio.h
index 553a97a..2cb714c 100644
--- a/sys/i386/include/pio.h
+++ b/sys/i386/include/pio.h
@@ -3,42 +3,11 @@
* Copyright (c) 1990 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
* the terms and conditions for use and redistribution.
- */
-/*
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00158
- * -------------------- ----- ----------------------
- *
- * 27 May 93 Rodney W. Grimes Added #ifndef around inb so that the
- * clash with cpufunc.h does not cause
- * a compile warning.. this is a hack.
- * All of this needs cleaned up at 0.1.5
*
- * HISTORY
- * $Log: pio.h,v $
- * Revision 1.1 1992/05/27 00:48:30 balsup
- * machkern/cor merge
- *
- * Revision 1.1 1991/10/10 20:11:39 balsup
- * Initial revision
- *
- * Revision 2.2 91/04/02 11:52:29 mbj
- * [90/08/14 mg32]
- *
- * Now we know how types are factor in.
- * Cleaned up a bunch: eliminated ({ for output and flushed unused
- * output variables.
- * [90/08/14 rvb]
- *
- * This is how its done in gcc:
- * Created.
- * [90/03/26 rvb]
- *
+ * from: Mach, unknown, 386BSD patch kit
+ * $Id$
*/
-
#define inl(y) \
({ unsigned long _tmp__; \
asm volatile("inl %1, %0" : "=a" (_tmp__) : "d" ((unsigned short)(y))); \
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h
index 02f3c01..0e17164 100644
--- a/sys/i386/include/proc.h
+++ b/sys/i386/include/proc.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)proc.h 7.1 (Berkeley) 5/15/91
+ * from: @(#)proc.h 7.1 (Berkeley) 5/15/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/psl.h b/sys/i386/include/psl.h
index aee73ed..21de5f7 100644
--- a/sys/i386/include/psl.h
+++ b/sys/i386/include/psl.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)psl.h 5.2 (Berkeley) 1/18/91
+ * from: @(#)psl.h 5.2 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/pte.h b/sys/i386/include/pte.h
index 4b98413..a98a357 100644
--- a/sys/i386/include/pte.h
+++ b/sys/i386/include/pte.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pte.h 5.5 (Berkeley) 5/9/91
+ * from: @(#)pte.h 5.5 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/reg.h b/sys/i386/include/reg.h
index bc2f05c..11d930d 100644
--- a/sys/i386/include/reg.h
+++ b/sys/i386/include/reg.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)reg.h 5.5 (Berkeley) 1/18/91
+ * from: @(#)reg.h 5.5 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/segments.h b/sys/i386/include/segments.h
index 0456e59..bc77569 100644
--- a/sys/i386/include/segments.h
+++ b/sys/i386/include/segments.h
@@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)segments.h 7.1 (Berkeley) 5/9/91
+ * from: @(#)segments.h 7.1 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/specialreg.h b/sys/i386/include/specialreg.h
index d1908c9..7538259 100644
--- a/sys/i386/include/specialreg.h
+++ b/sys/i386/include/specialreg.h
@@ -30,15 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)specialreg.h 7.1 (Berkeley) 5/9/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00154
- * -------------------- ----- ----------------------
- *
- * 20 Apr 93 Bruce Evans New npx-0.5 code
- *
+ * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/stdarg.h b/sys/i386/include/stdarg.h
index f499253..3fdd382 100644
--- a/sys/i386/include/stdarg.h
+++ b/sys/i386/include/stdarg.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)stdarg.h 7.2 (Berkeley) 5/4/91
+ * from: @(#)stdarg.h 7.2 (Berkeley) 5/4/91
+ * $Id$
*/
typedef char *va_list;
diff --git a/sys/i386/include/sysarch.h b/sys/i386/include/sysarch.h
index 5d8bb3b..92abe9c 100644
--- a/sys/i386/include/sysarch.h
+++ b/sys/i386/include/sysarch.h
@@ -1,5 +1,7 @@
/*
* Architecture specific syscalls (i386)
+ *
+ * $Id$
*/
#define I386_GET_LDT 0
#define I386_SET_LDT 1
diff --git a/sys/i386/include/trap.h b/sys/i386/include/trap.h
index 6015605..7b19bc7 100644
--- a/sys/i386/include/trap.h
+++ b/sys/i386/include/trap.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)trap.h 5.4 (Berkeley) 5/9/91
+ * from: @(#)trap.h 5.4 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h
index 8ba140d..fec3db5 100644
--- a/sys/i386/include/tss.h
+++ b/sys/i386/include/tss.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)tss.h 5.4 (Berkeley) 1/18/91
+ * from: @(#)tss.h 5.4 (Berkeley) 1/18/91
+ * $Id$
*/
/*
diff --git a/sys/i386/include/types.h b/sys/i386/include/types.h
index 9eeaef3..118290c 100644
--- a/sys/i386/include/types.h
+++ b/sys/i386/include/types.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)types.h 7.5 (Berkeley) 3/9/91
+ * from: @(#)types.h 7.5 (Berkeley) 3/9/91
+ * $Id$
*/
#ifndef _MACHTYPES_H_
diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h
index 73474608..82fac5f 100644
--- a/sys/powerpc/include/_limits.h
+++ b/sys/powerpc/include/_limits.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)limits.h 7.2 (Berkeley) 6/28/90
+ * from: @(#)limits.h 7.2 (Berkeley) 6/28/90
+ * $Id$
*/
#define CHAR_BIT 8 /* number of bits in a char */
diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h
index 73474608..82fac5f 100644
--- a/sys/powerpc/include/limits.h
+++ b/sys/powerpc/include/limits.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)limits.h 7.2 (Berkeley) 6/28/90
+ * from: @(#)limits.h 7.2 (Berkeley) 6/28/90
+ * $Id$
*/
#define CHAR_BIT 8 /* number of bits in a char */
OpenPOWER on IntegriCloud