summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_disk.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-121-2/+2
* Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw2020-09-011-4/+4
* Check for expected mode sense page code as well as expected mode page length whenkrw2019-12-031-2/+1
* Move struct scsi_read_cap_data and struct scsi_read_cap_data_16 tokrw2019-11-251-30/+1
* Use consistent idiom/naming convention for the the #includekrw2019-09-271-2/+2
* Add/tweak #endif comments to make spelunking via grep more rewarding.krw2019-09-271-2/+2
* Add new (a.k.a SBC-4) flags/fields to struct scsi_read_cap_16. Adoptkrw2019-09-191-4/+17
* More damned eye searing whitespace.krw2015-06-071-2/+2
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-2/+2
* typo: thing -> thin provisioningtedu2013-05-301-2/+2
* sbc3 defines a thin provisioning vpd pagedlg2011-07-081-1/+17
* white space fixesdlg2011-07-081-8/+9
* add the UGAVALID flag to the block limits vpd pagedlg2011-07-081-1/+2
* descripe a few bits of the write same commands.dlg2010-09-231-1/+6
* opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands.dlg2010-09-211-1/+45
* i got the order of the bits in the cache page back to front. howdlg2010-09-131-9/+9
* map the ATA data set management stuff (ie, trim) to the SCSI thindlg2010-05-051-1/+3
* add support for emulating the disk characteristics and disk limits vpddlg2010-04-031-1/+47
* disk cache mode pagedlg2010-01-031-1/+24
* We only really need to #define SYNCHRONIZE_CACHE 0x35 once.krw2009-06-061-2/+1
* Implement disk sizes > 2^32-1. Code modelled on NetBSD.krw2007-06-231-1/+2
* The beginnings of support for 16-byte cdb's in the scsi code. This isweingart2007-04-121-6/+47
* Don't fake MODE SENSE page 4 info inside raid drivers, just let sdkrw2005-09-151-9/+1
* Some devices go berserk when asked for mode sense pages they don'tkrw2005-08-211-3/+3
* Use defines for disk mode page codes. Check returned mode pages tokrw2005-08-171-2/+7
* Move disk mode page structure declarations out of scsi_disk_pageskrw2005-08-121-72/+81
* Add missing reserved byte to page_disk_format struct inkrw2005-07-031-1/+2
* Introduce safer, more general mode sense capability. Transparently usekrw2005-05-251-7/+1
* try to devise drive's rpm and default to 3600 should we fail miserably.mickey2003-06-241-3/+2
* Fix/Cleanup some SCSI #defines.krw2002-12-151-12/+2
* Add support for RBC (simplified direct) devices.tdeval2002-09-041-1/+15
* KNFderaadt2001-06-221-11/+11
* Prepend SCSI_ to some of the SCSI opcodes to aid in sharing code w/NetBSDcsapuntz2001-01-291-1/+7
* spellingtodd2001-01-251-2/+2
* Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI).csapuntz1999-08-241-1/+7
* Merge sd stuff from NetBSD-current. Helps with LS-120, ZIPcsapuntz1999-07-251-7/+115
* Merge in various pieces of current NetBSD scsi code, including but not limiteddownsj1997-04-141-37/+30
* $OpenBSD RCSIDs + comment fix in sd.cniklas1996-10-311-0/+1
* NetBSD PR#2535: add mode sense 5 and floppy support in our framework.downsj1996-06-161-0/+37
* partial sync with netbsd 960418, more to comederaadt1996-04-211-102/+64
* from netbsd; flesh out the mode pagesderaadt1995-12-141-1/+10
* initial import of NetBSD treederaadt1995-10-181-0/+208