]> err.no Git - linux-2.6/blobdiff - drivers/scsi/sg.c
ide: add struct ide_tp_ops (take 2)
[linux-2.6] / drivers / scsi / sg.c
index fccd2e88d6000292d8494f1d4b1ccd688497958f..d3b8ebb8377639c92e8e44503aa828554734c055 100644 (file)
@@ -1036,6 +1036,9 @@ sg_ioctl(struct inode *inode, struct file *filp,
                case SG_SCSI_RESET_DEVICE:
                        val = SCSI_TRY_RESET_DEVICE;
                        break;
+               case SG_SCSI_RESET_TARGET:
+                       val = SCSI_TRY_RESET_TARGET;
+                       break;
                case SG_SCSI_RESET_BUS:
                        val = SCSI_TRY_RESET_BUS;
                        break;