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
/
amd64
/
pci
Age
Commit message (
Expand
)
Author
2007-01-15
ansi/deregister
Jonathan Gray
2006-12-14
Swizzle interrupts for devices for which we don't have explicit inetrrupt
Mark Kettenis
2006-11-25
sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-...
Niklas Hallqvist
2006-05-31
Reorg the code to be more sane. More coming.
Tobias Weingartner
2006-03-13
* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
Brad Smith
2006-03-11
add a comment.
Brad Smith
2006-02-12
Find additional noncoherent HyperTransport links by looking at the
Mark Kettenis
2005-09-29
Execute operations in the correct order. From jason@
Marco Peereboom
2005-09-27
ARGH! disable gart, I suck!
Marco Peereboom
2005-09-27
Clean up prints. From jason@
Marco Peereboom
2005-09-19
floppy support; form@openbsd.ru
Theo de Raadt
2005-09-04
remove unused NetBSD pci_intr_evcnt() function.
Brad Smith
2005-06-25
the local macro _id was removed before this code was even imported from NetBSD
Brad Smith
2005-06-17
- remove old debugging code
Marco Peereboom
2005-06-08
revert enabling iommu on amd64 as it breaks at least one MP host.
Marco S Hyman
2005-06-07
make it prettier; jason ok
Theo de Raadt
2005-06-06
enable iommu on all systems where we support it. We'll support it on more
Jason Wright
2005-06-02
- wish there was a better way to do this... put splhigh() around the
Jason Wright
2005-05-27
oops, need to get the boundary from the map when allocating gart addresses
Jason Wright
2005-05-27
- Use the direct map for mapping the PTEs.
Artur Grabowski
2005-05-27
use a fixed address for the base dva, also don't forget to setup the
Jason Wright
2005-05-27
hook in iommu, but it's still disabled by default for now
Jason Wright
2005-05-27
fix printf
Jason Wright
2005-05-27
handle multi-cpu GART allocation:
Jason Wright
2005-05-26
make all mappings valid/coherent. For pages not currently mapped, fill
Jason Wright
2005-05-26
iommu meets amd64. This currently only works on machines where the GART
Jason Wright
2005-05-24
add aapic driver which currently is used to workaround errata on
Brad Smith
2005-05-14
remove redundant definition of PCI_ID_CODE. I added this to the
Brad Smith
2004-06-28
Use new event counter API for interrupt counting on amd64. Based in part
Theo de Raadt
2004-06-25
SMP support. Big parts from NetBSD, but with some really serious debugging
Artur Grabowski
2004-06-14
de-__P
Theo de Raadt
2004-01-28
an amd64 arch support.
Michael Shalayeff