aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/apm/apm_bioscall.s2
-rw-r--r--sys/pc98/compile/.cvsignore1
-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
-rw-r--r--sys/pc98/i386/busio.s2
-rw-r--r--sys/pc98/i386/busiosubr.c2
-rw-r--r--sys/pc98/i386/machdep.c2
-rw-r--r--sys/pc98/pc98/30line.h2
-rw-r--r--sys/pc98/pc98/atapi.c2
-rw-r--r--sys/pc98/pc98/atapi.h2
-rw-r--r--sys/pc98/pc98/canbepm.c2
-rw-r--r--sys/pc98/pc98/canbus.c2
-rw-r--r--sys/pc98/pc98/canbus.h2
-rw-r--r--sys/pc98/pc98/canbus_if.m2
-rw-r--r--sys/pc98/pc98/canbusvars.h2
-rw-r--r--sys/pc98/pc98/clock.c2
-rw-r--r--sys/pc98/pc98/epsonio.h2
-rw-r--r--sys/pc98/pc98/fd.c2
-rw-r--r--sys/pc98/pc98/fdc_cbus.c2
-rw-r--r--sys/pc98/pc98/fdcvar.h2
-rw-r--r--sys/pc98/pc98/fdreg.h2
-rw-r--r--sys/pc98/pc98/isa_dma.c2
-rw-r--r--sys/pc98/pc98/module.h2
-rw-r--r--sys/pc98/pc98/mse.c2
-rw-r--r--sys/pc98/pc98/nmi.c2
-rw-r--r--sys/pc98/pc98/olpt.c2
-rw-r--r--sys/pc98/pc98/pc98.h2
-rw-r--r--sys/pc98/pc98/pc98_machdep.c2
-rw-r--r--sys/pc98/pc98/pc98_machdep.h2
-rw-r--r--sys/pc98/pc98/pc98gdc.c2
-rw-r--r--sys/pc98/pc98/pc98kbd.c2
-rw-r--r--sys/pc98/pc98/pmc.c2
-rw-r--r--sys/pc98/pc98/ppc.c2
-rw-r--r--sys/pc98/pc98/ppcreg.h2
-rw-r--r--sys/pc98/pc98/sc_machdep.h2
-rw-r--r--sys/pc98/pc98/scgdcrndr.c2
-rw-r--r--sys/pc98/pc98/scterm-sck.c2
-rw-r--r--sys/pc98/pc98/scvtbpc98.c2
-rw-r--r--sys/pc98/pc98/sio.c2
-rw-r--r--sys/pc98/pc98/sio_cbus.c2
-rw-r--r--sys/pc98/pc98/syscons_pc98.c2
-rw-r--r--sys/pc98/pc98/wd.c2
-rw-r--r--sys/pc98/pc98/wd_cd.c2
-rw-r--r--sys/pc98/pc98/wd_cd.h2
-rw-r--r--sys/pc98/pc98/wdreg.h2
-rw-r--r--sys/pc98/pc98/wormio.h2
49 files changed, 48 insertions, 49 deletions
diff --git a/sys/pc98/apm/apm_bioscall.s b/sys/pc98/apm/apm_bioscall.s
index 2d21f9e31bad..68acec868d38 100644
--- a/sys/pc98/apm/apm_bioscall.s
+++ b/sys/pc98/apm/apm_bioscall.s
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/apm/apm_bioscall.s,v 1.3 2002/09/17 01:48:58 peter Exp $
*/
/*
diff --git a/sys/pc98/compile/.cvsignore b/sys/pc98/compile/.cvsignore
deleted file mode 100644
index 232298edb15f..000000000000
--- a/sys/pc98/compile/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-[A-Za-z0-9]*
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; }
diff --git a/sys/pc98/i386/busio.s b/sys/pc98/i386/busio.s
index b80f98a5e5aa..ea2918d8d489 100644
--- a/sys/pc98/i386/busio.s
+++ b/sys/pc98/i386/busio.s
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pc98/i386/busio.s,v 1.3 2003/11/05 17:01:51 nyan Exp $ */
/* $NecBSD: busio.s,v 1.16.4.1 1999/08/16 09:06:08 kmatsuda Exp $ */
/* $NetBSD$ */
diff --git a/sys/pc98/i386/busiosubr.c b/sys/pc98/i386/busiosubr.c
index f88e8e489517..c1b5216a38e2 100644
--- a/sys/pc98/i386/busiosubr.c
+++ b/sys/pc98/i386/busiosubr.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pc98/i386/busiosubr.c,v 1.4 2003/09/23 08:22:33 nyan Exp $ */
/* $NecBSD: busiosubr.c,v 1.30.4.4 1999/08/28 02:25:35 honda Exp $ */
/* $NetBSD$ */
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 20cbd716384e..2032baac6d38 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/i386/machdep.c,v 1.342.2.1 2004/09/09 10:03:20 julian Exp $
*/
#include "opt_atalk.h"
diff --git a/sys/pc98/pc98/30line.h b/sys/pc98/pc98/30line.h
index c62ec41733cd..0e96a999565f 100644
--- a/sys/pc98/pc98/30line.h
+++ b/sys/pc98/pc98/30line.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/30line.h,v 1.4 2000/10/15 04:54:17 nyan Exp $
*/
#ifndef __PC98_PC98_30LINE_H__
diff --git a/sys/pc98/pc98/atapi.c b/sys/pc98/pc98/atapi.c
index d52fff5a6fea..d3db9bcaece1 100644
--- a/sys/pc98/pc98/atapi.c
+++ b/sys/pc98/pc98/atapi.c
@@ -13,7 +13,7 @@
*
* Version 1.9, Mon Oct 9 22:34:47 MSK 1995
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/atapi.c,v 1.10 2003/03/02 16:54:39 des Exp $
*/
/*
diff --git a/sys/pc98/pc98/atapi.h b/sys/pc98/pc98/atapi.h
index 66989a46e694..4bb8ae8b5870 100644
--- a/sys/pc98/pc98/atapi.h
+++ b/sys/pc98/pc98/atapi.h
@@ -12,7 +12,7 @@
* all derivative works or modified versions.
*
* Version 1.9, Thu Oct 12 15:53:50 MSK 1995
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/atapi.h,v 1.19 2000/01/24 17:15:59 peter Exp $
*/
#define atapi_attach wdc_atapi_attach
diff --git a/sys/pc98/pc98/canbepm.c b/sys/pc98/pc98/canbepm.c
index 5c347a07e187..059defeef209 100644
--- a/sys/pc98/pc98/canbepm.c
+++ b/sys/pc98/pc98/canbepm.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/canbepm.c,v 1.3 2003/02/04 16:17:13 nyan Exp $
*/
#include <sys/param.h>
diff --git a/sys/pc98/pc98/canbus.c b/sys/pc98/pc98/canbus.c
index 893ac29b46ff..869b0f6e4b62 100644
--- a/sys/pc98/pc98/canbus.c
+++ b/sys/pc98/pc98/canbus.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/canbus.c,v 1.4 2004/03/17 17:50:51 njl Exp $
*/
#include <sys/param.h>
diff --git a/sys/pc98/pc98/canbus.h b/sys/pc98/pc98/canbus.h
index b63cc765cd6f..ce47a56342d7 100644
--- a/sys/pc98/pc98/canbus.h
+++ b/sys/pc98/pc98/canbus.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/canbus.h,v 1.3 2003/02/04 16:17:13 nyan Exp $
*/
#ifndef _PC98_PC98_CANBUS_H_
diff --git a/sys/pc98/pc98/canbus_if.m b/sys/pc98/pc98/canbus_if.m
index b9ec8ca5d561..957b0c9f39ef 100644
--- a/sys/pc98/pc98/canbus_if.m
+++ b/sys/pc98/pc98/canbus_if.m
@@ -23,7 +23,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/pc98/pc98/canbus_if.m,v 1.2 2003/02/04 16:17:13 nyan Exp $
#
#include <sys/bus.h>
diff --git a/sys/pc98/pc98/canbusvars.h b/sys/pc98/pc98/canbusvars.h
index fc2acc11a976..afaec674d436 100644
--- a/sys/pc98/pc98/canbusvars.h
+++ b/sys/pc98/pc98/canbusvars.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/canbusvars.h,v 1.3 2003/02/04 16:17:13 nyan Exp $
*/
#ifndef _PC98_PC98_CANBUSVARS_H_
diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c
index 72a968ec7164..3c0339fb3714 100644
--- a/sys/pc98/pc98/clock.c
+++ b/sys/pc98/pc98/clock.c
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/clock.c,v 1.140 2004/07/13 12:58:36 nyan Exp $
*/
/*
diff --git a/sys/pc98/pc98/epsonio.h b/sys/pc98/pc98/epsonio.h
index 105c9b86a289..a40ef4e55706 100644
--- a/sys/pc98/pc98/epsonio.h
+++ b/sys/pc98/pc98/epsonio.h
@@ -24,7 +24,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/epsonio.h,v 1.8 2001/07/14 04:14:29 nyan Exp $
*/
#ifndef __PC98_PC98_EPSONIO_H__
diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c
index f9bc6af38ac2..dd1a3f3cdd85 100644
--- a/sys/pc98/pc98/fd.c
+++ b/sys/pc98/pc98/fd.c
@@ -50,7 +50,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/fd.c,v 1.153 2004/07/17 10:07:19 nyan Exp $
*/
#include "opt_fdc.h"
diff --git a/sys/pc98/pc98/fdc_cbus.c b/sys/pc98/pc98/fdc_cbus.c
index 0980e0036d67..b72fc39fe97b 100644
--- a/sys/pc98/pc98/fdc_cbus.c
+++ b/sys/pc98/pc98/fdc_cbus.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pc98/pc98/fdc_cbus.c,v 1.4 2004/07/17 10:07:19 nyan Exp $");
#include <sys/param.h>
#include <sys/bio.h>
diff --git a/sys/pc98/pc98/fdcvar.h b/sys/pc98/pc98/fdcvar.h
index 4ae53d95ac59..afea84708bb7 100644
--- a/sys/pc98/pc98/fdcvar.h
+++ b/sys/pc98/pc98/fdcvar.h
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/fdcvar.h,v 1.3 2004/07/17 10:07:19 nyan Exp $
*/
/* XXX should audit this file to see if additional copyrights needed */
diff --git a/sys/pc98/pc98/fdreg.h b/sys/pc98/pc98/fdreg.h
index 6d8e7e115d0d..62c3d299b8cd 100644
--- a/sys/pc98/pc98/fdreg.h
+++ b/sys/pc98/pc98/fdreg.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*
* from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/fdreg.h,v 1.11 2004/04/07 04:59:58 imp Exp $
*/
/*
diff --git a/sys/pc98/pc98/isa_dma.c b/sys/pc98/pc98/isa_dma.c
index e9d46042be65..3938cc86cb23 100644
--- a/sys/pc98/pc98/isa_dma.c
+++ b/sys/pc98/pc98/isa_dma.c
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/isa_dma.c,v 1.17 2004/07/08 13:48:49 nyan Exp $
*/
/*
diff --git a/sys/pc98/pc98/module.h b/sys/pc98/pc98/module.h
index b533b3a0fe36..fd7dee14dce8 100644
--- a/sys/pc98/pc98/module.h
+++ b/sys/pc98/pc98/module.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pc98/pc98/module.h,v 1.2 2000/04/27 13:34:28 nyan Exp $ */
#define LINE30_ROW 30
#define _HS 1 + 1
diff --git a/sys/pc98/pc98/mse.c b/sys/pc98/pc98/mse.c
index 9b8b83bcc12e..c89329afeb5e 100644
--- a/sys/pc98/pc98/mse.c
+++ b/sys/pc98/pc98/mse.c
@@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/mse.c,v 1.46 2004/06/16 09:47:18 phk Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
diff --git a/sys/pc98/pc98/nmi.c b/sys/pc98/pc98/nmi.c
index 431dd060cc19..3a19b84adfcf 100644
--- a/sys/pc98/pc98/nmi.c
+++ b/sys/pc98/pc98/nmi.c
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pc98/pc98/nmi.c,v 1.2 2004/04/07 04:59:58 imp Exp $");
#include <sys/types.h>
#include <sys/syslog.h>
diff --git a/sys/pc98/pc98/olpt.c b/sys/pc98/pc98/olpt.c
index dc523db8db4b..f25285aa0d22 100644
--- a/sys/pc98/pc98/olpt.c
+++ b/sys/pc98/pc98/olpt.c
@@ -46,7 +46,7 @@
* SUCH DAMAGE.
*
* from: unknown origin, 386BSD 0.1
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/olpt.c,v 1.26 2004/06/16 09:47:19 phk Exp $
*/
/*
diff --git a/sys/pc98/pc98/pc98.h b/sys/pc98/pc98/pc98.h
index 9788cb0b5bae..c21cd681749e 100644
--- a/sys/pc98/pc98/pc98.h
+++ b/sys/pc98/pc98/pc98.h
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/pc98.h,v 1.17 2004/07/08 13:47:56 nyan Exp $
*/
#ifndef _PC98_PC98_PC98_H_
diff --git a/sys/pc98/pc98/pc98_machdep.c b/sys/pc98/pc98/pc98_machdep.c
index f2022e3c0a7a..0a23fb502015 100644
--- a/sys/pc98/pc98/pc98_machdep.c
+++ b/sys/pc98/pc98/pc98_machdep.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/pc98_machdep.c,v 1.22 2001/05/21 12:51:44 nyan Exp $
*/
#include "opt_pc98.h"
diff --git a/sys/pc98/pc98/pc98_machdep.h b/sys/pc98/pc98/pc98_machdep.h
index 7c97d4d951b1..8dd9d659d598 100644
--- a/sys/pc98/pc98/pc98_machdep.h
+++ b/sys/pc98/pc98/pc98_machdep.h
@@ -24,7 +24,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/pc98_machdep.h,v 1.11 2002/03/20 12:22:31 kato Exp $
*/
#ifndef __PC98_PC98_PC98_MACHDEP_H__
diff --git a/sys/pc98/pc98/pc98gdc.c b/sys/pc98/pc98/pc98gdc.c
index a22ad992f56c..1cc97b9ea81d 100644
--- a/sys/pc98/pc98/pc98gdc.c
+++ b/sys/pc98/pc98/pc98gdc.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/pc98gdc.c,v 1.43 2004/06/16 09:47:19 phk Exp $
*/
#include "opt_gdc.h"
diff --git a/sys/pc98/pc98/pc98kbd.c b/sys/pc98/pc98/pc98kbd.c
index 2d1fc018e49b..7e454e8bcdb2 100644
--- a/sys/pc98/pc98/pc98kbd.c
+++ b/sys/pc98/pc98/pc98kbd.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/pc98kbd.c,v 1.27 2004/03/17 17:50:52 njl Exp $
*/
#include "opt_kbd.h"
diff --git a/sys/pc98/pc98/pmc.c b/sys/pc98/pc98/pmc.c
index 13eade08322b..28e31a92c480 100644
--- a/sys/pc98/pc98/pmc.c
+++ b/sys/pc98/pc98/pmc.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/pmc.c,v 1.5 2004/06/03 06:10:02 phk Exp $
*/
#include <sys/param.h>
diff --git a/sys/pc98/pc98/ppc.c b/sys/pc98/pc98/ppc.c
index 5e5da2d95e50..71e429b8e6a7 100644
--- a/sys/pc98/pc98/ppc.c
+++ b/sys/pc98/pc98/ppc.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/ppc.c,v 1.17 2004/06/07 06:04:27 phk Exp $
*
*/
diff --git a/sys/pc98/pc98/ppcreg.h b/sys/pc98/pc98/ppcreg.h
index 2aa5ce49d89a..f3b935f35640 100644
--- a/sys/pc98/pc98/ppcreg.h
+++ b/sys/pc98/pc98/ppcreg.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/ppcreg.h,v 1.4 2001/06/26 11:53:12 nyan Exp $
*
*/
#ifndef __PPCREG_H
diff --git a/sys/pc98/pc98/sc_machdep.h b/sys/pc98/pc98/sc_machdep.h
index ea7b3ba7069a..a72ec37fd1ab 100644
--- a/sys/pc98/pc98/sc_machdep.h
+++ b/sys/pc98/pc98/sc_machdep.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/sc_machdep.h,v 1.5 2001/07/14 08:07:26 nyan Exp $
*/
#ifndef _PC98_PC98_SC_MACHDEP_H_
diff --git a/sys/pc98/pc98/scgdcrndr.c b/sys/pc98/pc98/scgdcrndr.c
index abebc75801a3..0a4b475ddee4 100644
--- a/sys/pc98/pc98/scgdcrndr.c
+++ b/sys/pc98/pc98/scgdcrndr.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/scgdcrndr.c,v 1.12 2004/06/04 13:04:10 phk Exp $
*/
#include "opt_syscons.h"
diff --git a/sys/pc98/pc98/scterm-sck.c b/sys/pc98/pc98/scterm-sck.c
index b1e006a55826..842cfb818161 100644
--- a/sys/pc98/pc98/scterm-sck.c
+++ b/sys/pc98/pc98/scterm-sck.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/scterm-sck.c,v 1.15 2004/06/04 13:04:10 phk Exp $
*/
#include "opt_syscons.h"
diff --git a/sys/pc98/pc98/scvtbpc98.c b/sys/pc98/pc98/scvtbpc98.c
index 2d0ea3f03284..e3063a422688 100644
--- a/sys/pc98/pc98/scvtbpc98.c
+++ b/sys/pc98/pc98/scvtbpc98.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/scvtbpc98.c,v 1.13 2003/02/19 05:47:40 imp Exp $
*/
#include "opt_syscons.h"
diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c
index 210e21ef9feb..65364e73a0fe 100644
--- a/sys/pc98/pc98/sio.c
+++ b/sys/pc98/pc98/sio.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/sio.c,v 1.227 2004/07/24 15:13:42 nyan Exp $
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
* from: i386/isa sio.c,v 1.234
*/
diff --git a/sys/pc98/pc98/sio_cbus.c b/sys/pc98/pc98/sio_cbus.c
index acc52f0ca8e3..cac1c2264233 100644
--- a/sys/pc98/pc98/sio_cbus.c
+++ b/sys/pc98/pc98/sio_cbus.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/sio_cbus.c,v 1.6 2004/03/07 05:39:38 nyan Exp $
*/
#include <sys/param.h>
diff --git a/sys/pc98/pc98/syscons_pc98.c b/sys/pc98/pc98/syscons_pc98.c
index df8934eabea0..b275f7a99a6e 100644
--- a/sys/pc98/pc98/syscons_pc98.c
+++ b/sys/pc98/pc98/syscons_pc98.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/syscons_pc98.c,v 1.20 2003/10/31 13:48:24 nyan Exp $
*/
#include "opt_syscons.h"
diff --git a/sys/pc98/pc98/wd.c b/sys/pc98/pc98/wd.c
index 2a8cb29e81c7..091b27bec2fa 100644
--- a/sys/pc98/pc98/wd.c
+++ b/sys/pc98/pc98/wd.c
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/wd.c,v 1.137 2004/04/07 04:59:58 imp Exp $
*/
/* TODO:
diff --git a/sys/pc98/pc98/wd_cd.c b/sys/pc98/pc98/wd_cd.c
index 5ac001ea018d..42bf9772b2e2 100644
--- a/sys/pc98/pc98/wd_cd.c
+++ b/sys/pc98/pc98/wd_cd.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/wd_cd.c,v 1.53 2004/06/16 09:47:19 phk Exp $
*/
#include <sys/param.h>
diff --git a/sys/pc98/pc98/wd_cd.h b/sys/pc98/pc98/wd_cd.h
index 223d9ae2643e..0753631c1279 100644
--- a/sys/pc98/pc98/wd_cd.h
+++ b/sys/pc98/pc98/wd_cd.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/wd_cd.h,v 1.4 2004/03/07 14:16:42 nyan Exp $
*/
/*
diff --git a/sys/pc98/pc98/wdreg.h b/sys/pc98/pc98/wdreg.h
index 65fe518f8608..fdc8d4010c14 100644
--- a/sys/pc98/pc98/wdreg.h
+++ b/sys/pc98/pc98/wdreg.h
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*
* from: @(#)wdreg.h 7.1 (Berkeley) 5/9/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/pc98/pc98/wdreg.h,v 1.5 2004/04/07 04:59:58 imp Exp $
*/
/*
diff --git a/sys/pc98/pc98/wormio.h b/sys/pc98/pc98/wormio.h
index 4d95d348c14f..0e3027e0b743 100644
--- a/sys/pc98/pc98/wormio.h
+++ b/sys/pc98/pc98/wormio.h
@@ -1,5 +1,5 @@
/* Shared between kernel & process */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pc98/pc98/wormio.h,v 1.2 2000/04/29 05:55:33 nyan Exp $ */
#ifndef _SYS_WORMIO_H_
#define _SYS_WORMIO_H_