summaryrefslogtreecommitdiff
path: root/sys/dev/vme/vme.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2010-12-11Use device_privatematt
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-03-25Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2005-02-04de-__Pperry
2004-09-15fix a botched function header,drochner
2004-09-13a round of autoconf cleanup:drochner
2004-08-02avoid a questionable pointer type castdrochner
2004-07-29remove some typecasts to "cfmatch_t" which are obviously relicts fromdrochner
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2001-11-13add RCSIDslukem
1999-06-30new, more mi, VME frameworkdrochner
1998-02-04Erase a spurious structure definition.pk
1997-11-01Start an MI VMEbus framework.pk