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
/
iop_pci.c
Age
Commit message (
Expand
)
Author
2018-12-09
use pci_intr_establish_xname() everywhere
jdolecek
2016-07-14
Use aprint*() instead of printf() in the attach function.
msaitoh
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-05-12
use device_private().
cegger
2009-05-06
struct device * -> device_t, no functional changes intended.
cegger
2009-05-06
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-10
use aprint_*_dev and device_xname
cegger
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-06-16
opt_i2o.h is gone.
ad
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-02-27
nuke trailing whitespace
perry
2003-12-09
Match Promise controllers.
ad
2002-11-15
typo
itojun
2002-11-15
Cosmetic changes.
ad
2002-11-08
Add support for Adaptec 200[05]S
msaitoh
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-22
Save some info about the board for dpti.
ad
2001-04-01
- Allocate any private space thats requested.
ad
2001-03-20
+#include <dev/i2o/iopio.h>
ad
2000-12-28
Change pci_intr_map to get interrupt source information from a "struct
sommerfeld
2000-12-03
- Force the memory mapping uncacheable.
ad
2000-11-08
Add support for I2O adapters and SCSI/FC-AL/BSA class devices. This needs
ad