1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sys/cam/scsi
Kenneth D. Merry 54cbee5db2 Treat not ready errors (asc 0x04) as non-fatal errors for attach. We
already allowed medium not present type errors (0x3a), but some Philips and
HP WORM drives return 0x04,0x00 when you issue a read capacity without
media in the drive.
1998-09-23 03:17:08 +00:00
..
scsi_all.c Fix error recovery in scsi_interpret_sense(). It turns out that ERESTART 1998-09-19 01:23:04 +00:00
scsi_all.h Fix the CAM code so that people can compile kernels with the CD driver but 1998-09-18 22:33:59 +00:00
scsi_cd.c Treat not ready errors (asc 0x04) as non-fatal errors for attach. We 1998-09-23 03:17:08 +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 SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
scsi_ch.h SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
scsi_da.c Don't invalidate devices due to unexpected unit attention errors. In 1998-09-20 07:17:11 +00:00
scsi_da.h Fix the CAM code so that people can compile kernels with the CD driver but 1998-09-18 22:33:59 +00:00
scsi_message.h SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
scsi_pass.c Check to make sure that this device is opened read-write, not just read 1998-09-16 00:11:53 +00:00
scsi_pass.h SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
scsi_pt.c SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
scsi_pt.h SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
scsi_sa.c SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
scsi_sa.h SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
scsi_target.c Correct printf format bugs. 1998-09-15 22:05:44 +00:00
scsi_targetio.h SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00