summaryrefslogtreecommitdiff
path: root/sys/i386/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC.hints2
-rw-r--r--sys/i386/conf/Makefile2
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/i386/conf/OLDCARD2
-rw-r--r--sys/i386/conf/PAE2
-rw-r--r--sys/i386/conf/SMP2
-rw-r--r--sys/i386/conf/gethints.awk2
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 62e5385aaed04..10e7011185383 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/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/i386/conf/GENERIC,v 1.413.2.6.2.2 2004/10/24 18:02:52 scottl Exp $
machine i386
cpu I486_CPU
diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints
index 56c8f0e03d687..46a3340e9ccb3 100644
--- a/sys/i386/conf/GENERIC.hints
+++ b/sys/i386/conf/GENERIC.hints
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.13 2004/04/01 21:48:31 alfred Exp $
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
diff --git a/sys/i386/conf/Makefile b/sys/i386/conf/Makefile
index 2c006e9c2c80d..0284f84e82b54 100644
--- a/sys/i386/conf/Makefile
+++ b/sys/i386/conf/Makefile
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/i386/conf/Makefile,v 1.9 2003/02/26 23:36:58 ru Exp $
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index de60a3da8bb1f..aea2601080f86 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/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/i386/conf/NOTES,v 1.1168.2.1.2.1 2004/10/24 18:02:52 scottl Exp $
#
#
diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD
index af17bb65e16c5..24a97ee2bcc9c 100644
--- a/sys/i386/conf/OLDCARD
+++ b/sys/i386/conf/OLDCARD
@@ -2,7 +2,7 @@
# OLDCARD -- Generic kernel configuration file for FreeBSD/i386
# using the OLDCARD pccard system.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/i386/conf/OLDCARD,v 1.19 2004/07/13 16:11:34 imp Exp $
include GENERIC
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE
index 60980192dc19a..94d3eee4eba1e 100644
--- a/sys/i386/conf/PAE
+++ b/sys/i386/conf/PAE
@@ -1,7 +1,7 @@
#
# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
#
-# $FreeBSD$
+# $FreeBSD: src/sys/i386/conf/PAE,v 1.9.2.1 2004/10/11 23:59:03 mjacob Exp $
include GENERIC
diff --git a/sys/i386/conf/SMP b/sys/i386/conf/SMP
index 135946c01a2de..ab6ccf47a98a8 100644
--- a/sys/i386/conf/SMP
+++ b/sys/i386/conf/SMP
@@ -2,7 +2,7 @@
# SMP -- Generic kernel configuration file for FreeBSD/i386 SMP
# Use this for multi-processor machines
#
-# $FreeBSD$
+# $FreeBSD: src/sys/i386/conf/SMP,v 1.5.4.1 2004/10/23 20:04:00 kensmith Exp $
include GENERIC
diff --git a/sys/i386/conf/gethints.awk b/sys/i386/conf/gethints.awk
index a2de29e278215..e8cc6b67de398 100644
--- a/sys/i386/conf/gethints.awk
+++ b/sys/i386/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/i386/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; }