summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_disk.h
AgeCommit message (Expand)Author
2015-06-07More damned eye searing whitespace.Kenneth R Westerback
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-05-30typo: thing -> thin provisioningTed Unangst
2011-07-08sbc3 defines a thin provisioning vpd pageDavid Gwynne
2011-07-08white space fixesDavid Gwynne
2011-07-08add the UGAVALID flag to the block limits vpd pageDavid Gwynne
2010-09-23descripe a few bits of the write same commands.David Gwynne
2010-09-21opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands.David Gwynne
2010-09-13i got the order of the bits in the cache page back to front. howDavid Gwynne
2010-05-05map the ATA data set management stuff (ie, trim) to the SCSI thinDavid Gwynne
2010-04-03add support for emulating the disk characteristics and disk limits vpdDavid Gwynne
2010-01-03disk cache mode pageDavid Gwynne
2009-06-06We only really need to #define SYNCHRONIZE_CACHE 0x35 once.Kenneth R Westerback
2007-06-23Implement disk sizes > 2^32-1. Code modelled on NetBSD.Kenneth R Westerback
2007-04-12The beginnings of support for 16-byte cdb's in the scsi code. This isTobias Weingartner
2005-09-15Don't fake MODE SENSE page 4 info inside raid drivers, just let sdKenneth R Westerback
2005-08-21Some devices go berserk when asked for mode sense pages they don'tKenneth R Westerback
2005-08-17Use defines for disk mode page codes. Check returned mode pages toKenneth R Westerback
2005-08-12Move disk mode page structure declarations out of scsi_disk_pagesKenneth R Westerback
2005-07-03Add missing reserved byte to page_disk_format struct inKenneth R Westerback
2005-05-25Introduce safer, more general mode sense capability. Transparently useKenneth R Westerback
2003-06-24try to devise drive's rpm and default to 3600 should we fail miserably.Michael Shalayeff
2002-12-15Fix/Cleanup some SCSI #defines.Kenneth R Westerback
2002-09-04Add support for RBC (simplified direct) devices.Thierry Deval
2001-06-22KNFTheo de Raadt
2001-01-29Prepend SCSI_ to some of the SCSI opcodes to aid in sharing code w/NetBSDConstantine Sapuntzakis
2001-01-25spellingTodd T. Fries
1999-08-24Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI).Constantine Sapuntzakis
1999-07-25Merge sd stuff from NetBSD-current. Helps with LS-120, ZIPConstantine Sapuntzakis
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason Downs
1996-10-31$OpenBSD RCSIDs + comment fix in sd.cNiklas Hallqvist
1996-06-16NetBSD PR#2535: add mode sense 5 and floppy support in our framework.Jason Downs
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1995-12-14from netbsd; flesh out the mode pagesTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt