summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/scsipiconf.h
AgeCommit message (Expand)Author
2019-03-28Add reading of supported opcodes and their timeoutskardel
2018-10-07Handle the SATA to USB external enclosure sold by "Sabrent" andchristos
2018-09-01Wait in detach if the discovery thread is still running. Avoids crashesmlelstv
2018-07-04Avoid undefined behavior in scsipiconf.h in _4ltol() and _4btol()kamil
2016-11-29reference count adapter mutex possibly shared by multiple channels.mlelstv
2016-11-25Move the #endif down to include other kernel only routines.christos
2016-11-20Make scsipi framework MPSAFE.mlelstv
2016-05-02move scsipi_strvis -> libkern:strnvisx()christos
2014-07-13"peripheral", not "peripherial".dholland
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-06Add a quirk for the Apple iPod whose mode sense commands fails with not ready.christos
2010-06-07Update scsiverbose module to use module_autoload() rather than module_load().pgoyette
2010-05-30Extract SCSIVERBOSE into a kernel module. The module can be builtinpgoyette
2009-10-21Remove uarea swap-out functionality:rmind
2009-05-13sprinkle #ifdef _KERNEL to make scsictl compile.christos
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-05-11Reintroduce the NODOORLOCK quirk. Helps with PR kern/23875.mlelstv
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-26If the block size reported by Read Capacity looks valid, just use it.itohy
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-30Remove the boot-from-disk hppa hack now that a real fix has been found.skrll
2006-10-20Validate the sector size returned by READ CAPACITY. If it looks bogusscw
2006-10-09Some removable umass(4) devices don't respond to mode sense page 6, orscw
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-05-30- remove bogus castschristos
2005-05-29- Sprinkle constchristos
2005-05-18as a stop-gap measure to allow boot-from-disk to work on hppa,chs
2005-02-27nuke trailing whitespaceperry
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2005-02-01Backing out changes to clean up scsipi. I was pointed out there werereinoud
2005-01-31Part of the cleanup of sys/scsipi's use of types; rename all u_int* toreinoud
2005-01-31As part of cleaning up sys/scsipi, replace all u_char by uint8_t andreinoud
2004-12-04Use READ/WRITE (16) if the LBA is larger than 32 bits. Another bitthorpej
2004-12-03And thus spake SBC-3:thorpej
2004-09-17Remove the "xfer" argument to scsipi_command().mycroft
2004-09-17Change the way bustype_cmd is used. Rather than having it be responsible formycroft
2004-09-17Do not manipulate xs->bp in "generic" code -- do it only in the psw_donemycroft
2004-09-09Make the xxstart() functions reentrant again, as some drivers HBA can callbouyer
2004-08-21Const poison scsipi_dtype().thorpej
2004-08-21- De-__P.thorpej
2004-03-16cbd -> cdbbouyer
2004-03-15Extract the code printing the CBD from scsipi_print_sense(), so that it'sbouyer
2004-03-15Indent.bouyer
2004-02-22Remove PQUIRK_CDROM. It is definitely not correct -- witness that no othermycroft