Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/ad_pmax_wscons]: src/sys/arch/pmax/ibus Remove some more debugging crud, ...
details: https://anonhg.NetBSD.org/src/rev/1fdab5c180bb
branches: ad_pmax_wscons
changeset: 523759:1fdab5c180bb
user: ad <ad%NetBSD.org@localhost>
date: Mon Mar 25 19:26:20 2002 +0000
description:
Remove some more debugging crud, and use the full screen.
diffstat:
sys/arch/pmax/ibus/pm.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r b82997717a4c -r 1fdab5c180bb sys/arch/pmax/ibus/pm.c
--- a/sys/arch/pmax/ibus/pm.c Sat Mar 16 12:12:51 2002 +0000
+++ b/sys/arch/pmax/ibus/pm.c Mon Mar 25 19:26:20 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pm.c,v 1.1.16.2 2002/03/16 10:38:12 ad Exp $ */
+/* $NetBSD: pm.c,v 1.1.16.3 2002/03/25 19:26:20 ad Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pm.c,v 1.1.16.2 2002/03/16 10:38:12 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pm.c,v 1.1.16.3 2002/03/25 19:26:20 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -285,9 +285,7 @@
/*
* Clear the screen.
*/
-#if 0
memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
-#endif
/*
* Get a font to use.
@@ -314,7 +312,7 @@
/*
* Set up the raster operations set.
*/
- rasops_init(ri, 34, 80);
+ rasops_init(ri, 1000, 1000);
pm_stdscreen.nrows = ri->ri_rows;
pm_stdscreen.ncols = ri->ri_cols;
Home |
Main Index |
Thread Index |
Old Index