Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys machine/fbio.h -> dev/sun/fbio.h
details: https://anonhg.NetBSD.org/src/rev/5296267e5c23
branches: trunk
changeset: 515230:5296267e5c23
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Sep 19 18:10:32 2001 +0000
description:
machine/fbio.h -> dev/sun/fbio.h
diffstat:
sys/arch/amiga/dev/grf.c | 4 ++--
sys/arch/sparc64/dev/fb.c | 4 ++--
sys/arch/sparc64/dev/kd.c | 4 ++--
sys/arch/sun3/dev/bt_subr.c | 4 ++--
sys/arch/sun3/dev/bw2.c | 4 ++--
sys/arch/sun3/dev/cg2.c | 4 ++--
sys/arch/sun3/dev/cg4.c | 4 ++--
sys/arch/sun3/dev/fb.c | 4 ++--
sys/arch/sun3/sun3/enable.c | 4 ++--
sys/arch/sun3/sun3x/enable.c | 4 ++--
sys/compat/netbsd32/netbsd32_ioctl.c | 4 ++--
11 files changed, 22 insertions(+), 22 deletions(-)
diffs (198 lines):
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/amiga/dev/grf.c
--- a/sys/arch/amiga/dev/grf.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/amiga/dev/grf.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grf.c,v 1.37 2000/06/29 08:44:05 mrg Exp $ */
+/* $NetBSD: grf.c,v 1.38 2001/09/19 18:10:33 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -60,7 +60,7 @@
#include <sys/poll.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <amiga/amiga/color.h> /* DEBUG */
#include <amiga/amiga/device.h>
#include <amiga/dev/grfioctl.h>
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sparc64/dev/fb.c
--- a/sys/arch/sparc64/dev/fb.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sparc64/dev/fb.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fb.c,v 1.18 2000/08/23 12:08:16 pk Exp $ */
+/* $NetBSD: fb.c,v 1.19 2001/09/19 18:10:34 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -56,7 +56,7 @@
#include <sys/conf.h>
#include <machine/autoconf.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <machine/kbd.h>
#include <machine/fbvar.h>
#include <machine/conf.h>
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sparc64/dev/kd.c
--- a/sys/arch/sparc64/dev/kd.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sparc64/dev/kd.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kd.c,v 1.16 2001/05/02 10:32:20 scw Exp $ */
+/* $NetBSD: kd.c,v 1.17 2001/09/19 18:10:34 thorpej Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
#include <machine/conf.h>
#ifdef RASTERCONSOLE
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <machine/fbvar.h>
#endif
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sun3/dev/bt_subr.c
--- a/sys/arch/sun3/dev/bt_subr.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sun3/dev/bt_subr.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bt_subr.c,v 1.3 2001/09/05 13:27:53 tsutsui Exp $ */
+/* $NetBSD: bt_subr.c,v 1.4 2001/09/19 18:10:34 thorpej Exp $ */
/*
* Copyright (c) 1993
@@ -48,7 +48,7 @@
#include <sys/buf.h>
#include <sys/errno.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include "btreg.h"
#include "btvar.h"
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sun3/dev/bw2.c
--- a/sys/arch/sun3/dev/bw2.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sun3/dev/bw2.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bw2.c,v 1.16 2000/06/29 07:18:57 mrg Exp $ */
+/* $NetBSD: bw2.c,v 1.17 2001/09/19 18:10:34 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -64,7 +64,7 @@
#include <machine/autoconf.h>
#include <machine/cpu.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <machine/idprom.h>
#include <machine/pmap.h>
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sun3/dev/cg2.c
--- a/sys/arch/sun3/dev/cg2.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sun3/dev/cg2.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cg2.c,v 1.15 2001/09/05 13:27:53 tsutsui Exp $ */
+/* $NetBSD: cg2.c,v 1.16 2001/09/19 18:10:34 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -64,7 +64,7 @@
#include <uvm/uvm_extern.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <machine/autoconf.h>
#include <machine/pmap.h>
#include <machine/cg2reg.h>
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sun3/dev/cg4.c
--- a/sys/arch/sun3/dev/cg4.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sun3/dev/cg4.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cg4.c,v 1.22 2001/09/05 13:27:53 tsutsui Exp $ */
+/* $NetBSD: cg4.c,v 1.23 2001/09/19 18:10:34 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -72,7 +72,7 @@
#include <machine/autoconf.h>
#include <machine/cpu.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <machine/idprom.h>
#include <machine/pmap.h>
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sun3/dev/fb.c
--- a/sys/arch/sun3/dev/fb.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sun3/dev/fb.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fb.c,v 1.6 2000/06/26 04:56:12 simonb Exp $ */
+/* $NetBSD: fb.c,v 1.7 2001/09/19 18:10:34 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -56,7 +56,7 @@
#include <sys/proc.h>
#include <machine/eeprom.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <sun3/dev/fbvar.h>
#include <sun3/dev/p4reg.h>
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sun3/sun3/enable.c
--- a/sys/arch/sun3/sun3/enable.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sun3/sun3/enable.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: enable.c,v 1.2 1998/02/05 04:57:32 gwr Exp $ */
+/* $NetBSD: enable.c,v 1.3 2001/09/19 18:10:33 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/param.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <sun3/dev/fbvar.h>
#include <sun3/sun3/control.h>
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/arch/sun3/sun3x/enable.c
--- a/sys/arch/sun3/sun3x/enable.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/arch/sun3/sun3x/enable.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: enable.c,v 1.2 1998/02/05 04:57:55 gwr Exp $ */
+/* $NetBSD: enable.c,v 1.3 2001/09/19 18:10:34 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/param.h>
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <sun3/dev/fbvar.h>
#include <sun3/sun3/machdep.h>
#include <sun3/sun3x/enable.h>
diff -r cd91ac2e1f57 -r 5296267e5c23 sys/compat/netbsd32/netbsd32_ioctl.c
--- a/sys/compat/netbsd32/netbsd32_ioctl.c Wed Sep 19 17:54:44 2001 +0000
+++ b/sys/compat/netbsd32/netbsd32_ioctl.c Wed Sep 19 18:10:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_ioctl.c,v 1.11 2001/08/25 15:06:03 mrg Exp $ */
+/* $NetBSD: netbsd32_ioctl.c,v 1.12 2001/09/19 18:10:32 thorpej Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -51,7 +51,7 @@
#include <sys/syscallargs.h>
#ifdef __sparc__
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#include <machine/openpromio.h>
#endif
Home |
Main Index |
Thread Index |
Old Index