patch-2.1.104 linux/drivers/block/paride/pt.c
Next file: linux/drivers/block/raid1.c
Previous file: linux/drivers/block/paride/pf.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Thu May 21 14:24:05 1998
- Orig file:
v2.1.103/linux/drivers/block/paride/pt.c
- Orig date:
Wed May 20 19:10:38 1998
diff -u --recursive --new-file v2.1.103/linux/drivers/block/paride/pt.c linux/drivers/block/paride/pt.c
@@ -436,7 +436,7 @@
int r;
r = pt_command(unit,rs_cmd,16,"Request sense");
- udelay(1000);
+ mdelay(1);
if (!r) pt_completion(unit,buf,"Request sense");
PT.last_sense = -1;
@@ -453,7 +453,7 @@
{ int r;
r = pt_command(unit,cmd,dlen,fun);
- udelay(1000);
+ mdelay(1);
if (!r) r = pt_completion(unit,buf,fun);
if (r) pt_req_sense(unit,!fun);
@@ -820,7 +820,7 @@
r = pt_command(unit,rd_cmd,n,"read");
- udelay(1000);
+ mdelay(1);
if (r) {
pt_req_sense(unit,0);
@@ -906,7 +906,7 @@
r = pt_command(unit,wr_cmd,n,"write");
- udelay(1000);
+ mdelay(1);
if (r) { /* error delivering command only */
pt_req_sense(unit,0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov