Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/rasops Remove crud remaining from userland mockup.
details: https://anonhg.NetBSD.org/src/rev/74e306ec1105
branches: trunk
changeset: 472252:74e306ec1105
user: ad <ad%NetBSD.org@localhost>
date: Mon Apr 26 04:29:12 1999 +0000
description:
Remove crud remaining from userland mockup.
diffstat:
sys/dev/rasops/rasops24.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 6ef72f3d68cb -r 74e306ec1105 sys/dev/rasops/rasops24.c
--- a/sys/dev/rasops/rasops24.c Mon Apr 26 04:27:47 1999 +0000
+++ b/sys/dev/rasops/rasops24.c Mon Apr 26 04:29:12 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rasops24.c,v 1.4 1999/04/26 04:27:47 ad Exp $ */
+/* $NetBSD: rasops24.c,v 1.5 1999/04/26 04:29:12 ad Exp $ */
/*
* Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
#include "opt_rasops.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.4 1999/04/26 04:27:47 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.5 1999/04/26 04:29:12 ad Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -465,10 +465,9 @@
#endif
/* Recompute stamp? */
- if (attr != stamp_attr) {
- puts("putchar16 rms");
+ if (attr != stamp_attr)
rasops24_makestamp(ri, attr);
- }
+
rp = (int32_t *)(ri->ri_bits + row*ri->ri_yscale + col*ri->ri_xscale);
height = ri->ri_font->fontheight;
Home |
Main Index |
Thread Index |
Old Index