Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/pnozz
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 10/30/2005 15:57:58
Module Name:	xsrc
Committed By:	macallan
Date:		Sun Oct 30 15:57:58 UTC 2005

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/pnozz: pnozz_accel.c
	    pnozz_cursor.c pnozz_driver.c pnozz_regs.h

Log Message:
Fix a few bugs:
- the driver no longer hangs when using a software cursor
- added a workaround to prevent occasions stomping over all the DAC registers
  when uploading a cursor image
- write the hotspot registers more often, they seem to revert to 0 sometimes


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/pnozz/pnozz_accel.c \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/pnozz/pnozz_driver.c
cvs rdiff -r1.1 -r1.2 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/pnozz/pnozz_cursor.c \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/pnozz/pnozz_regs.h

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