NetBSD/sys/dev/scsipi
bouyer 379429d4df If the REQUEST_SENSE command fails, issue a reset instead of XS_DRIVER_STUFFUP.
If REQUEST_SENSE succeeds but doens't return any data, return XS_SHORTSENSE
as the sense field will just contain a copy or the error register.
1999-02-15 18:40:01 +00:00
..
Makefile
atapi_all.h
atapi_base.c
atapi_cd.h
atapi_disk.h
atapi_wdc.c If the REQUEST_SENSE command fails, issue a reset instead of XS_DRIVER_STUFFUP. 1999-02-15 18:40:01 +00:00
atapiconf.c Another CD drive that doesn't support REQUEST SENSE, from Patrick Welche. 1999-01-26 10:00:08 +00:00
atapiconf.h
cd.c Abort transfer if b_blkno is negative. Closes PR kern/5553 by Johan Danielsson. 1999-02-10 12:29:50 +00:00
cd_atapi.c
cd_scsi.c
cdvar.h Bump CDRETRIES to 4. Now if a DMA error occurs, the driver should downgrade 1999-02-02 13:02:49 +00:00
ch.c Return ENODEV when the device capability check fails for MOVE and EXCHANGE 1998-12-17 22:28:07 +00:00
files.scsipi Don't bring scsi/atapi common files in under the "atapi" attribute. 1999-02-07 22:58:43 +00:00
if_se.c
scsi_all.h
scsi_base.c
scsi_cd.h
scsi_changer.h Correct the definition of the changer device capabilities page. The 1998-12-17 22:27:18 +00:00
scsi_ctron_ether.h
scsi_disk.h
scsi_message.h
scsi_scanner.h
scsi_tape.h
scsiconf.c
scsiconf.h
scsipi_all.h Added parens around ADD_BYTES_LIM() macro definition to protects its 1998-12-30 11:17:34 +00:00
scsipi_base.c If sense_key == UNIT_ATTENTION and ASC/ASQ == "Power On, Reset, or Bus Device 1999-02-02 13:01:36 +00:00
scsipi_base.h
scsipi_cd.h
scsipi_debug.h
scsipi_disk.h
scsipi_ioctl.c Add missing XS_SELTIMEOUT case in user command completion path, returning 1999-01-11 22:07:08 +00:00
scsipi_verbose.c
scsipiconf.c
scsipiconf.h Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start(). 1999-01-19 10:57:11 +00:00
sd.c Abort transfer if b_blkno is negative. Closes PR kern/5553 by Johan Danielsson. 1999-02-10 12:29:50 +00:00
sd_atapi.c
sd_scsi.c
sdvar.h
ss.c Abort transfer if b_blkno is negative. Closes PR kern/5553 by Johan Danielsson. 1999-02-10 12:29:50 +00:00
ss_mustek.c
ss_mustek.h
ss_scanjet.c
ssvar.h
st.c Abort transfer if b_blkno is negative. Closes PR kern/5553 by Johan Danielsson. 1999-02-10 12:29:50 +00:00
su.c
uk.c