summaryrefslogtreecommitdiff
path: root/sys/dev/qbus/uba.c
AgeCommit message (Expand)Author
2003-08-28Keep track of which addresses that are used by devices, so that probingragge
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-06-01SIMPLEQ rototill:lukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-04-26Add functions to allocate mapped-in qbus memory.ragge
2001-04-12splimp -> spluba.thorpej
2000-06-28remove include of <vm/vm.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-05Adjust to new evcnt stuff.matt
2000-06-04Start couting interrupts.matt
2000-04-30Add function uba_reset_establish() to register reset functions likeragge
2000-03-30Remove register declarations.augustss
2000-01-24Revamp the VAX interrupt handling code. Make it compatible with all thematt
1999-06-20Fix a erroneous malloc.ragge
1999-06-06Fix map register/DMA wait queues.ragge
1999-05-27Moved from ../dec/qbus/uba.c,vragge