-/* $OpenBSD: grf_cv.c,v 1.8 1996/05/02 06:43:46 niklas Exp $ */
-/* $NetBSD: grf_cv.c,v 1.12 1996/04/21 21:11:15 veego Exp $ */
+/* $OpenBSD: grf_cv.c,v 1.9 1996/05/04 13:54:22 niklas Exp $ */
+/* $NetBSD: grf_cv.c,v 1.13 1996/05/01 09:59:24 veego Exp $ */
/*
* Copyright (c) 1995 Michael Teske
struct device *pdp;
void *match, *auxp;
{
+#ifdef CV64CONSOLE
struct cfdata *cfp = match;
- struct zbus_args *zap;
static int cvcons_unit = -1;
+#endif
+ struct zbus_args *zap;
zap = auxp;
-/* $OpenBSD: grf_rh.c,v 1.5 1996/05/02 06:43:48 niklas Exp $ */
-/* $NetBSD: grf_rh.c,v 1.14 1996/04/21 21:11:17 veego Exp $ */
+/* $OpenBSD: grf_rh.c,v 1.6 1996/05/04 13:54:26 niklas Exp $ */
+/* $NetBSD: grf_rh.c,v 1.15 1996/05/01 09:59:26 veego Exp $ */
/*
* Copyright (c) 1994 Markus Wild
struct device *pdp;
void *match, *auxp;
{
- struct cfdata *cfp = match;
#ifdef RETINACONSOLE
+ struct cfdata *cfp = match;
static int rhconunit = -1;
#endif
struct zbus_args *zap;
-/* $OpenBSD: grf_rt.c,v 1.4 1996/05/02 06:43:50 niklas Exp $ */
-/* $NetBSD: grf_rt.c,v 1.25 1996/04/21 21:11:21 veego Exp $ */
+/* $OpenBSD: grf_rt.c,v 1.5 1996/05/04 13:54:29 niklas Exp $ */
+/* $NetBSD: grf_rt.c,v 1.26 1996/05/01 09:59:28 veego Exp $ */
/*
* Copyright (c) 1993 Markus Wild
struct device *pdp;
void *match, *auxp;
{
- struct cfdata *cfp = match;
#ifdef RETINACONSOLE
+ struct cfdata *cfp = match;
static int rtconunit = -1;
#endif
struct zbus_args *zap;
-/* $OpenBSD: grf_ul.c,v 1.7 1996/05/02 06:43:52 niklas Exp $ */
-/* $NetBSD: grf_ul.c,v 1.15 1996/04/21 21:11:24 veego Exp $ */
+/* $OpenBSD: grf_ul.c,v 1.8 1996/05/04 13:54:31 niklas Exp $ */
+/* $NetBSD: grf_ul.c,v 1.16 1996/05/01 09:59:29 veego Exp $ */
#define UL_DEBUG
struct device *pdp;
void *match, *auxp;
{
- struct cfdata *cfp = match;
#ifdef ULOWELLCONSOLE
+ struct cfdata *cfp = match;
static int ulconunit = -1;
#endif
struct zbus_args *zap;