Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/vr Add MobilePro 880 (MC/R730A) to stylus c...



details:   https://anonhg.NetBSD.org/src/rev/ad3ea3b79b99
branches:  trunk
changeset: 556788:ad3ea3b79b99
user:      shin <shin%NetBSD.org@localhost>
date:      Sat Dec 27 07:28:21 2003 +0000

description:
Add MobilePro 880 (MC/R730A) to stylus calibration table.
Addresses PR/23652.

diffstat:

 sys/arch/hpcmips/vr/vrpiu.c |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r e53137ba08a9 -r ad3ea3b79b99 sys/arch/hpcmips/vr/vrpiu.c
--- a/sys/arch/hpcmips/vr/vrpiu.c       Sat Dec 27 07:27:22 2003 +0000
+++ b/sys/arch/hpcmips/vr/vrpiu.c       Sat Dec 27 07:28:21 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vrpiu.c,v 1.31 2003/12/26 11:13:40 shin Exp $  */
+/*     $NetBSD: vrpiu.c,v 1.32 2003/12/27 07:28:21 shin Exp $  */
 
 /*
  * Copyright (c) 1999-2003 TAKEMURA Shin All rights reserved.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vrpiu.c,v 1.31 2003/12/26 11:13:40 shin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vrpiu.c,v 1.32 2003/12/27 07:28:21 shin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -280,6 +280,13 @@
                              { 115, 966,   0, 599 },
                              { 912,  80, 799,   0 },
                              { 912, 966, 799, 599 } } } },
+                       { &platid_mask_MACH_NEC_MCR_730A,
+                         { 0, 0, 799, 599,
+                           4,
+                           { { 115,  80,   0,   0 },
+                             { 115, 966,   0, 599 },
+                             { 912,  80, 799,   0 },
+                             { 912, 966, 799, 599 } } } },
                        { NULL,         /* samples got on my MC-R500 */
                          { 0, 0, 639, 239,
                            5,



Home | Main Index | Thread Index | Old Index