summaryrefslogtreecommitdiff
path: root/sys/arch/xen/include/bus_private.h
AgeCommit message (Expand)Author
2019-02-14Snag the final bits of PV only code to conditionally compile undercherry
2008-01-23Merge the bouyer-xeni386 branch. This brings in PAE support to NetBSD xeni386bouyer
2007-11-22Pull up the bouyer-xenamd64 branch to HEAD. This brings in amd64 supportbouyer
2006-08-28Some bus_dma(9) fixes for Xen:bouyer
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-08-22Rename _PRIVATE_BUS_DMAMEM_ALLOC_RANGE to _BUS_DMAMEM_ALLOC_RANGE forbouyer
2005-08-20Deal with the machine address space being non-contigous in bus_dmamem_alloc():bouyer
2005-04-16add files which i forgot to add with arch/x86/x86/bus_dma.c rev.1.21.yamt