patch-2.1.104 linux/drivers/block/paride/pf.c
Next file: linux/drivers/block/paride/pt.c
Previous file: linux/drivers/block/paride/pcd.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu May 21 14:24:05 1998
- Orig file:
v2.1.103/linux/drivers/block/paride/pf.c
- Orig date:
Wed May 20 19:10:38 1998
diff -u --recursive --new-file v2.1.103/linux/drivers/block/paride/pf.c linux/drivers/block/paride/pf.c
@@ -617,7 +617,7 @@
int r;
r = pf_command(unit,rs_cmd,16,"Request sense");
- udelay(1000);
+ mdelay(1);
if (!r) pf_completion(unit,buf,"Request sense");
if ((!r)&&(!quiet))
@@ -630,7 +630,7 @@
{ int r;
r = pf_command(unit,cmd,dlen,fun);
- udelay(1000);
+ mdelay(1);
if (!r) r = pf_completion(unit,buf,fun);
if (r) pf_req_sense(unit,!fun);
@@ -864,7 +864,7 @@
i = pf_command(unit,io_cmd,c*512,"start i/o");
- udelay(1000);
+ mdelay(1);
return i;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov