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