|
@@ -722,12 +722,6 @@ static int NCR53c406a_queue(Scsi_Cmnd * SCpnt, void (*done) (Scsi_Cmnd *))
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static int NCR53c406a_abort(Scsi_Cmnd * SCpnt)
|
|
|
|
-{
|
|
|
|
- DEB(printk("NCR53c406a_abort called\n"));
|
|
|
|
- return FAILED; /* Don't know how to abort */
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static int NCR53c406a_host_reset(Scsi_Cmnd * SCpnt)
|
|
static int NCR53c406a_host_reset(Scsi_Cmnd * SCpnt)
|
|
{
|
|
{
|
|
DEB(printk("NCR53c406a_reset called\n"));
|
|
DEB(printk("NCR53c406a_reset called\n"));
|
|
@@ -741,16 +735,6 @@ static int NCR53c406a_host_reset(Scsi_Cmnd * SCpnt)
|
|
return SUCCESS;
|
|
return SUCCESS;
|
|
}
|
|
}
|
|
|
|
|
|
-static int NCR53c406a_device_reset(Scsi_Cmnd * SCpnt)
|
|
|
|
-{
|
|
|
|
- return FAILED;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-static int NCR53c406a_bus_reset(Scsi_Cmnd * SCpnt)
|
|
|
|
-{
|
|
|
|
- return FAILED;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static int NCR53c406a_biosparm(struct scsi_device *disk,
|
|
static int NCR53c406a_biosparm(struct scsi_device *disk,
|
|
struct block_device *dev,
|
|
struct block_device *dev,
|
|
sector_t capacity, int *info_array)
|
|
sector_t capacity, int *info_array)
|
|
@@ -1075,9 +1059,6 @@ static Scsi_Host_Template driver_template =
|
|
.release = NCR53c406a_release,
|
|
.release = NCR53c406a_release,
|
|
.info = NCR53c406a_info /* info */,
|
|
.info = NCR53c406a_info /* info */,
|
|
.queuecommand = NCR53c406a_queue /* queuecommand */,
|
|
.queuecommand = NCR53c406a_queue /* queuecommand */,
|
|
- .eh_abort_handler = NCR53c406a_abort /* abort */,
|
|
|
|
- .eh_bus_reset_handler = NCR53c406a_bus_reset /* reset */,
|
|
|
|
- .eh_device_reset_handler = NCR53c406a_device_reset /* reset */,
|
|
|
|
.eh_host_reset_handler = NCR53c406a_host_reset /* reset */,
|
|
.eh_host_reset_handler = NCR53c406a_host_reset /* reset */,
|
|
.bios_param = NCR53c406a_biosparm /* biosparm */,
|
|
.bios_param = NCR53c406a_biosparm /* biosparm */,
|
|
.can_queue = 1 /* can_queue */,
|
|
.can_queue = 1 /* can_queue */,
|