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
/
scsipi
Age
Commit message (
Expand
)
Author
2022-08-03
Pull up following revision(s) (requested by riastradh in ticket #1485):
martin
2022-02-01
Pull up following revision(s) (requested by reinoud in ticket #1421):
martin
2021-02-11
Pull up following revision(s) (requested by ryoon in ticket #1203):
martin
2020-07-13
Pull up following revision(s) (requested by kim in ticket #1000):
martin
2020-05-04
Pull up following revision(s) (requested by jdc in ticket #885):
martin
2020-04-02
Pull up following revision(s) (requested by mlelstv in ticket #814):
martin
2020-03-21
Pull up following revision(s) (requested by riastradh in ticket #795):
martin
2020-01-31
Pull up following revision(s) (requested by msaitoh in ticket #672):
martin
2019-05-30
use correct size when copying outgoing sense data.
mlelstv
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-26
Add sanity checks to SCIOCCOMMAND, adapter drivers might be confused or trigger
mlelstv
2019-05-23
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
No functional change:
msaitoh
2019-05-19
Add simple position recovery when positioning to EOM by reading
kardel
2019-05-03
Avoid null pointer deref in printing xfer mode when no target driver
mlelstv
2019-03-28
Add reading of supported opcodes and their timeouts
kardel
2019-03-19
Set disk product name as disk type. The information can be queried through
mlelstv
2019-03-08
s/ are are / are /
msaitoh
2019-02-23
Correct printing type of b_blkno (int64_t) in st.c
kamil
2019-02-12
Fix, but disable the commented SUN compatibility in st.c to write
kardel
2019-02-12
Fix PR kern/53949:
kardel
2019-02-05
avoid a fallthru checker complaint and make one case like the rest. NFCI.
mrg
2019-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2019-01-12
Add NOLUNS quirk for more SEAGATE SCA/WIDE drives.
tsutsui
2018-11-24
Add more KASSERTS about locking.
bouyer
2018-11-12
pass correct status + error to *_atapi_phase_complete(), so that
jdolecek
2018-11-12
hold channel lock during whole ata_dmaerr()/ata_downgrade_mode() -
jdolecek
2018-10-22
Merge jdolecek-ncqfixes branch
jdolecek
2018-10-07
Handle the SATA to USB external enclosure sold by "Sabrent" and
christos
2018-09-16
don't print a blank line that ends up in logs and console output.
mrg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-09-01
Wait in detach if the discovery thread is still running. Avoids crashes
mlelstv
2018-09-01
Make wdcdebug_atapi_mask configurable like the other debug variables.
mlelstv
2018-07-04
Avoid undefined behavior in scsipiconf.h in _4ltol() and _4btol()
kamil
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-22
It's not required to include net/bpfdesc.h. Remove it.
msaitoh
2018-03-24
Use separate lock to protect internal state and release locks when
mlelstv
2018-03-24
Revert previous commit in st.c in order to unbreak build
kamil
2018-03-23
Use separate lock to protect internal state and release locks when
mlelstv
2017-11-04
fix comment - scsipi_rw_big was renamed to scsipi_rw_10 a while ago
jdolecek
2017-10-25
Use C99 initializer for filterops
maya
2017-10-23
If if_initialize() failed in the attach function, free resources and return.
msaitoh
2017-10-17
reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), only
jdolecek
2017-10-10
revert the logic in wdc_atapi_intr() for wdc_wait_for_unbusy() to what it
jdolecek
2017-10-08
don't initialize tfd twice.
christos
2017-10-08
initialize tfd
christos
2017-10-08
Initialize tfd even when not waiting for DSC.
joerg
2017-10-07
Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch
jdolecek
2017-07-14
Async event can be called before the adapter is running (pmax tc asc)
christos
[next]