freebsd-dev/sys/cam/scsi
Matt Jacob 990635d6e8 1) Fix some serious bugs (1 botch on my part which caused a filemark to be
written even it the tape was opened readonly- 2 botches in deferred error
handling for FIXED LENGTH mode which caused panic && hand resp.). Fixed
a memory leak in sa_mount.
2) Fixed an annoying bug when turning of compression to actually reflect
this for future status calls.
3) Implement the MTIOCERRSTAT call where latched control and I/O residuals
and sense data are returned to the application asking for them.
1998-12-19 23:33:21 +00:00
..
scsi_all.c Do not attempt to retry commands that fail with ILLEGAL REQUEST status. 1998-12-11 03:53:05 +00:00
scsi_all.h Add in named SID field revision names (including CCS). 1998-12-05 22:10:14 +00:00
scsi_cd.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
scsi_cd.h Some fixes to the CD driver that may fix PR kern/7996. The data direction 1998-09-20 22:48:15 +00:00
scsi_ch.c Return ENODEV instead of EINVAL when a particular exchange or move 1998-12-12 23:52:46 +00:00
scsi_ch.h Correct the definition of the changer device capabilities page. The 1998-12-17 22:26:39 +00:00
scsi_da.c Convert dadump to use reasonable data types so that some casting is unecessary. 1998-12-11 03:54:43 +00:00
scsi_da.h
scsi_message.h
scsi_pass.c Fix a few problems that Bruce noticed about a month ago, and fix oup one 1998-11-22 23:44:47 +00:00
scsi_pass.h
scsi_pt.c Fix a few problems that Bruce noticed about a month ago, and fix oup one 1998-11-22 23:44:47 +00:00
scsi_pt.h
scsi_sa.c 1) Fix some serious bugs (1 botch on my part which caused a filemark to be 1998-12-19 23:33:21 +00:00
scsi_sa.h Add structures and function definitions pertinent for hardware locate support. 1998-12-18 04:29:16 +00:00
scsi_target.c Correctly track allocated accept target I/O ccbs so that they can be 1998-12-17 00:03:14 +00:00
scsi_targetio.h