patch-2.1.102 linux/drivers/scsi/aha152x.c
Next file: linux/drivers/scsi/eata.c
Previous file: linux/drivers/scsi/advansys.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon May 11 11:20:12 1998
- Orig file:
v2.1.101/linux/drivers/scsi/aha152x.c
- Orig date:
Fri Apr 4 08:52:23 1997
diff -u --recursive --new-file v2.1.101/linux/drivers/scsi/aha152x.c linux/drivers/scsi/aha152x.c
@@ -1271,7 +1271,7 @@
HOSTDATA(shpnt)->aborting++;
HOSTDATA(shpnt)->abortion_complete=0;
- sti(); /* Hi Eric, guess what ;-) */
+ restore_flags(flags);
/* sleep until the abortion is complete */
while(!HOSTDATA(shpnt)->abortion_complete)
@@ -1556,7 +1556,7 @@
intr(). To avoid race conditions, we have to return
immediately afterwards. */
CLRBITS(DMACNTRL0, INTEN);
- sti(); /* Yes, sti() really needs to be here */
+ /* sti(); FIXME!!! Yes, sti() really needs to be here if we want to lock up */
/* disconnected target is trying to reconnect.
Only possible, if we have disconnected nexuses and
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov