patch-2.0.30 linux/drivers/scsi/aha1542.c
Next file: linux/drivers/scsi/aha1740.c
Previous file: linux/drivers/scsi/README.FlashPoint
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Feb 28 15:14:18 1997
- Orig file:
v2.0.29/linux/drivers/scsi/aha1542.c
- Orig date:
Thu Nov 7 01:25:21 1996
diff -u --recursive --new-file v2.0.29/linux/drivers/scsi/aha1542.c linux/drivers/scsi/aha1542.c
@@ -13,6 +13,9 @@
* controller).
* Modified by Matti Aarnio
* Accept parameters from LILO cmd-line. -- 1-Oct-94
+ * Modified by Mike McLagan <mike.mclagan@linux.org>
+ * Recognise extended mode on AHA1542CP, different bit than 1542CF
+ * 1-Jan-97
*/
#include <linux/module.h>
@@ -805,7 +808,9 @@
mbenable_cmd[0]=CMD_MBENABLE;
mbenable_cmd[1]=0;
mbenable_cmd[2]=mbenable_result[1];
- if(mbenable_result[1] & 1) retval = BIOS_TRANSLATION_25563;
+
+ if(mbenable_result[1] & 0x03) retval = BIOS_TRANSLATION_25563;
+
aha1542_out(base,mbenable_cmd,3);
WAIT(INTRFLAGS(base),INTRMASK,HACC,0);
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov