Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 03/15/2006 02:11:35
Module Name:	xsrc
Committed By:	uwe
Date:		Wed Mar 15 02:11:35 UTC 2006

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc: hpcFB.c

Log Message:
Don't call Error in hpcSetDisplayMode, otherwise when we want to print
an error message and stderr is not on the framebuffer console, we get
a lot of spam about failed GMODE/SMODE ioctls.

Instead call Error at the only place where hpcSetDisplayMode is called
to switch to the mapped mode.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/hpcFB.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.