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
/
pci_machdep.c
Age
Commit message (
Expand
)
Author
2003-06-24
Add a "where" argument to the sparc64 interrupt code. This lets us
Henric Jungheim
2003-05-16
The sparc64 proms do not map all interrupt vectors. Instead of
Henric Jungheim
2003-05-10
string cleaning; ok beck dhartmei
Theo de Raadt
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-08
make pci_conf_{read|write} indirect functions so we can overload them
Jason Wright
2002-03-26
Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-10-12
From NetBSD: convert printf's to debug only and remove a panic
Jason Wright
2001-08-29
rcsid
Jason Wright
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-23
Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD.
Jason Wright
2001-08-22
Fix interrupt establishing.
Artur Grabowski
2001-08-22
pci_machep from NetBSD
Artur Grabowski