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