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
/
alpha
/
pci
/
pci_axppci_33.c
Age
Commit message (
Expand
)
Author
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2015-07-26
Make sure pci_intr_map() will perform proper interrupt swizzling for devices
Miod Vallat
2009-08-22
Constify the what/name parameter of pci_intr_establish().
Michael Knudsen
2008-07-22
Modify pci_intr_map() implementation to pass the pci_attach_args to the
Miod Vallat
2006-06-15
Rework the interrupt code, shaving some cycles off in the process.
Brad Smith
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-14
Don't use a single static struct alpha_bus_space since there are machines
Nathan Binkert
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-17
provide a way to get the number used for irq line, not only a string
Michael Shalayeff
2001-06-25
Add disestablish for pciide on Alpha
Constantine Sapuntzakis
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-07-01
First shot for EB164SX/LX support; kernels for those should be much
Angelos D. Keromytis
1997-01-24
Sync with NetBSD 961207
Niklas Hallqvist
1996-12-08
Merge to NetBSD 961107, i.e. mostly new bus.h
Niklas Hallqvist
1996-11-12
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
Niklas Hallqvist
1996-10-30
Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.
Niklas Hallqvist
1996-07-29
Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention
Niklas Hallqvist
1996-06-18
sync to 0616, retaining local diffs
Theo de Raadt
1996-02-20
Pass device name to interrupt establish routines so it can be recorded in
Thorsten Lockert
1995-12-27
from netbsd:
Theo de Raadt
1995-12-14
update to netbsd
Theo de Raadt