summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi
AgeCommit message (Expand)Author
2013-10-25Mark a diagnostic-only variablemartin
2013-10-25Turn a few __unused into __diagusedmartin
2013-10-19Mark a potentially unused variablemartin
2013-10-12Pass the device name in, so we can debug what deferred drivers did not work.christos
2013-09-28Remove unnecessary initialisation of errorskrll
2013-09-28Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABELskrll
2013-09-26Reset variable error to 0 before handle each ioctl cmd. Or returns EPASSTHROUGHkiyohara
2013-09-15Remove unused variablemartin
2013-09-12Remove unused variablesmartin
2013-08-09bump command timeout to 5 minutes. severalkardel
2013-07-02Small patch to clarify last_lba and now using size confusingly. No functionalreinoud
2013-06-13Convert the entropy pool framework from pseudo-callout-driven totls
2013-05-29phase 1 of disk geometry cleanup:christos
2013-04-16Clamp sectors per unit in the default disklabel to the maximum value,jakllsch
2013-04-07Add detach support. From martin@.wiz
2013-03-15Prompted by PR kern/47646, zero the value buffer before running themartin
2012-10-27split device_t/softc for all remaining drivers.chs
2012-08-21If the controller supports more than 256 commands per target,bouyer
2012-07-31Move a check for the drive type to the right place. This bug would causebouyer
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-24Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 andjakllsch
2012-07-15Some namespace protection (and add greppablity).dsl
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-06-24Take the kernel lock in atapibusdetach just like atapibuschilddet.riastradh
2012-05-13Fix locking issue triggered by drvctr -r of a scsibus(4).jakllsch
2012-05-06When ejecting a medium, invalidate the in core disklabel - it is notmartin
2012-05-06In cdopen: make the test for media presence always silent. In all casesmartin
2012-04-20Add a bustype_async_event_xfer_mode() callback to scsipi_bustype (which canbouyer
2012-04-19Expand struct scsipi_bustype {} in a ABI-backward-compatible way tobouyer
2012-04-18Fix KASSERT(): autoconf doesn't run under the KERNEL_LOCKbouyer
2012-04-06Add a quirk for the Apple iPod whose mode sense commands fails with not ready.christos
2012-04-06take the kernel lock during detach of atapibus as well.chs
2012-03-12take the kernel lock a few more places when doing detach, to avoidmrg
2012-03-11scsidevdetached ioctl path enters scsipi code without kernel lockmrg
2012-02-28one line comments on one line.mbalmer
2012-02-28Unbreak the build.mbalmer
2012-02-28Remove a pointless #if 0, compiler will eliminate the code anways.mbalmer
2012-02-28Convert to device_t, aka softc/device_t split, and clean up a bit the code.mbalmer
2012-02-28Convert st(4) to device_t, while here clean up the code and use uintXX_tmbalmer
2012-02-25Fix typos in comments.shattered
2012-02-25Replace magic value 0x7 with constant MT_ISAR.shattered
2012-02-20assert kernel lock is held in a few places in inside scsipi.mrg
2012-02-08Convert uk(4) to device_t. While here, clean up the code a bit.mbalmer
2012-02-03ansi prototypeschristos
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-25Replace memset with incorrect size argument with M_ZERO.joerg
2011-11-19First step of random number subsystem rework described intls
2011-07-30Add an FSILENT flag and use it to suppress "Medium Not Present" scsipijmcneill
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg