summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/sdvar.h
AgeCommit message (Expand)Author
2022-08-28Don't fetch data beyond end of inquiry buffer, which, here, is notmlelstv
2019-03-19Set disk product name as disk type. The information can be queried throughmlelstv
2016-12-10Refactored sd and cd to use common disk subroutines.mlelstv
2015-08-24would you like some freshly ground _KERNEL_OPT with that?pooka
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-09-05Don't nest structure definitions.matt
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2009-04-10Use a PMF shutdown hook instead of shutdownhook_establish(). This oughtdyoung
2008-07-16split device/softc for sd (tested with a USB stick)drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
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
2004-10-01Don't need the lock in the softc anymore.thorpej
2004-09-17Do not manipulate xs->bp in "generic" code -- do it only in the psw_donemycroft
2004-08-27Improve handling of memory shortage, to fix problems like:bouyer
2004-02-24parameter with two es. From Peter Postma.wiz
2003-09-18Merge the geometry and cache handling code for all direct access and opticalmycroft
2003-04-03Check RAW_PART against the media size instead of the disklabel.fvdl
2003-01-06Add multiple inclusion protection.matt
2002-07-16Implement a new device buffer queue interface.hannken
2002-01-09Add ioctls to get (DIOCGCACHE) and set (DIOCSCACHE) cache enablesthorpej
2001-05-23fix typo in previous revision so that the scsi code compiles again.chs
2001-05-22Make SDRETRIES an option you can dig out of opt_scsi.h.mjacob
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-05-23sd_interpret_sense() can be called from interrupt context; call scsipi_start()bouyer
2000-01-22include "rnd.h" explicitely since the size of sd_softc depends on itdrochner
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1999-09-11Implement detaching SCSI and ATAPI disks.thorpej
1999-08-26Make `sc_ops->sdo_flush' synchronous. The flags `SDF_FLUSHING' andhannken
1998-08-17Assign my copyrights to TNF.mycroft
1998-08-15Keep track if the disk has had done i/o, making it dirty. On last close,thorpej
1998-08-05Improve generation of default disklabels:drochner
1998-06-10Add a shutdown hook for SCSI-2 and higher disks that issues a SYNCHRONIZE CACHEthorpej
1998-02-13Backout previous change, and rather, remove all protection but the oneenami
1998-02-13Fix or add protection for mutiple inclusion.enami
1998-01-15add support for an ATAPI attachment for 'sd'.cgd