summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/astro.c
AgeCommit message (Expand)Author
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-25Another uvm_km_valloc(9) -> km_alloc(9) conversion.Mark Kettenis
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-02-08Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-05-24Add missing prototypesTheo de Raadt
2010-04-29Currently pdc_scanbus() scans in reverse, which results in physical CPU0Joel Sing
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-07-01Reset PDC devices before enabling iova space if we're not on a serial console.Mark Kettenis
2007-07-01Add a few more registers.Mark Kettenis
2007-06-16astro(4)'s iommu does cache-coherent DMA.Mark Kettenis
2007-06-16Add a few more registers.Mark Kettenis
2007-05-26tyopsMiod Vallat
2007-05-21Make iommu_dvmamap_unload cleanup properly.Mark Kettenis
2007-05-21Initial stab at a driver for the Astro chip. Mostly IOMMU code to handleMark Kettenis