From owner-cvs-src@FreeBSD.ORG Mon Jun 18 22:15:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A025D16A400; Mon, 18 Jun 2007 22:15:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2CA13C48C; Mon, 18 Jun 2007 22:15:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5IMFILl004632; Mon, 18 Jun 2007 22:15:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5IMFIVD004625; Mon, 18 Jun 2007 22:15:18 GMT (envelope-from marius) Message-Id: <200706182215.l5IMFIVD004625@repoman.freebsd.org> From: Marius Strobl Date: Mon, 18 Jun 2007 22:15:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/syscons scgfbrndr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 22:15:18 -0000 marius 2007-06-18 22:15:17 UTC FreeBSD src repository Modified files: sys/dev/syscons scgfbrndr.c Log: According to the default font size on sparc64 provide a 12 x 22 mouse pointer instead of a 8 x 16 one so device drivers don't need to bring there own one there and in gfb_mouse() (ab)use the pixel_mask argument of putm() to pass along on/off info as erasing the mouse cursor image by redrawing the text underneath doesn't work as we use hardware cursors on sparc64. Revision Changes Path 1.24 +32 -1 src/sys/dev/syscons/scgfbrndr.c