index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mips
/
alchemy
/
dev
/
aupci.c
Age
Commit message (
Expand
)
Author
2022-09-29
Remove unnecessary include of <sys/malloc.h>.
skrll
2022-09-29
Trailing whitespace
skrll
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-07-07
Overhaul the interface to pci_configure_bus():
thorpej
2015-10-02
PCI Extended Configuration stuff written by nonaka@:
msaitoh
2015-06-27
Cleanup includes.
matt
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2014-03-26
kill sprintf
christos
2012-01-27
converting extent(9) from malloc(9) to kmem(9)
para
2012-01-03
Use device_t instead of 'struct device *'.
kiyohara
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-05-17
PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional
dyoung
2011-02-20
Merge forward from matt-nb5-mips64.
matt
2007-02-28
TRUE -> true, FALSE -> false
thorpej
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2006-09-09
Fix a white-space nit.
simonb
2006-02-27
Masking for mstart was still *not* right. This time I'm fairly sure I got
gdamore
2006-02-27
Incorrect pci_mbar/pci_mwmask related calculation was causing devices to be
gdamore
2006-02-16
Reenable PCI on DBAU1500. May still be useful for PIO devices. Comments
gdamore
2006-02-13
If we get a master abort, reset the SPL before returning.
simonb
2006-02-09
Add Au1550 PCI support (Au1500 not yet, coming shortly).
gdamore