From f89afd86e1e9a8febc72b72ae55b157bb1188658 Mon Sep 17 00:00:00 2001 From: sato Date: Mon, 1 Jan 2001 01:42:03 +0000 Subject: [PATCH] re-disable experimental HPCFB_MULTI codes.... --- sys/arch/hpcmips/dev/hpcfb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/hpcmips/dev/hpcfb.c b/sys/arch/hpcmips/dev/hpcfb.c index 5f4270a329b0..025848ee9203 100644 --- a/sys/arch/hpcmips/dev/hpcfb.c +++ b/sys/arch/hpcmips/dev/hpcfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: hpcfb.c,v 1.28 2000/12/30 01:55:24 sato Exp $ */ +/* $NetBSD: hpcfb.c,v 1.29 2001/01/01 01:42:03 sato Exp $ */ /*- * Copyright (c) 1999 @@ -46,7 +46,7 @@ static const char _copyright[] __attribute__ ((unused)) = "Copyright (c) 1999 Shin Takemura. All rights reserved."; static const char _rcsid[] __attribute__ ((unused)) = - "$Id: hpcfb.c,v 1.28 2000/12/30 01:55:24 sato Exp $"; + "$Id: hpcfb.c,v 1.29 2001/01/01 01:42:03 sato Exp $"; #include #include @@ -100,8 +100,8 @@ int hpcfb_debug = 0; /* * currently experimental #define HPCFB_JUMP -*/ #define HPCFB_MULTI +*/ struct hpcfb_vchar { u_int c;