summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sbus/agten.c4
-rw-r--r--sys/dev/sbus/bwtwo.c4
-rw-r--r--sys/dev/sbus/cgsix.c4
-rw-r--r--sys/dev/sbus/cgthree.c4
-rw-r--r--sys/dev/sbus/cgtwelve.c4
-rw-r--r--sys/dev/sbus/mgx.c4
-rw-r--r--sys/dev/sbus/rfx.c4
-rw-r--r--sys/dev/sbus/tvtwo.c4
-rw-r--r--sys/dev/sbus/vigra.c4
-rw-r--r--sys/dev/sbus/zx.c4
10 files changed, 20 insertions, 20 deletions
diff --git a/sys/dev/sbus/agten.c b/sys/dev/sbus/agten.c
index f7dba9dcf2b..9692977cd7e 100644
--- a/sys/dev/sbus/agten.c
+++ b/sys/dev/sbus/agten.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: agten.c,v 1.3 2005/01/05 23:04:25 miod Exp $ */
+/* $OpenBSD: agten.c,v 1.4 2005/03/07 16:44:52 miod Exp $ */
/*
* Copyright (c) 2002, 2003, Miodrag Vallat.
* All rights reserved.
@@ -229,7 +229,7 @@ agtenattach(struct device *parent, struct device *self, void *args)
fbwscons_setcolormap(&sc->sc_sunfb, agten_setcolor);
if (isconsole) {
- fbwscons_console_init(&sc->sc_sunfb, -1, NULL);
+ fbwscons_console_init(&sc->sc_sunfb, -1);
}
sbus_establish(&sc->sc_sd, &sc->sc_sunfb.sf_dev);
diff --git a/sys/dev/sbus/bwtwo.c b/sys/dev/sbus/bwtwo.c
index 04361f9ec35..a8cd63d6b39 100644
--- a/sys/dev/sbus/bwtwo.c
+++ b/sys/dev/sbus/bwtwo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bwtwo.c,v 1.13 2005/03/01 21:23:36 miod Exp $ */
+/* $OpenBSD: bwtwo.c,v 1.14 2005/03/07 16:44:52 miod Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -209,7 +209,7 @@ bwtwoattach(parent, self, aux)
if (console) {
sc->sc_sunfb.sf_ro.ri_updatecursor = bwtwo_updatecursor;
- fbwscons_console_init(&sc->sc_sunfb, -1, bwtwo_burner);
+ fbwscons_console_init(&sc->sc_sunfb, -1);
}
fbwscons_attach(&sc->sc_sunfb, &bwtwo_accessops, console);
diff --git a/sys/dev/sbus/cgsix.c b/sys/dev/sbus/cgsix.c
index 435895b9003..1f4fdb59eb2 100644
--- a/sys/dev/sbus/cgsix.c
+++ b/sys/dev/sbus/cgsix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgsix.c,v 1.49 2005/03/03 01:52:41 miod Exp $ */
+/* $OpenBSD: cgsix.c,v 1.50 2005/03/07 16:44:52 miod Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -242,7 +242,7 @@ cgsixattach(struct device *parent, struct device *self, void *aux)
if (console) {
sc->sc_sunfb.sf_ro.ri_updatecursor = cgsix_ras_updatecursor;
- fbwscons_console_init(&sc->sc_sunfb, -1, cgsix_burner);
+ fbwscons_console_init(&sc->sc_sunfb, -1);
}
fbwscons_attach(&sc->sc_sunfb, &cgsix_accessops, console);
diff --git a/sys/dev/sbus/cgthree.c b/sys/dev/sbus/cgthree.c
index 4644546cdb4..7af2d121778 100644
--- a/sys/dev/sbus/cgthree.c
+++ b/sys/dev/sbus/cgthree.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgthree.c,v 1.38 2005/03/01 21:23:36 miod Exp $ */
+/* $OpenBSD: cgthree.c,v 1.39 2005/03/07 16:44:52 miod Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -286,7 +286,7 @@ cgthreeattach(struct device *parent, struct device *self, void *aux)
if (console) {
sc->sc_sunfb.sf_ro.ri_updatecursor = cgthree_updatecursor;
fbwscons_console_init(&sc->sc_sunfb,
- sc->sc_sunfb.sf_width >= 1024 ? -1 : 0, cgthree_burner);
+ sc->sc_sunfb.sf_width >= 1024 ? -1 : 0);
}
fbwscons_attach(&sc->sc_sunfb, &cgthree_accessops, console);
diff --git a/sys/dev/sbus/cgtwelve.c b/sys/dev/sbus/cgtwelve.c
index 07dd5199454..55ed4545d5f 100644
--- a/sys/dev/sbus/cgtwelve.c
+++ b/sys/dev/sbus/cgtwelve.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgtwelve.c,v 1.1 2005/03/05 01:49:03 miod Exp $ */
+/* $OpenBSD: cgtwelve.c,v 1.2 2005/03/07 16:44:52 miod Exp $ */
/*
* Copyright (c) 2002, 2003 Miodrag Vallat. All rights reserved.
@@ -241,7 +241,7 @@ cgtwelveattach(struct device *parent, struct device *self, void *args)
fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR);
if (isconsole) {
- fbwscons_console_init(&sc->sc_sunfb, -1, NULL);
+ fbwscons_console_init(&sc->sc_sunfb, -1);
shutdownhook_establish(cgtwelve_prom, sc);
}
diff --git a/sys/dev/sbus/mgx.c b/sys/dev/sbus/mgx.c
index 97f380068db..a1439d75771 100644
--- a/sys/dev/sbus/mgx.c
+++ b/sys/dev/sbus/mgx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mgx.c,v 1.3 2005/03/03 09:49:06 miod Exp $ */
+/* $OpenBSD: mgx.c,v 1.4 2005/03/07 16:44:52 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
* All rights reserved.
@@ -217,7 +217,7 @@ mgxattach(struct device *parent, struct device *self, void *args)
sc->sc_sunfb.sf_width, sc->sc_sunfb.sf_height);
if (isconsole) {
- fbwscons_console_init(&sc->sc_sunfb, -1, mgx_burner);
+ fbwscons_console_init(&sc->sc_sunfb, -1);
}
sbus_establish(&sc->sc_sd, &sc->sc_sunfb.sf_dev);
diff --git a/sys/dev/sbus/rfx.c b/sys/dev/sbus/rfx.c
index 3fab276b61e..db2ddcdb24b 100644
--- a/sys/dev/sbus/rfx.c
+++ b/sys/dev/sbus/rfx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rfx.c,v 1.3 2005/03/03 02:14:02 miod Exp $ */
+/* $OpenBSD: rfx.c,v 1.4 2005/03/07 16:44:53 miod Exp $ */
/*
* Copyright (c) 2004, Miodrag Vallat.
@@ -309,7 +309,7 @@ rfxattach(struct device *parent, struct device *self, void *args)
fbwscons_setcolormap(&sc->sc_sunfb, rfx_setcolor);
if (isconsole) {
- fbwscons_console_init(&sc->sc_sunfb, -1, rfx_burner);
+ fbwscons_console_init(&sc->sc_sunfb, -1);
}
/* enable video */
diff --git a/sys/dev/sbus/tvtwo.c b/sys/dev/sbus/tvtwo.c
index a18dea61718..dfbe5b40d2b 100644
--- a/sys/dev/sbus/tvtwo.c
+++ b/sys/dev/sbus/tvtwo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tvtwo.c,v 1.3 2005/01/05 23:04:25 miod Exp $ */
+/* $OpenBSD: tvtwo.c,v 1.4 2005/03/07 16:44:53 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
* All rights reserved.
@@ -254,7 +254,7 @@ tvtwoattach(struct device *parent, struct device *self, void *args)
sc->sc_sunfb.sf_width, sc->sc_sunfb.sf_height);
if (isconsole) {
- fbwscons_console_init(&sc->sc_sunfb, -1, NULL);
+ fbwscons_console_init(&sc->sc_sunfb, -1);
}
sbus_establish(&sc->sc_sd, &sc->sc_sunfb.sf_dev);
diff --git a/sys/dev/sbus/vigra.c b/sys/dev/sbus/vigra.c
index 25bf19fb3ff..54a207c704f 100644
--- a/sys/dev/sbus/vigra.c
+++ b/sys/dev/sbus/vigra.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vigra.c,v 1.6 2005/03/06 23:04:04 miod Exp $ */
+/* $OpenBSD: vigra.c,v 1.7 2005/03/07 16:44:53 miod Exp $ */
/*
* Copyright (c) 2002, 2003, Miodrag Vallat.
@@ -350,7 +350,7 @@ vigraattach(struct device *parent, struct device *self, void *args)
break;
}
- fbwscons_console_init(&sc->sc_sunfb, row, vigra_burner);
+ fbwscons_console_init(&sc->sc_sunfb, row);
}
sbus_establish(&sc->sc_sd, &sc->sc_sunfb.sf_dev);
diff --git a/sys/dev/sbus/zx.c b/sys/dev/sbus/zx.c
index 3c411c63910..b676b4eed59 100644
--- a/sys/dev/sbus/zx.c
+++ b/sys/dev/sbus/zx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zx.c,v 1.4 2005/03/01 21:21:25 miod Exp $ */
+/* $OpenBSD: zx.c,v 1.5 2005/03/07 16:44:53 miod Exp $ */
/* $NetBSD: zx.c,v 1.5 2002/10/02 16:52:46 thorpej Exp $ */
/*
@@ -308,7 +308,7 @@ zx_attach(struct device *parent, struct device *self, void *args)
if (isconsole) {
/* zx_reset() below will clear screen, so restart at 1st row */
- fbwscons_console_init(&sc->sc_sunfb, 0, zx_burner);
+ fbwscons_console_init(&sc->sc_sunfb, 0);
}
/* reset cursor & frame buffer controls */