aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC.hints2
-rw-r--r--sys/pc98/conf/Makefile2
-rw-r--r--sys/pc98/conf/NOTES2
-rw-r--r--sys/pc98/conf/gethints.awk2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index fec25003e6c0..2660cc284306 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -16,7 +16,7 @@
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/pc98/conf/GENERIC,v 1.255.2.4 2004/09/22 19:23:39 andre Exp $
machine pc98
#cpu I386_CPU # Do not enable with other cpu types
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints
index 6dcec81890a4..14518548f15d 100644
--- a/sys/pc98/conf/GENERIC.hints
+++ b/sys/pc98/conf/GENERIC.hints
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/pc98/conf/GENERIC.hints,v 1.20 2004/07/17 10:22:42 nyan Exp $
hint.atacbus.0.at="isa"
hint.atacbus.0.port="0x640"
diff --git a/sys/pc98/conf/Makefile b/sys/pc98/conf/Makefile
index 2c006e9c2c80..c87a6d7b4ec4 100644
--- a/sys/pc98/conf/Makefile
+++ b/sys/pc98/conf/Makefile
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/pc98/conf/Makefile,v 1.3 2003/02/26 23:36:59 ru Exp $
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 5aba91861a31..1d5cbb60b5fc 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -4,7 +4,7 @@
# This file contains machine dependent kernel configuration notes. For
# machine independent notes, look in /sys/conf/NOTES.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/pc98/conf/NOTES,v 1.42 2004/08/01 13:01:36 nyan Exp $
#
#
diff --git a/sys/pc98/conf/gethints.awk b/sys/pc98/conf/gethints.awk
index f471e43315e7..a52579fdd4a4 100644
--- a/sys/pc98/conf/gethints.awk
+++ b/sys/pc98/conf/gethints.awk
@@ -6,7 +6,7 @@
# 'hints' directive. See how GENERIC and GENERIC.hints fit together for
# a static example. You should use loader(8) if at all possible.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/pc98/conf/gethints.awk,v 1.2 2002/07/26 03:52:30 peter Exp $
# skip commented lines, empty lines and not "device" lines
/^[ \t]*#/ || /^[ \t]*$/ || !/[ \t]*device/ { next; }