summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2002-09-28 18:43:08 +0000
committertsutsui <tsutsui@NetBSD.org>2002-09-28 18:43:08 +0000
commita05eb615feb0f63ef1c001a1c2d4129bd44e84c5 (patch)
tree00120a682cb68df2eab0f29138a3eecb5b313273 /sys/dev
parent7a61cafd1e45305865499493db5efb498615f11b (diff)
Rename if_fereg.h -> if_fmvreg.h since now it has only
FMV-18x specific definitions.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/if_fmv.c6
-rw-r--r--sys/dev/isa/if_fmvreg.h (renamed from sys/dev/isa/if_fereg.h)2
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/if_fmv.c b/sys/dev/isa/if_fmv.c
index 7fe54aaf80e..4136b92cd71 100644
--- a/sys/dev/isa/if_fmv.c
+++ b/sys/dev/isa/if_fmv.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_fmv.c,v 1.27 2002/09/27 20:38:31 thorpej Exp $ */
+/* $NetBSD: if_fmv.c,v 1.28 2002/09/28 18:43:08 tsutsui Exp $ */
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_fmv.c,v 1.27 2002/09/27 20:38:31 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_fmv.c,v 1.28 2002/09/28 18:43:08 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_fmv.c,v 1.27 2002/09/27 20:38:31 thorpej Exp $");
#include <dev/ic/mb86960var.h>
#include <dev/isa/isavar.h>
-#include <dev/isa/if_fereg.h> /* XXX */
+#include <dev/isa/if_fmvreg.h>
int fmv_match __P((struct device *, struct cfdata *, void *));
void fmv_attach __P((struct device *, struct device *, void *));
diff --git a/sys/dev/isa/if_fereg.h b/sys/dev/isa/if_fmvreg.h
index 13ef889b0bb..7cfc9233a31 100644
--- a/sys/dev/isa/if_fereg.h
+++ b/sys/dev/isa/if_fmvreg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_fereg.h,v 1.5 2002/09/28 18:19:09 tsutsui Exp $ */
+/* $NetBSD: if_fmvreg.h,v 1.1 2002/09/28 18:43:08 tsutsui Exp $ */
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995