summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/qec.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-10Associate the OpenBoot / OpenFirmware node with attached devicesthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2009-09-19u_intNN_t -> uintNN_ttsutsui
2009-09-19Split device_t/softc.tsutsui
2009-09-18Use uint8_t pointers for TX/RX buffers to avoid extra pointer casts.tsutsui
2009-09-18- wrap a long linetsutsui
2009-09-18- use device_private(), proper types and variables for device_t/softctsutsui
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
2007-03-04fix fallout from caddr_t changes.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30avoid shadow variables.christos
2005-02-04de-__Pperry
2004-06-30Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.pk
2004-06-28Put back qec_bus_map(), since sparc64's mainbus and sbus drivers do notpk
2004-06-27Bus tags should now be constructed by copying the parent's bus tag andpk
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2003-08-27change PROM_getprop() from taking a "void **" for the storage, to amrg
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-12-10bus_intr_establish() signature change.pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
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-08-23Use the structures defined in bsd_openprom.h for "reg", "range",thorpej
2002-03-20Clean up bus space a bit. XXX is sc_buffer ever actually used after it'seeh
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-12-04Replace some misuses of "then" with "than".wiz
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-12-04Avoid compile warning on sparc64 32bit. sc_buffer doesn't seem to befvdl
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-01-11Remove old-style boot device recognition.pk
1999-06-24Issue a reset command when initializing.pk
1999-01-17Share ring buffer code and data structure for `be' and `qe' inpk
1999-01-16Convert to bus_space(9).pk
1998-08-30Use sbus attach args features.pk