summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi
AgeCommit message (Expand)Author
2016-06-26Create a dedicated thread for the initial scsibus discovery insteadmlelstv
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-15Use _align(2) workaround for PR kern/51141. This fixes odd CD lengthreinoud
2016-05-02move scsipi_strvis -> libkern:strnvisx()christos
2016-03-20Pass a correct residual size to wdcbit_bucket() that drains extra bytes.tsutsui
2016-03-20Remove extra spaces.tsutsui
2016-03-13Sync with scsiconf.c. (use aprint_normal(9) for "not configured")tsutsui
2016-02-09Introduce softint-based if_inputozaki-r
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-24would you like some freshly ground _KERNEL_OPT with that?pooka
2015-08-24to garnish, dust with _KERNEL_OPTpooka
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-04-14Include <sys/rndsource.h> where it is actually used.riastradh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-31forgot this one. disk_set_info includes the functionality of disk_blocksize.mlelstv
2014-12-31Centralize wedge ioctls in disk_ioctl.christos
2014-12-31disk_blocksize and disk_set_info relay the same informationmlelstv
2014-11-18Use size for the size argument of memcmp, not the result of a compare.joerg
2014-11-17PR/49054: Add a quirk for the ES-6600 RAID controller which does not dochristos
2014-11-04support DIOCMWEDGES ioctl.mlelstv
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-06PR/49054: Uwe Toenjes: Some RAID controllers return more bytes in thechristos
2014-10-03Use uint32_t for blocksize as per other uses and to fix warningsjustin
2014-09-05Don't use new as a variable name.matt
2014-09-05Don't nest structure definitions.matt
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-07-13"peripheral", not "peripherial".dholland
2014-07-12Prevent detaching an open device unless forced.hannken
2014-04-18Fix PR kern/48550 by aligning the single instance of scsipi_read_cd_cap_datamartin
2014-03-19PR kern/48550: additional initialization and sanity checking on the reportedmartin
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-03-05Don't probe beyond chan_ntargets in atapi_probe_bus in the "all" case.skrll
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