summaryrefslogtreecommitdiff
path: root/sys/dev/qbus/uda.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-01Use aprint_normal() in cfprint routines.thorpej
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-06-14Must check B_PHYS, not b_proc, if it is DMA to userspace, otherwise theragge
2001-11-13add RCSIDslukem
2001-06-10Only use b_proc if B_PHYS is set.ragge
2001-04-29Use ubmemalloc() for data structures. Remove unused vars. KNF.ragge
2001-04-12Protect the call to uba_done() with spluba().thorpej
2000-06-10Must be able to compile without "mtc".ragge
2000-06-05Adjust to new evcnt stuff.matt
2000-06-04More event counter stuff. Plus a little cruft cleanup while doing it.matt
2000-05-19A foolish consistency; most parts of the kernel use bp->b_data, sothorpej
2000-04-30Change to use new ubareset() functionality.ragge
2000-03-30Remove register declarations.augustss
2000-01-24Revamp the VAX interrupt handling code. Make it compatible with all thematt
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1999-06-06Fix map register/DMA wait queues.ragge
1999-05-29Copied from ../../arch/vax/uba/uda.c,vragge