summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/xbox.c
AgeCommit message (Expand)Author
2011-07-18convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_tmrg
2009-09-18- use device_private(), proper types and variables for device_t/softctsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-18bzero -> memsetcegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh
2000-06-28remove include of <vm/vm.h>mrg
2000-01-11Remove old-style boot device recognition.pk
1998-07-27get headers from dev/sbuspk
1998-04-18Skeleton code for the SBus expander box.pk