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
/
dev
/
pci
/
iha_pci.c
Age
Commit message (
Expand
)
Author
2018-12-09
use pci_intr_establish_xname() everywhere
jdolecek
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2012-01-30
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
drochner
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2008-05-14
Normalize my licenses.
tsutsui
2008-04-12
Split device_t/softc.
tsutsui
2008-04-10
use aprint_*_dev and device_xname
cegger
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-06-16
Rename iha_pci_probe() -> iha_pci_match() because we don't have to
tsutsui
2004-09-25
Use ANSI function decls.
tsutsui
2004-04-23
pass string length (= boundary info) to pci_devinfo so that we do not run over
itojun
2002-11-14
Sync with copyright verbiage update of OpenBSD's iha(4).
tsutsui
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-11-13
add RCSID
lukem
2001-09-27
Include uvm/uvm_extern.h for PAGE_SIZE.
tsutsui
2001-06-03
Add a driver for the Initio INIC-940/950 PCI SCSI controllers.
tsutsui