summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/qec.c
AgeCommit message (Expand)Author
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
1998-08-29Nuke unnecessary header files.pk
1998-08-21vm_offset_t => vaddr_t.pk
1998-07-29Use sbus_destroy_attach_args().pk
1998-07-28Fix #includes.pk
1998-07-27qec `bus' driver; much like lebuffer.pk