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
/
sparc64
/
dev
/
pyro.c
Age
Commit message (
Expand
)
Author
2009-03-29
bzero pci attach args
Mark Kettenis
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-01-02
Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap().
Mark Kettenis
2008-12-21
Make the "machine xir" ddb command work on machines with pyro(4).
Mark Kettenis
2008-07-12
Perform IOMMU cache flushes on Oberon.
Mark Kettenis
2008-07-12
Use the proper interrupt target ID on Oberon.
Mark Kettenis
2008-05-24
iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC ...
Mark Kettenis
2008-01-19
Make host bridges provide their own implementation of pci_conf_read() and
Mark Kettenis
2007-10-10
malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.
Kenneth R Westerback
2007-10-08
A few trailing bzero/memset -> M_ZERO occurrences, cast removal and
Kenneth R Westerback
2007-09-18
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-04-03
Add iommu glue.
Mark Kettenis
2007-04-01
Add code to establish interrupts.
Mark Kettenis
2007-04-01
Shift pci tags for PCIe.
Mark Kettenis
2007-04-01
Provide (non functional) dma tag.
Mark Kettenis
2007-03-31
Map PCIe config space.
Mark Kettenis
2007-03-31
Fix DEBUG.
Mark Kettenis
2007-03-30
First stab at a driver for the Host/PCIe bridge found on the Sun Fire
Mark Kettenis