diff options
| author | zhao, forrest <forrest.zhao@intel.com> | 2006-06-12 00:01:34 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-06-12 00:18:35 -0400 |
| commit | 3057ac3c1a992ee135cbb7b7d1a12e58d81f0739 (patch) | |
| tree | 38d83a88ee949b9db8f6655f90f98d88f8a5f2fd /drivers/scsi/libata.h | |
| parent | 39b07ce6d9f7cd4da8567baed844801e0aaa7b1a (diff) | |
[PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5)
This patch makes libata snoop 'SET FEATURES - WRITE CACHE
ENABLE/DISABLE' command, executing requisite revalidation processes
to update cached data.
Signed-off-by: Forrest Zhao <forrest.zhao@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/scsi/libata.h')
| -rw-r--r-- | drivers/scsi/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libata.h b/drivers/scsi/libata.h index 1dd496f1f7ac..bdd488897096 100644 --- a/drivers/scsi/libata.h +++ b/drivers/scsi/libata.h | |||
| @@ -104,6 +104,7 @@ extern void ata_scsi_rbuf_fill(struct ata_scsi_args *args, | |||
| 104 | unsigned int (*actor) (struct ata_scsi_args *args, | 104 | unsigned int (*actor) (struct ata_scsi_args *args, |
| 105 | u8 *rbuf, unsigned int buflen)); | 105 | u8 *rbuf, unsigned int buflen)); |
| 106 | extern void ata_schedule_scsi_eh(struct Scsi_Host *shost); | 106 | extern void ata_schedule_scsi_eh(struct Scsi_Host *shost); |
| 107 | extern void ata_scsi_dev_rescan(void *data); | ||
| 107 | 108 | ||
| 108 | /* libata-eh.c */ | 109 | /* libata-eh.c */ |
| 109 | extern enum scsi_eh_timer_return ata_scsi_timed_out(struct scsi_cmnd *cmd); | 110 | extern enum scsi_eh_timer_return ata_scsi_timed_out(struct scsi_cmnd *cmd); |
