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
/
include
/
pci_machdep.h
Age
Commit message (
Expand
)
Author
2007-08-04
Add missing pci_intr_line() implementation.
Mark Kettenis
2007-04-01
Shift tags when converting them into an address offset. Necessary to support
Mark Kettenis
2006-03-19
rev 1.86
Brad Smith
2005-09-04
remove unused NetBSD pci_intr_evcnt() function.
Brad Smith
2004-12-02
Add pci_decompose_tag() for sparc64.
Brad Smith
2003-05-16
The sparc64 proms do not map all interrupt vectors. Instead of
Henric Jungheim
2003-02-17
Add support for the Sun Enterprise 450
Henric Jungheim
2003-01-13
Don't use a global variable to determine which pci_conf* function to call,
Jason Wright
2002-06-09
2^5 not 5, duh, sorry matthieu
Jason Wright
2002-06-09
Ah, seems we've seen this problem before (macro's with wrong name)
Jason Wright
2002-06-09
add PCITAG_BUS/DEV/FUNC for decoding PCI tags
Jason Wright
2002-06-08
make pci_conf_{read|write} indirect functions so we can overload them
Jason Wright
2002-04-03
in PCITAG_SETNODE s/t/x to match usage; from netbsd
Jason Wright
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-22
Fix interrupt establishing.
Artur Grabowski
2001-08-20
$OpenBSD$
Jason Wright
2001-08-19
Lot of stuff... Some from NetBSD, some from OpenBSD, minor modifications
Jason Wright