summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/scsipi_disk.h
AgeCommit message (Expand)Author
2017-11-04fix comment - scsipi_rw_big was renamed to scsipi_rw_10 a while agojdolecek
2017-04-05expose disk device FUA/DPO support via DIOCGCACHE, and allow the flagsjdolecek
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-07-01Add __attribute__((__packed__)) to all command structures.tsutsui
2006-12-01On Christos' request, reinstantiate the packed->__packed__ part of themartin
2006-12-01Back out align(4) for all struct decls - it breaks various things allmartin
2006-11-30PR/34202: Dave Huang: Accessing cd device on alpha causes kernel trapchristos
2005-12-11merge ktrace-lwp.christos
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-12-07READ_CAPACITY -> READ_CAPACITY_10thorpej
2004-12-07USe more appropriate macro/struct names for READ/WRITE (6) andthorpej
2004-12-04Use READ/WRITE (16) if the LBA is larger than 32 bits. Another bitthorpej
2004-12-03And thus spake SBC-3:thorpej
2003-09-17If READ CAPACITY fails, try a READ FORMAT CAPACITIES. Separate this intomycroft
2003-01-06Add multiple inclusion protection.matt
2001-11-19Remove duplicate struct scsipi_start_stop.soren
2001-09-02Add the Force Unit Access and Disable Page Out bits to thethorpej
1998-02-13Backout previous change, and rather, remove all protection but the oneenami
1998-02-13Fix or add protection for mutiple inclusion.enami
1997-10-01Cosmetic changes to keep coding style consistency in this directory;enami
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer