aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-10-16 14:40:57 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-10-16 14:40:57 +0000
commit34a8ed1be138603eb7679d15429782f272bf2b7d (patch)
treeec286537aaefbbaacb86ff774be9c00577b9ca51 /sys/alpha
parent47cacd3854754d16b3f01a4ce4b75ffac7453627 (diff)
Notes
Diffstat (limited to 'sys/alpha')
-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
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h
index 0010d0295bd3..23cdb50d3f51 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 cab46e44e881..9e64a3f13307 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 8d1eb7bfd52d..ea221c7954a5 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 */