OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Robert Nagy (robertcvs.openbsd.org)
Date: Tue May 29 2007 - 16:09:43 CDT


CVSROOT: /cvs
Module name: src
Changes by: robertcvs.openbsd.org 2007/05/29 15:09:43

Modified files:
        sys/arch/arm/arm: arm32_machdep.c
        sys/arch/arm/include: cpu.h
        sys/arch/zaurus/dev: zts.c

Log message:
Make use of struct wsmouse_calibcoords and add ioctl support
for getting and passing calibration values instead of using
sysctl.
Move the scale struct to uts_softc so that each device can have
it's own values instead of using the global one.
Remove the two MD sysctl (ztsscale and ztsrawmode).

ok deraadt