index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
scsipi
/
scsipi_disk.h
Age
Commit message (
Expand
)
Author
2017-11-04
fix comment - scsipi_rw_big was renamed to scsipi_rw_10 a while ago
jdolecek
2017-04-05
expose disk device FUA/DPO support via DIOCGCACHE, and allow the flags
jdolecek
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2007-07-01
Add __attribute__((__packed__)) to all command structures.
tsutsui
2006-12-01
On Christos' request, reinstantiate the packed->__packed__ part of the
martin
2006-12-01
Back out align(4) for all struct decls - it breaks various things all
martin
2006-11-30
PR/34202: Dave Huang: Accessing cd device on alpha causes kernel trap
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-01
Backing out changes to clean up scsipi. I was pointed out there were
reinoud
2005-01-31
Part of the cleanup of sys/scsipi's use of types; rename all u_int* to
reinoud
2004-12-07
READ_CAPACITY -> READ_CAPACITY_10
thorpej
2004-12-07
USe more appropriate macro/struct names for READ/WRITE (6) and
thorpej
2004-12-04
Use READ/WRITE (16) if the LBA is larger than 32 bits. Another bit
thorpej
2004-12-03
And thus spake SBC-3:
thorpej
2003-09-17
If READ CAPACITY fails, try a READ FORMAT CAPACITIES. Separate this into
mycroft
2003-01-06
Add multiple inclusion protection.
matt
2001-11-19
Remove duplicate struct scsipi_start_stop.
soren
2001-09-02
Add the Force Unit Access and Disable Page Out bits to the
thorpej
1998-02-13
Backout previous change, and rather, remove all protection but the one
enami
1998-02-13
Fix or add protection for mutiple inclusion.
enami
1997-10-01
Cosmetic changes to keep coding style consistency in this directory;
enami
1997-08-27
Merge scsipi branch in the mainline. This add support for ATAPI devices
bouyer