summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/qec.c
AgeCommit message (Expand)Author
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