summaryrefslogtreecommitdiff
path: root/sys/dev/tc/zsms.c
AgeCommit message (Expand)Author
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky
2006-03-31Use ANSI function decls, apply static.thorpej
2006-03-30Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-05-06Put back a missing brace.ad
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-11-13add/cleanup RCSIDslukem
2000-10-19- Put comment about wsevent structure counts 0 for the left most mousenisimura
2000-10-14Make sure wsmouseopen() returns ENXIO when no VSXXX mouse is attached.nisimura
2000-07-05Repopulate 4 files, zs_ioasic.c and zs_ioasicvar.h from arch/alpha/tc,nisimura