aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/amd64/conf/GENERIC.hints2
-rw-r--r--sys/amd64/conf/Makefile2
-rw-r--r--sys/amd64/conf/NOTES2
-rw-r--r--sys/amd64/conf/SMP2
-rw-r--r--sys/amd64/conf/gethints.awk2
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6f3f13033413..35c967059104 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/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/amd64/conf/GENERIC,v 1.421.2.4.2.1 2004/10/23 20:04:00 kensmith Exp $
machine amd64
cpu HAMMER
diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints
index 4d28c16ad9b9..5186f968d368 100644
--- a/sys/amd64/conf/GENERIC.hints
+++ b/sys/amd64/conf/GENERIC.hints
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/amd64/conf/GENERIC.hints,v 1.15 2004/07/22 22:28:34 imp Exp $
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
diff --git a/sys/amd64/conf/Makefile b/sys/amd64/conf/Makefile
index 2c006e9c2c80..b4888a02a6dd 100644
--- a/sys/amd64/conf/Makefile
+++ b/sys/amd64/conf/Makefile
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/amd64/conf/Makefile,v 1.9 2003/02/26 23:36:58 ru Exp $
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 897cb24690d5..1de7ba1043e1 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/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/amd64/conf/NOTES,v 1.18 2004/08/16 12:39:27 tjr Exp $
#
#
diff --git a/sys/amd64/conf/SMP b/sys/amd64/conf/SMP
index e2c6c4324112..9d58edf43d5d 100644
--- a/sys/amd64/conf/SMP
+++ b/sys/amd64/conf/SMP
@@ -2,7 +2,7 @@
# SMP -- Generic kernel configuration file for FreeBSD/amd64 SMP
# Use this for multi-processor machines
#
-# $FreeBSD$
+# $FreeBSD: src/sys/amd64/conf/SMP,v 1.1.4.1 2004/10/23 20:04:00 kensmith Exp $
include GENERIC
diff --git a/sys/amd64/conf/gethints.awk b/sys/amd64/conf/gethints.awk
index 1ed876a2923a..00a93459863e 100644
--- a/sys/amd64/conf/gethints.awk
+++ b/sys/amd64/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/amd64/conf/gethints.awk,v 1.3 2003/11/08 03:33:38 peter Exp $
# skip commented lines, empty lines and not "device" lines
/^[ \t]*#/ || /^[ \t]*$/ || !/[ \t]*device/ { next; }