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
/
ic
/
ninjascsi32.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2018-03-22
Redo previous; reset async events only if scsibus has already been attached.
rin
2018-03-22
Do not call scsipi routines via njsc32_init before scsibus is attached.
rin
2013-09-14
Fix detach return value
martin
2013-09-14
GC unused functions and variables.
joerg
2012-03-10
take the kernel lock in functions called from attach*().
mrg
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2009-05-16
- fix one more device_t/softc split botch in debug code
tsutsui
2009-05-16
Fix botch on device_t/softc split.
tsutsui
2008-07-09
- device/softc split
joerg
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2007-11-06
callout_init has two args.
dogcow
2007-11-06
- Reset the bus if a Bus Reset condition is detected to make sure
itohy
2007-10-29
Fix problem where targets with ID 0, 1, or 2 couldn't be reconnected.
itohy
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-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-01-14
- Fix panic when the DMA buffer is not 4byte aligned.
itohy
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-05-30
- add missing const
christos
2004-08-26
Use ANSI function decls, more static.
thorpej
2004-08-26
Workbit NinjaSCSI-32 PCI/CardBus SCSI driver (njs)
itohy