Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
68b3aa7c
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 接近 4 年
通知
14
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
68b3aa7c
编写于
5月 28, 2005
作者:
J
Jeff Garzik
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[SCSI] allow sleeping in ->eh_bus_reset_handler()
Signed-off-by:
N
James Bottomley
<
James.Bottomley@SteelEye.com
>
上级
94d0e7b8
变更
32
隐藏空白更改
内联
并排
Showing
32 changed file
with
133 addition
and
40 deletion
+133
-40
Documentation/scsi/scsi_mid_low_api.txt
Documentation/scsi/scsi_mid_low_api.txt
+1
-2
drivers/fc4/fc.c
drivers/fc4/fc.c
+3
-0
drivers/message/fusion/mptscsih.c
drivers/message/fusion/mptscsih.c
+1
-2
drivers/s390/scsi/zfcp_scsi.c
drivers/s390/scsi/zfcp_scsi.c
+0
-3
drivers/scsi/53c700.c
drivers/scsi/53c700.c
+8
-1
drivers/scsi/NCR5380.c
drivers/scsi/NCR5380.c
+10
-4
drivers/scsi/NCR53C9x.c
drivers/scsi/NCR53C9x.c
+1
-3
drivers/scsi/a2091.c
drivers/scsi/a2091.c
+4
-0
drivers/scsi/a3000.c
drivers/scsi/a3000.c
+4
-0
drivers/scsi/aha1542.c
drivers/scsi/aha1542.c
+3
-1
drivers/scsi/aic7xxx/aic79xx_osm.c
drivers/scsi/aic7xxx/aic79xx_osm.c
+2
-2
drivers/scsi/aic7xxx/aic7xxx_osm.c
drivers/scsi/aic7xxx/aic7xxx_osm.c
+4
-0
drivers/scsi/dc395x.c
drivers/scsi/dc395x.c
+11
-1
drivers/scsi/fd_mcs.c
drivers/scsi/fd_mcs.c
+5
-0
drivers/scsi/fdomain.c
drivers/scsi/fdomain.c
+6
-0
drivers/scsi/gvp11.c
drivers/scsi/gvp11.c
+4
-0
drivers/scsi/imm.c
drivers/scsi/imm.c
+5
-4
drivers/scsi/in2000.c
drivers/scsi/in2000.c
+5
-1
drivers/scsi/initio.c
drivers/scsi/initio.c
+4
-0
drivers/scsi/lpfc/lpfc_scsi.c
drivers/scsi/lpfc/lpfc_scsi.c
+11
-1
drivers/scsi/mvme147.c
drivers/scsi/mvme147.c
+4
-0
drivers/scsi/nsp32.c
drivers/scsi/nsp32.c
+3
-0
drivers/scsi/ppa.c
drivers/scsi/ppa.c
+3
-2
drivers/scsi/qla1280.c
drivers/scsi/qla1280.c
+7
-1
drivers/scsi/qla2xxx/qla_os.c
drivers/scsi/qla2xxx/qla_os.c
+0
-4
drivers/scsi/qlogicfas408.c
drivers/scsi/qlogicfas408.c
+6
-0
drivers/scsi/scsi_error.c
drivers/scsi/scsi_error.c
+0
-2
drivers/scsi/seagate.c
drivers/scsi/seagate.c
+2
-1
drivers/scsi/sgiwd93.c
drivers/scsi/sgiwd93.c
+4
-0
drivers/scsi/sym53c8xx_2/sym_glue.c
drivers/scsi/sym53c8xx_2/sym_glue.c
+7
-1
drivers/scsi/tmscsim.c
drivers/scsi/tmscsim.c
+5
-1
drivers/usb/storage/scsiglue.c
drivers/usb/storage/scsiglue.c
+0
-3
未找到文件。
Documentation/scsi/scsi_mid_low_api.txt
浏览文件 @
68b3aa7c
...
@@ -954,8 +954,7 @@ Details:
...
@@ -954,8 +954,7 @@ Details:
*
*
* Returns SUCCESS if command aborted else FAILED
* Returns SUCCESS if command aborted else FAILED
*
*
* Locks: struct Scsi_Host::host_lock held (with irqsave) on entry
* Locks: None held
* and assumed to be held on return.
*
*
* Calling context: kernel thread
* Calling context: kernel thread
*
*
...
...
drivers/fc4/fc.c
浏览文件 @
68b3aa7c
...
@@ -983,7 +983,10 @@ int fcp_scsi_dev_reset(Scsi_Cmnd *SCpnt)
...
@@ -983,7 +983,10 @@ int fcp_scsi_dev_reset(Scsi_Cmnd *SCpnt)
fc
->
rst_pkt
->
request
->
rq_status
=
RQ_SCSI_BUSY
;
fc
->
rst_pkt
->
request
->
rq_status
=
RQ_SCSI_BUSY
;
fc
->
rst_pkt
->
done
=
fcp_scsi_reset_done
;
fc
->
rst_pkt
->
done
=
fcp_scsi_reset_done
;
spin_lock_irqsave
(
SCpnt
->
device
->
host
->
host_lock
,
flags
);
fcp_scsi_queue_it
(
fc
,
fc
->
rst_pkt
,
fcmd
,
0
);
fcp_scsi_queue_it
(
fc
,
fc
->
rst_pkt
,
fcmd
,
0
);
spin_unlock_irqrestore
(
SCpnt
->
device
->
host
->
host_lock
,
flags
);
down
(
&
sem
);
down
(
&
sem
);
...
...
drivers/message/fusion/mptscsih.c
浏览文件 @
68b3aa7c
...
@@ -1865,7 +1865,6 @@ mptscsih_bus_reset(struct scsi_cmnd * SCpnt)
...
@@ -1865,7 +1865,6 @@ mptscsih_bus_reset(struct scsi_cmnd * SCpnt)
hd
->
timeouts
++
;
hd
->
timeouts
++
;
/* We are now ready to execute the task management request. */
/* We are now ready to execute the task management request. */
spin_unlock_irq
(
host_lock
);
if
(
mptscsih_TMHandler
(
hd
,
MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS
,
if
(
mptscsih_TMHandler
(
hd
,
MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS
,
SCpnt
->
device
->
channel
,
0
,
0
,
0
,
5
/* 5 second timeout */
)
SCpnt
->
device
->
channel
,
0
,
0
,
0
,
5
/* 5 second timeout */
)
<
0
){
<
0
){
...
@@ -1881,7 +1880,7 @@ mptscsih_bus_reset(struct scsi_cmnd * SCpnt)
...
@@ -1881,7 +1880,7 @@ mptscsih_bus_reset(struct scsi_cmnd * SCpnt)
spin_lock_irq
(
host_lock
);
spin_lock_irq
(
host_lock
);
return
FAILED
;
return
FAILED
;
}
}
spin_lock_irq
(
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/s390/scsi/zfcp_scsi.c
浏览文件 @
68b3aa7c
...
@@ -731,8 +731,6 @@ zfcp_scsi_eh_bus_reset_handler(struct scsi_cmnd *scpnt)
...
@@ -731,8 +731,6 @@ zfcp_scsi_eh_bus_reset_handler(struct scsi_cmnd *scpnt)
struct
zfcp_unit
*
unit
;
struct
zfcp_unit
*
unit
;
struct
Scsi_Host
*
scsi_host
=
scpnt
->
device
->
host
;
struct
Scsi_Host
*
scsi_host
=
scpnt
->
device
->
host
;
spin_unlock_irq
(
scsi_host
->
host_lock
);
unit
=
(
struct
zfcp_unit
*
)
scpnt
->
device
->
hostdata
;
unit
=
(
struct
zfcp_unit
*
)
scpnt
->
device
->
hostdata
;
ZFCP_LOG_NORMAL
(
"bus reset because of problems with "
ZFCP_LOG_NORMAL
(
"bus reset because of problems with "
"unit 0x%016Lx
\n
"
,
unit
->
fcp_lun
);
"unit 0x%016Lx
\n
"
,
unit
->
fcp_lun
);
...
@@ -740,7 +738,6 @@ zfcp_scsi_eh_bus_reset_handler(struct scsi_cmnd *scpnt)
...
@@ -740,7 +738,6 @@ zfcp_scsi_eh_bus_reset_handler(struct scsi_cmnd *scpnt)
zfcp_erp_wait
(
unit
->
port
->
adapter
);
zfcp_erp_wait
(
unit
->
port
->
adapter
);
retval
=
SUCCESS
;
retval
=
SUCCESS
;
spin_lock_irq
(
scsi_host
->
host_lock
);
return
retval
;
return
retval
;
}
}
...
...
drivers/scsi/53c700.c
浏览文件 @
68b3aa7c
...
@@ -1957,23 +1957,30 @@ NCR_700_bus_reset(struct scsi_cmnd * SCp)
...
@@ -1957,23 +1957,30 @@ NCR_700_bus_reset(struct scsi_cmnd * SCp)
printk
(
KERN_INFO
"scsi%d (%d:%d) New error handler wants BUS reset, cmd %p
\n\t
"
,
printk
(
KERN_INFO
"scsi%d (%d:%d) New error handler wants BUS reset, cmd %p
\n\t
"
,
SCp
->
device
->
host
->
host_no
,
SCp
->
device
->
id
,
SCp
->
device
->
lun
,
SCp
);
SCp
->
device
->
host
->
host_no
,
SCp
->
device
->
id
,
SCp
->
device
->
lun
,
SCp
);
scsi_print_command
(
SCp
);
scsi_print_command
(
SCp
);
/* In theory, eh_complete should always be null because the
/* In theory, eh_complete should always be null because the
* eh is single threaded, but just in case we're handling a
* eh is single threaded, but just in case we're handling a
* reset via sg or something */
* reset via sg or something */
while
(
hostdata
->
eh_complete
!=
NULL
)
{
spin_lock_irq
(
SCp
->
device
->
host
->
host_lock
);
while
(
hostdata
->
eh_complete
!=
NULL
)
{
spin_unlock_irq
(
SCp
->
device
->
host
->
host_lock
);
spin_unlock_irq
(
SCp
->
device
->
host
->
host_lock
);
msleep_interruptible
(
100
);
msleep_interruptible
(
100
);
spin_lock_irq
(
SCp
->
device
->
host
->
host_lock
);
spin_lock_irq
(
SCp
->
device
->
host
->
host_lock
);
}
}
hostdata
->
eh_complete
=
&
complete
;
hostdata
->
eh_complete
=
&
complete
;
NCR_700_internal_bus_reset
(
SCp
->
device
->
host
);
NCR_700_internal_bus_reset
(
SCp
->
device
->
host
);
spin_unlock_irq
(
SCp
->
device
->
host
->
host_lock
);
spin_unlock_irq
(
SCp
->
device
->
host
->
host_lock
);
wait_for_completion
(
&
complete
);
wait_for_completion
(
&
complete
);
spin_lock_irq
(
SCp
->
device
->
host
->
host_lock
);
spin_lock_irq
(
SCp
->
device
->
host
->
host_lock
);
hostdata
->
eh_complete
=
NULL
;
hostdata
->
eh_complete
=
NULL
;
/* Revalidate the transport parameters of the failing device */
/* Revalidate the transport parameters of the failing device */
if
(
hostdata
->
fast
)
if
(
hostdata
->
fast
)
spi_schedule_dv_device
(
SCp
->
device
);
spi_schedule_dv_device
(
SCp
->
device
);
spin_unlock_irq
(
SCp
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/NCR5380.c
浏览文件 @
68b3aa7c
...
@@ -2825,11 +2825,17 @@ static int NCR5380_abort(Scsi_Cmnd * cmd) {
...
@@ -2825,11 +2825,17 @@ static int NCR5380_abort(Scsi_Cmnd * cmd) {
* Locks: host lock taken by caller
* Locks: host lock taken by caller
*/
*/
static
int
NCR5380_bus_reset
(
Scsi_Cmnd
*
cmd
)
{
static
int
NCR5380_bus_reset
(
Scsi_Cmnd
*
cmd
)
{
struct
Scsi_Host
*
instance
=
cmd
->
device
->
host
;
NCR5380_local_declare
();
NCR5380_local_declare
();
NCR5380_setup
(
cmd
->
device
->
host
);
NCR5380_setup
(
instance
);
NCR5380_print_status
(
instance
);
spin_lock_irq
(
instance
->
host_lock
);
do_reset
(
instance
);
spin_unlock_irq
(
instance
->
host_lock
);
NCR5380_print_status
(
cmd
->
device
->
host
);
do_reset
(
cmd
->
device
->
host
);
return
SUCCESS
;
return
SUCCESS
;
}
}
drivers/scsi/NCR53C9x.c
浏览文件 @
68b3aa7c
...
@@ -1467,14 +1467,12 @@ int esp_reset(Scsi_Cmnd *SCptr)
...
@@ -1467,14 +1467,12 @@ int esp_reset(Scsi_Cmnd *SCptr)
{
{
struct
NCR_ESP
*
esp
=
(
struct
NCR_ESP
*
)
SCptr
->
device
->
host
->
hostdata
;
struct
NCR_ESP
*
esp
=
(
struct
NCR_ESP
*
)
SCptr
->
device
->
host
->
hostdata
;
spin_lock_irq
(
esp
->
ehost
->
host_lock
);
(
void
)
esp_do_resetbus
(
esp
,
esp
->
eregs
);
(
void
)
esp_do_resetbus
(
esp
,
esp
->
eregs
);
spin_unlock_irq
(
esp
->
ehost
->
host_lock
);
spin_unlock_irq
(
esp
->
ehost
->
host_lock
);
wait_event
(
esp
->
reset_queue
,
(
esp
->
resetting_bus
==
0
));
wait_event
(
esp
->
reset_queue
,
(
esp
->
resetting_bus
==
0
));
spin_lock_irq
(
esp
->
ehost
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/a2091.c
浏览文件 @
68b3aa7c
...
@@ -221,7 +221,11 @@ int __init a2091_detect(Scsi_Host_Template *tpnt)
...
@@ -221,7 +221,11 @@ int __init a2091_detect(Scsi_Host_Template *tpnt)
static
int
a2091_bus_reset
(
Scsi_Cmnd
*
cmd
)
static
int
a2091_bus_reset
(
Scsi_Cmnd
*
cmd
)
{
{
/* FIXME perform bus-specific reset */
/* FIXME perform bus-specific reset */
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
wd33c93_host_reset
(
cmd
);
wd33c93_host_reset
(
cmd
);
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/a3000.c
浏览文件 @
68b3aa7c
...
@@ -208,7 +208,11 @@ int __init a3000_detect(Scsi_Host_Template *tpnt)
...
@@ -208,7 +208,11 @@ int __init a3000_detect(Scsi_Host_Template *tpnt)
static
int
a3000_bus_reset
(
Scsi_Cmnd
*
cmd
)
static
int
a3000_bus_reset
(
Scsi_Cmnd
*
cmd
)
{
{
/* FIXME perform bus-specific reset */
/* FIXME perform bus-specific reset */
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
wd33c93_host_reset
(
cmd
);
wd33c93_host_reset
(
cmd
);
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/aha1542.c
浏览文件 @
68b3aa7c
...
@@ -1464,8 +1464,8 @@ static int aha1542_bus_reset(Scsi_Cmnd * SCpnt)
...
@@ -1464,8 +1464,8 @@ static int aha1542_bus_reset(Scsi_Cmnd * SCpnt)
* check for timeout, and if we are doing something like this
* check for timeout, and if we are doing something like this
* we are pretty desperate anyways.
* we are pretty desperate anyways.
*/
*/
spin_unlock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
ssleep
(
4
);
ssleep
(
4
);
spin_lock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
spin_lock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
WAIT
(
STATUS
(
SCpnt
->
device
->
host
->
io_port
),
WAIT
(
STATUS
(
SCpnt
->
device
->
host
->
io_port
),
...
@@ -1503,9 +1503,11 @@ static int aha1542_bus_reset(Scsi_Cmnd * SCpnt)
...
@@ -1503,9 +1503,11 @@ static int aha1542_bus_reset(Scsi_Cmnd * SCpnt)
}
}
}
}
spin_unlock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
fail:
fail:
spin_unlock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
return
FAILED
;
return
FAILED
;
}
}
...
...
drivers/scsi/aic7xxx/aic79xx_osm.c
浏览文件 @
68b3aa7c
...
@@ -1591,11 +1591,11 @@ ahd_linux_bus_reset(Scsi_Cmnd *cmd)
...
@@ -1591,11 +1591,11 @@ ahd_linux_bus_reset(Scsi_Cmnd *cmd)
printf
(
"%s: Bus reset called for cmd %p
\n
"
,
printf
(
"%s: Bus reset called for cmd %p
\n
"
,
ahd_name
(
ahd
),
cmd
);
ahd_name
(
ahd
),
cmd
);
#endif
#endif
ahd_
midlayer_entrypoint_
lock
(
ahd
,
&
s
);
ahd_lock
(
ahd
,
&
s
);
found
=
ahd_reset_channel
(
ahd
,
cmd
->
device
->
channel
+
'A'
,
found
=
ahd_reset_channel
(
ahd
,
cmd
->
device
->
channel
+
'A'
,
/*initiate reset*/
TRUE
);
/*initiate reset*/
TRUE
);
ahd_linux_run_complete_queue
(
ahd
);
ahd_linux_run_complete_queue
(
ahd
);
ahd_
midlayer_entrypoint_
unlock
(
ahd
,
&
s
);
ahd_unlock
(
ahd
,
&
s
);
if
(
bootverbose
)
if
(
bootverbose
)
printf
(
"%s: SCSI bus reset delivered. "
printf
(
"%s: SCSI bus reset delivered. "
...
...
drivers/scsi/aic7xxx/aic7xxx_osm.c
浏览文件 @
68b3aa7c
...
@@ -829,10 +829,14 @@ ahc_linux_bus_reset(struct scsi_cmnd *cmd)
...
@@ -829,10 +829,14 @@ ahc_linux_bus_reset(struct scsi_cmnd *cmd)
{
{
struct
ahc_softc
*
ahc
;
struct
ahc_softc
*
ahc
;
int
found
;
int
found
;
unsigned
long
flags
;
ahc
=
*
(
struct
ahc_softc
**
)
cmd
->
device
->
host
->
hostdata
;
ahc
=
*
(
struct
ahc_softc
**
)
cmd
->
device
->
host
->
hostdata
;
ahc_lock
(
ahc
,
&
flags
);
found
=
ahc_reset_channel
(
ahc
,
cmd
->
device
->
channel
+
'A'
,
found
=
ahc_reset_channel
(
ahc
,
cmd
->
device
->
channel
+
'A'
,
/*initiate reset*/
TRUE
);
/*initiate reset*/
TRUE
);
ahc_unlock
(
ahc
,
&
flags
);
if
(
bootverbose
)
if
(
bootverbose
)
printf
(
"%s: SCSI bus reset delivered. "
printf
(
"%s: SCSI bus reset delivered. "
...
...
drivers/scsi/dc395x.c
浏览文件 @
68b3aa7c
...
@@ -1310,7 +1310,7 @@ static void reset_dev_param(struct AdapterCtlBlk *acb)
...
@@ -1310,7 +1310,7 @@ static void reset_dev_param(struct AdapterCtlBlk *acb)
* @cmd - some command for this host (for fetching hooks)
* @cmd - some command for this host (for fetching hooks)
* Returns: SUCCESS (0x2002) on success, else FAILED (0x2003).
* Returns: SUCCESS (0x2002) on success, else FAILED (0x2003).
*/
*/
static
int
dc395x_eh_bus_reset
(
struct
scsi_cmnd
*
cmd
)
static
int
__
dc395x_eh_bus_reset
(
struct
scsi_cmnd
*
cmd
)
{
{
struct
AdapterCtlBlk
*
acb
=
struct
AdapterCtlBlk
*
acb
=
(
struct
AdapterCtlBlk
*
)
cmd
->
device
->
host
->
hostdata
;
(
struct
AdapterCtlBlk
*
)
cmd
->
device
->
host
->
hostdata
;
...
@@ -1356,6 +1356,16 @@ static int dc395x_eh_bus_reset(struct scsi_cmnd *cmd)
...
@@ -1356,6 +1356,16 @@ static int dc395x_eh_bus_reset(struct scsi_cmnd *cmd)
return
SUCCESS
;
return
SUCCESS
;
}
}
static
int
dc395x_eh_bus_reset
(
struct
scsi_cmnd
*
cmd
)
{
int
rc
;
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
rc
=
__dc395x_eh_bus_reset
(
cmd
);
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
rc
;
}
/*
/*
* abort an errant SCSI command
* abort an errant SCSI command
...
...
drivers/scsi/fd_mcs.c
浏览文件 @
68b3aa7c
...
@@ -1243,6 +1243,7 @@ static int fd_mcs_abort(Scsi_Cmnd * SCpnt)
...
@@ -1243,6 +1243,7 @@ static int fd_mcs_abort(Scsi_Cmnd * SCpnt)
static
int
fd_mcs_bus_reset
(
Scsi_Cmnd
*
SCpnt
)
{
static
int
fd_mcs_bus_reset
(
Scsi_Cmnd
*
SCpnt
)
{
struct
Scsi_Host
*
shpnt
=
SCpnt
->
device
->
host
;
struct
Scsi_Host
*
shpnt
=
SCpnt
->
device
->
host
;
unsigned
long
flags
;
#if DEBUG_RESET
#if DEBUG_RESET
static
int
called_once
=
0
;
static
int
called_once
=
0
;
...
@@ -1259,6 +1260,8 @@ static int fd_mcs_bus_reset(Scsi_Cmnd * SCpnt) {
...
@@ -1259,6 +1260,8 @@ static int fd_mcs_bus_reset(Scsi_Cmnd * SCpnt) {
called_once
=
1
;
called_once
=
1
;
#endif
#endif
spin_lock_irqsave
(
shpnt
->
host_lock
,
flags
);
outb
(
1
,
SCSI_Cntl_port
);
outb
(
1
,
SCSI_Cntl_port
);
do_pause
(
2
);
do_pause
(
2
);
outb
(
0
,
SCSI_Cntl_port
);
outb
(
0
,
SCSI_Cntl_port
);
...
@@ -1266,6 +1269,8 @@ static int fd_mcs_bus_reset(Scsi_Cmnd * SCpnt) {
...
@@ -1266,6 +1269,8 @@ static int fd_mcs_bus_reset(Scsi_Cmnd * SCpnt) {
outb
(
0
,
SCSI_Mode_Cntl_port
);
outb
(
0
,
SCSI_Mode_Cntl_port
);
outb
(
PARITY_MASK
,
TMC_Cntl_port
);
outb
(
PARITY_MASK
,
TMC_Cntl_port
);
spin_unlock_irqrestore
(
shpnt
->
host_lock
,
flags
);
/* Unless this is the very first call (i.e., SCPnt == NULL), everything
/* Unless this is the very first call (i.e., SCPnt == NULL), everything
is probably hosed at this point. We will, however, try to keep
is probably hosed at this point. We will, however, try to keep
things going by informing the high-level code that we need help. */
things going by informing the high-level code that we need help. */
...
...
drivers/scsi/fdomain.c
浏览文件 @
68b3aa7c
...
@@ -1543,12 +1543,18 @@ static int fdomain_16x0_abort(struct scsi_cmnd *SCpnt)
...
@@ -1543,12 +1543,18 @@ static int fdomain_16x0_abort(struct scsi_cmnd *SCpnt)
int
fdomain_16x0_bus_reset
(
struct
scsi_cmnd
*
SCpnt
)
int
fdomain_16x0_bus_reset
(
struct
scsi_cmnd
*
SCpnt
)
{
{
unsigned
long
flags
;
local_irq_save
(
flags
);
outb
(
1
,
port_base
+
SCSI_Cntl
);
outb
(
1
,
port_base
+
SCSI_Cntl
);
do_pause
(
2
);
do_pause
(
2
);
outb
(
0
,
port_base
+
SCSI_Cntl
);
outb
(
0
,
port_base
+
SCSI_Cntl
);
do_pause
(
115
);
do_pause
(
115
);
outb
(
0
,
port_base
+
SCSI_Mode_Cntl
);
outb
(
0
,
port_base
+
SCSI_Mode_Cntl
);
outb
(
PARITY_MASK
,
port_base
+
TMC_Cntl
);
outb
(
PARITY_MASK
,
port_base
+
TMC_Cntl
);
local_irq_restore
(
flags
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/gvp11.c
浏览文件 @
68b3aa7c
...
@@ -345,7 +345,11 @@ int __init gvp11_detect(Scsi_Host_Template *tpnt)
...
@@ -345,7 +345,11 @@ int __init gvp11_detect(Scsi_Host_Template *tpnt)
static
int
gvp11_bus_reset
(
Scsi_Cmnd
*
cmd
)
static
int
gvp11_bus_reset
(
Scsi_Cmnd
*
cmd
)
{
{
/* FIXME perform bus-specific reset */
/* FIXME perform bus-specific reset */
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
wd33c93_host_reset
(
cmd
);
wd33c93_host_reset
(
cmd
);
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/imm.c
浏览文件 @
68b3aa7c
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#include <linux/blkdev.h>
#include <linux/blkdev.h>
#include <linux/parport.h>
#include <linux/parport.h>
#include <linux/workqueue.h>
#include <linux/workqueue.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/io.h>
#include <scsi/scsi.h>
#include <scsi/scsi.h>
...
@@ -610,9 +611,9 @@ static int imm_init(imm_struct *dev)
...
@@ -610,9 +611,9 @@ static int imm_init(imm_struct *dev)
if
(
imm_connect
(
dev
,
0
)
!=
1
)
if
(
imm_connect
(
dev
,
0
)
!=
1
)
return
-
EIO
;
return
-
EIO
;
imm_reset_pulse
(
dev
->
base
);
imm_reset_pulse
(
dev
->
base
);
udelay
(
1000
);
/* Delay to allow devices to settle */
mdelay
(
1
);
/* Delay to allow devices to settle */
imm_disconnect
(
dev
);
imm_disconnect
(
dev
);
udelay
(
1000
);
/* Another delay to allow devices to settle */
mdelay
(
1
);
/* Another delay to allow devices to settle */
return
device_check
(
dev
);
return
device_check
(
dev
);
}
}
...
@@ -1026,9 +1027,9 @@ static int imm_reset(struct scsi_cmnd *cmd)
...
@@ -1026,9 +1027,9 @@ static int imm_reset(struct scsi_cmnd *cmd)
imm_connect
(
dev
,
CONNECT_NORMAL
);
imm_connect
(
dev
,
CONNECT_NORMAL
);
imm_reset_pulse
(
dev
->
base
);
imm_reset_pulse
(
dev
->
base
);
udelay
(
1000
);
/* device settle delay */
mdelay
(
1
);
/* device settle delay */
imm_disconnect
(
dev
);
imm_disconnect
(
dev
);
udelay
(
1000
);
/* device settle delay */
mdelay
(
1
);
/* device settle delay */
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/in2000.c
浏览文件 @
68b3aa7c
...
@@ -1644,14 +1644,16 @@ static int in2000_bus_reset(Scsi_Cmnd * cmd)
...
@@ -1644,14 +1644,16 @@ static int in2000_bus_reset(Scsi_Cmnd * cmd)
struct
Scsi_Host
*
instance
;
struct
Scsi_Host
*
instance
;
struct
IN2000_hostdata
*
hostdata
;
struct
IN2000_hostdata
*
hostdata
;
int
x
;
int
x
;
unsigned
long
flags
;
instance
=
cmd
->
device
->
host
;
instance
=
cmd
->
device
->
host
;
hostdata
=
(
struct
IN2000_hostdata
*
)
instance
->
hostdata
;
hostdata
=
(
struct
IN2000_hostdata
*
)
instance
->
hostdata
;
printk
(
KERN_WARNING
"scsi%d: Reset. "
,
instance
->
host_no
);
printk
(
KERN_WARNING
"scsi%d: Reset. "
,
instance
->
host_no
);
/* do scsi-reset here */
spin_lock_irqsave
(
instance
->
host_lock
,
flags
);
/* do scsi-reset here */
reset_hardware
(
instance
,
RESET_CARD_AND_BUS
);
reset_hardware
(
instance
,
RESET_CARD_AND_BUS
);
for
(
x
=
0
;
x
<
8
;
x
++
)
{
for
(
x
=
0
;
x
<
8
;
x
++
)
{
hostdata
->
busy
[
x
]
=
0
;
hostdata
->
busy
[
x
]
=
0
;
...
@@ -1668,6 +1670,8 @@ static int in2000_bus_reset(Scsi_Cmnd * cmd)
...
@@ -1668,6 +1670,8 @@ static int in2000_bus_reset(Scsi_Cmnd * cmd)
hostdata
->
outgoing_len
=
0
;
hostdata
->
outgoing_len
=
0
;
cmd
->
result
=
DID_RESET
<<
16
;
cmd
->
result
=
DID_RESET
<<
16
;
spin_unlock_irqrestore
(
instance
->
host_lock
,
flags
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/initio.c
浏览文件 @
68b3aa7c
...
@@ -3014,7 +3014,11 @@ static int i91u_bus_reset(struct scsi_cmnd * SCpnt)
...
@@ -3014,7 +3014,11 @@ static int i91u_bus_reset(struct scsi_cmnd * SCpnt)
HCS
*
pHCB
;
HCS
*
pHCB
;
pHCB
=
(
HCS
*
)
SCpnt
->
device
->
host
->
base
;
pHCB
=
(
HCS
*
)
SCpnt
->
device
->
host
->
base
;
spin_lock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
tul_reset_scsi
(
pHCB
,
0
);
tul_reset_scsi
(
pHCB
,
0
);
spin_unlock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/lpfc/lpfc_scsi.c
浏览文件 @
68b3aa7c
...
@@ -1054,7 +1054,7 @@ lpfc_reset_lun_handler(struct scsi_cmnd *cmnd)
...
@@ -1054,7 +1054,7 @@ lpfc_reset_lun_handler(struct scsi_cmnd *cmnd)
* Note: midlayer calls this function with the host_lock held
* Note: midlayer calls this function with the host_lock held
*/
*/
static
int
static
int
lpfc_reset_bus_handler
(
struct
scsi_cmnd
*
cmnd
)
__
lpfc_reset_bus_handler
(
struct
scsi_cmnd
*
cmnd
)
{
{
struct
Scsi_Host
*
shost
=
cmnd
->
device
->
host
;
struct
Scsi_Host
*
shost
=
cmnd
->
device
->
host
;
struct
lpfc_hba
*
phba
=
(
struct
lpfc_hba
*
)
shost
->
hostdata
[
0
];
struct
lpfc_hba
*
phba
=
(
struct
lpfc_hba
*
)
shost
->
hostdata
[
0
];
...
@@ -1143,6 +1143,16 @@ lpfc_reset_bus_handler(struct scsi_cmnd *cmnd)
...
@@ -1143,6 +1143,16 @@ lpfc_reset_bus_handler(struct scsi_cmnd *cmnd)
return
ret
;
return
ret
;
}
}
static
int
lpfc_reset_bus_handler
(
struct
scsi_cmnd
*
cmnd
)
{
int
rc
;
spin_lock_irq
(
cmnd
->
device
->
host
->
host_lock
);
rc
=
__lpfc_reset_bus_handler
(
cmnd
);
spin_unlock_irq
(
cmnd
->
device
->
host
->
host_lock
);
return
rc
;
}
static
int
static
int
lpfc_slave_alloc
(
struct
scsi_device
*
sdev
)
lpfc_slave_alloc
(
struct
scsi_device
*
sdev
)
{
{
...
...
drivers/scsi/mvme147.c
浏览文件 @
68b3aa7c
...
@@ -116,7 +116,11 @@ int mvme147_detect(Scsi_Host_Template *tpnt)
...
@@ -116,7 +116,11 @@ int mvme147_detect(Scsi_Host_Template *tpnt)
static
int
mvme147_bus_reset
(
Scsi_Cmnd
*
cmd
)
static
int
mvme147_bus_reset
(
Scsi_Cmnd
*
cmd
)
{
{
/* FIXME perform bus-specific reset */
/* FIXME perform bus-specific reset */
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
wd33c93_host_reset
(
cmd
);
wd33c93_host_reset
(
cmd
);
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/nsp32.c
浏览文件 @
68b3aa7c
...
@@ -2987,6 +2987,8 @@ static int nsp32_eh_bus_reset(struct scsi_cmnd *SCpnt)
...
@@ -2987,6 +2987,8 @@ static int nsp32_eh_bus_reset(struct scsi_cmnd *SCpnt)
nsp32_hw_data
*
data
=
(
nsp32_hw_data
*
)
SCpnt
->
device
->
host
->
hostdata
;
nsp32_hw_data
*
data
=
(
nsp32_hw_data
*
)
SCpnt
->
device
->
host
->
hostdata
;
unsigned
int
base
=
SCpnt
->
device
->
host
->
io_port
;
unsigned
int
base
=
SCpnt
->
device
->
host
->
io_port
;
spin_lock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
nsp32_msg
(
KERN_INFO
,
"Bus Reset"
);
nsp32_msg
(
KERN_INFO
,
"Bus Reset"
);
nsp32_dbg
(
NSP32_DEBUG_BUSRESET
,
"SCpnt=0x%x"
,
SCpnt
);
nsp32_dbg
(
NSP32_DEBUG_BUSRESET
,
"SCpnt=0x%x"
,
SCpnt
);
...
@@ -2994,6 +2996,7 @@ static int nsp32_eh_bus_reset(struct scsi_cmnd *SCpnt)
...
@@ -2994,6 +2996,7 @@ static int nsp32_eh_bus_reset(struct scsi_cmnd *SCpnt)
nsp32_do_bus_reset
(
data
);
nsp32_do_bus_reset
(
data
);
nsp32_write2
(
base
,
IRQ_CONTROL
,
0
);
nsp32_write2
(
base
,
IRQ_CONTROL
,
0
);
spin_unlock_irq
(
SCpnt
->
device
->
host
->
host_lock
);
return
SUCCESS
;
/* SCSI bus reset is succeeded at any time. */
return
SUCCESS
;
/* SCSI bus reset is succeeded at any time. */
}
}
...
...
drivers/scsi/ppa.c
浏览文件 @
68b3aa7c
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
#include <linux/blkdev.h>
#include <linux/blkdev.h>
#include <linux/parport.h>
#include <linux/parport.h>
#include <linux/workqueue.h>
#include <linux/workqueue.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/io.h>
#include <scsi/scsi.h>
#include <scsi/scsi.h>
...
@@ -891,9 +892,9 @@ static int ppa_reset(struct scsi_cmnd *cmd)
...
@@ -891,9 +892,9 @@ static int ppa_reset(struct scsi_cmnd *cmd)
ppa_connect
(
dev
,
CONNECT_NORMAL
);
ppa_connect
(
dev
,
CONNECT_NORMAL
);
ppa_reset_pulse
(
dev
->
base
);
ppa_reset_pulse
(
dev
->
base
);
udelay
(
1000
);
/* device settle delay */
mdelay
(
1
);
/* device settle delay */
ppa_disconnect
(
dev
);
ppa_disconnect
(
dev
);
udelay
(
1000
);
/* device settle delay */
mdelay
(
1
);
/* device settle delay */
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/qla1280.c
浏览文件 @
68b3aa7c
...
@@ -1130,7 +1130,13 @@ qla1280_eh_device_reset(struct scsi_cmnd *cmd)
...
@@ -1130,7 +1130,13 @@ qla1280_eh_device_reset(struct scsi_cmnd *cmd)
static
int
static
int
qla1280_eh_bus_reset
(
struct
scsi_cmnd
*
cmd
)
qla1280_eh_bus_reset
(
struct
scsi_cmnd
*
cmd
)
{
{
return
qla1280_error_action
(
cmd
,
BUS_RESET
);
int
rc
;
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
rc
=
qla1280_error_action
(
cmd
,
BUS_RESET
);
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
rc
;
}
}
/**************************************************************************
/**************************************************************************
...
...
drivers/scsi/qla2xxx/qla_os.c
浏览文件 @
68b3aa7c
...
@@ -753,8 +753,6 @@ qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
...
@@ -753,8 +753,6 @@ qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
qla_printk
(
KERN_INFO
,
ha
,
qla_printk
(
KERN_INFO
,
ha
,
"scsi(%ld:%d:%d): LOOP RESET ISSUED.
\n
"
,
ha
->
host_no
,
id
,
lun
);
"scsi(%ld:%d:%d): LOOP RESET ISSUED.
\n
"
,
ha
->
host_no
,
id
,
lun
);
spin_unlock_irq
(
ha
->
host
->
host_lock
);
if
(
qla2x00_wait_for_hba_online
(
ha
)
!=
QLA_SUCCESS
)
{
if
(
qla2x00_wait_for_hba_online
(
ha
)
!=
QLA_SUCCESS
)
{
DEBUG2
(
printk
(
"%s failed:board disabled
\n
"
,
__func__
));
DEBUG2
(
printk
(
"%s failed:board disabled
\n
"
,
__func__
));
goto
eh_bus_reset_done
;
goto
eh_bus_reset_done
;
...
@@ -776,8 +774,6 @@ qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
...
@@ -776,8 +774,6 @@ qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
qla_printk
(
KERN_INFO
,
ha
,
"%s: reset %s
\n
"
,
__func__
,
qla_printk
(
KERN_INFO
,
ha
,
"%s: reset %s
\n
"
,
__func__
,
(
ret
==
FAILED
)
?
"failed"
:
"succeded"
);
(
ret
==
FAILED
)
?
"failed"
:
"succeded"
);
spin_lock_irq
(
ha
->
host
->
host_lock
);
return
ret
;
return
ret
;
}
}
...
...
drivers/scsi/qlogicfas408.c
浏览文件 @
68b3aa7c
...
@@ -511,8 +511,14 @@ int qlogicfas408_abort(Scsi_Cmnd * cmd)
...
@@ -511,8 +511,14 @@ int qlogicfas408_abort(Scsi_Cmnd * cmd)
int
qlogicfas408_bus_reset
(
Scsi_Cmnd
*
cmd
)
int
qlogicfas408_bus_reset
(
Scsi_Cmnd
*
cmd
)
{
{
struct
qlogicfas408_priv
*
priv
=
get_priv_by_cmd
(
cmd
);
struct
qlogicfas408_priv
*
priv
=
get_priv_by_cmd
(
cmd
);
unsigned
long
flags
;
priv
->
qabort
=
2
;
priv
->
qabort
=
2
;
spin_lock_irqsave
(
cmd
->
device
->
host
->
host_lock
,
flags
);
ql_zap
(
priv
);
ql_zap
(
priv
);
spin_unlock_irqrestore
(
cmd
->
device
->
host
->
host_lock
,
flags
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/scsi_error.c
浏览文件 @
68b3aa7c
...
@@ -1053,9 +1053,7 @@ static int scsi_try_bus_reset(struct scsi_cmnd *scmd)
...
@@ -1053,9 +1053,7 @@ static int scsi_try_bus_reset(struct scsi_cmnd *scmd)
if
(
!
scmd
->
device
->
host
->
hostt
->
eh_bus_reset_handler
)
if
(
!
scmd
->
device
->
host
->
hostt
->
eh_bus_reset_handler
)
return
FAILED
;
return
FAILED
;
spin_lock_irqsave
(
scmd
->
device
->
host
->
host_lock
,
flags
);
rtn
=
scmd
->
device
->
host
->
hostt
->
eh_bus_reset_handler
(
scmd
);
rtn
=
scmd
->
device
->
host
->
hostt
->
eh_bus_reset_handler
(
scmd
);
spin_unlock_irqrestore
(
scmd
->
device
->
host
->
host_lock
,
flags
);
if
(
rtn
==
SUCCESS
)
{
if
(
rtn
==
SUCCESS
)
{
if
(
!
scmd
->
device
->
host
->
hostt
->
skip_settle_delay
)
if
(
!
scmd
->
device
->
host
->
hostt
->
skip_settle_delay
)
...
...
drivers/scsi/seagate.c
浏览文件 @
68b3aa7c
...
@@ -97,6 +97,7 @@
...
@@ -97,6 +97,7 @@
#include <linux/delay.h>
#include <linux/delay.h>
#include <linux/blkdev.h>
#include <linux/blkdev.h>
#include <linux/stat.h>
#include <linux/stat.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/io.h>
#include <asm/system.h>
#include <asm/system.h>
...
@@ -1631,7 +1632,7 @@ static int seagate_st0x_bus_reset(Scsi_Cmnd * SCpnt)
...
@@ -1631,7 +1632,7 @@ static int seagate_st0x_bus_reset(Scsi_Cmnd * SCpnt)
/* assert RESET signal on SCSI bus. */
/* assert RESET signal on SCSI bus. */
WRITE_CONTROL
(
BASE_CMD
|
CMD_RST
);
WRITE_CONTROL
(
BASE_CMD
|
CMD_RST
);
udelay
(
20
*
100
0
);
mdelay
(
2
0
);
WRITE_CONTROL
(
BASE_CMD
);
WRITE_CONTROL
(
BASE_CMD
);
st0x_aborted
=
DID_RESET
;
st0x_aborted
=
DID_RESET
;
...
...
drivers/scsi/sgiwd93.c
浏览文件 @
68b3aa7c
...
@@ -310,7 +310,11 @@ int sgiwd93_release(struct Scsi_Host *instance)
...
@@ -310,7 +310,11 @@ int sgiwd93_release(struct Scsi_Host *instance)
static
int
sgiwd93_bus_reset
(
Scsi_Cmnd
*
cmd
)
static
int
sgiwd93_bus_reset
(
Scsi_Cmnd
*
cmd
)
{
{
/* FIXME perform bus-specific reset */
/* FIXME perform bus-specific reset */
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
wd33c93_host_reset
(
cmd
);
wd33c93_host_reset
(
cmd
);
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/scsi/sym53c8xx_2/sym_glue.c
浏览文件 @
68b3aa7c
...
@@ -878,7 +878,13 @@ static int sym53c8xx_eh_device_reset_handler(struct scsi_cmnd *cmd)
...
@@ -878,7 +878,13 @@ static int sym53c8xx_eh_device_reset_handler(struct scsi_cmnd *cmd)
static
int
sym53c8xx_eh_bus_reset_handler
(
struct
scsi_cmnd
*
cmd
)
static
int
sym53c8xx_eh_bus_reset_handler
(
struct
scsi_cmnd
*
cmd
)
{
{
return
sym_eh_handler
(
SYM_EH_BUS_RESET
,
"BUS RESET"
,
cmd
);
int
rc
;
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
rc
=
sym_eh_handler
(
SYM_EH_BUS_RESET
,
"BUS RESET"
,
cmd
);
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
rc
;
}
}
static
int
sym53c8xx_eh_host_reset_handler
(
struct
scsi_cmnd
*
cmd
)
static
int
sym53c8xx_eh_host_reset_handler
(
struct
scsi_cmnd
*
cmd
)
...
...
drivers/scsi/tmscsim.c
浏览文件 @
68b3aa7c
...
@@ -2120,6 +2120,8 @@ static int DC390_bus_reset (struct scsi_cmnd *cmd)
...
@@ -2120,6 +2120,8 @@ static int DC390_bus_reset (struct scsi_cmnd *cmd)
struct
dc390_acb
*
pACB
=
(
struct
dc390_acb
*
)
cmd
->
device
->
host
->
hostdata
;
struct
dc390_acb
*
pACB
=
(
struct
dc390_acb
*
)
cmd
->
device
->
host
->
hostdata
;
u8
bval
;
u8
bval
;
spin_lock_irq
(
cmd
->
device
->
host
->
host_lock
);
bval
=
DC390_read8
(
CtrlReg1
)
|
DIS_INT_ON_SCSI_RST
;
bval
=
DC390_read8
(
CtrlReg1
)
|
DIS_INT_ON_SCSI_RST
;
DC390_write8
(
CtrlReg1
,
bval
);
/* disable IRQ on bus reset */
DC390_write8
(
CtrlReg1
,
bval
);
/* disable IRQ on bus reset */
...
@@ -2127,7 +2129,7 @@ static int DC390_bus_reset (struct scsi_cmnd *cmd)
...
@@ -2127,7 +2129,7 @@ static int DC390_bus_reset (struct scsi_cmnd *cmd)
dc390_ResetSCSIBus
(
pACB
);
dc390_ResetSCSIBus
(
pACB
);
dc390_ResetDevParam
(
pACB
);
dc390_ResetDevParam
(
pACB
);
udelay
(
1000
);
mdelay
(
1
);
pACB
->
pScsiHost
->
last_reset
=
jiffies
+
3
*
HZ
/
2
pACB
->
pScsiHost
->
last_reset
=
jiffies
+
3
*
HZ
/
2
+
HZ
*
dc390_eepromBuf
[
pACB
->
AdapterIndex
][
EE_DELAY
];
+
HZ
*
dc390_eepromBuf
[
pACB
->
AdapterIndex
][
EE_DELAY
];
...
@@ -2142,6 +2144,8 @@ static int DC390_bus_reset (struct scsi_cmnd *cmd)
...
@@ -2142,6 +2144,8 @@ static int DC390_bus_reset (struct scsi_cmnd *cmd)
bval
=
DC390_read8
(
CtrlReg1
)
&
~
DIS_INT_ON_SCSI_RST
;
bval
=
DC390_read8
(
CtrlReg1
)
&
~
DIS_INT_ON_SCSI_RST
;
DC390_write8
(
CtrlReg1
,
bval
);
/* re-enable interrupt */
DC390_write8
(
CtrlReg1
,
bval
);
/* re-enable interrupt */
spin_unlock_irq
(
cmd
->
device
->
host
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
drivers/usb/storage/scsiglue.c
浏览文件 @
68b3aa7c
...
@@ -276,8 +276,6 @@ static int bus_reset(struct scsi_cmnd *srb)
...
@@ -276,8 +276,6 @@ static int bus_reset(struct scsi_cmnd *srb)
US_DEBUGP
(
"%s called
\n
"
,
__FUNCTION__
);
US_DEBUGP
(
"%s called
\n
"
,
__FUNCTION__
);
scsi_unlock
(
us_to_host
(
us
));
/* The USB subsystem doesn't handle synchronisation between
/* The USB subsystem doesn't handle synchronisation between
* a device's several drivers. Therefore we reset only devices
* a device's several drivers. Therefore we reset only devices
* with just one interface, which we of course own. */
* with just one interface, which we of course own. */
...
@@ -304,7 +302,6 @@ static int bus_reset(struct scsi_cmnd *srb)
...
@@ -304,7 +302,6 @@ static int bus_reset(struct scsi_cmnd *srb)
up
(
&
(
us
->
dev_semaphore
));
up
(
&
(
us
->
dev_semaphore
));
/* lock the host for the return */
/* lock the host for the return */
scsi_lock
(
us_to_host
(
us
));
return
result
<
0
?
FAILED
:
SUCCESS
;
return
result
<
0
?
FAILED
:
SUCCESS
;
}
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录