patch-1.3.5 linux/drivers/scsi/aha1542.c

Next file: linux/drivers/scsi/aha1542.h
Previous file: linux/drivers/scsi/aha152x.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.4/linux/drivers/scsi/aha1542.c linux/drivers/scsi/aha1542.c
@@ -23,18 +23,17 @@
 #include <linux/types.h>
 #include <linux/string.h>
 #include <linux/ioport.h>
-
 #include <linux/delay.h>
-
 #include <linux/sched.h>
+#include <linux/proc_fs.h>
 #include <asm/dma.h>
-
 #include <asm/system.h>
 #include <asm/io.h>
 #include "../block/blk.h"
 #include "scsi.h"
 #include "hosts.h"
 
+
 #include "aha1542.h"
 
 #ifdef DEBUG
@@ -94,7 +93,7 @@
 
 struct aha1542_hostdata{
 	/* This will effectively start both of them at the first mailbox */
-        int bios_translation;   /* Mapping bios uses - for compatibility */
+	int bios_translation;   /* Mapping bios uses - for compatibility */
 	int aha1542_last_mbi_used;
 	int aha1542_last_mbo_used;
 	Scsi_Cmnd * SCint[AHA1542_MAILBOXES];
@@ -889,7 +888,7 @@
 	case 6:
 	    atbt = 0x04;
 	    break;
-        case 7:
+	case 7:
 	    atbt = 0x01;
 	    break;
 	case 8:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this