/share/examples/asm/

();'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/lebuffer.c
AgeCommit message (Expand)Author
2009-09-17Fix a message format in error path.tsutsui
2009-09-17Split device_t/softc.tsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-05-17Use device_private() to get struct sbus_softc from device_t parent.tsutsui
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
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2005-12-11merge ktrace-lwp.christos
2005-05-30avoid shadow variables.christos
2005-02-04de-__Pperry
2004-07-19No need to allocate our own bus tag here.pk
2004-06-30Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.pk
2004-06-27Bus tags should now be constructed by copying the parent's bus tag andpk
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Add missing args to CFATTACH_DECL.uwe
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-03-20Use bus_space_vaddr() correctly. (XXX do we really need this?)eeh
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh
2000-04-14add some casts to (u_long) to shut up gccmrg
2000-01-11Remove old-style boot device recognition.pk
1998-08-29Nuke unnecessary header files.pk
1998-07-29Use sbus_destroy_attach_args().pk
1998-07-27Change copyright.pk
1998-07-27Get headers from dev/sbus.pk
1998-07-27move these files to sys/dev/sbus. currently uses a hack to access the correc...mrg