patch-1.3.54 linux/drivers/scsi/hosts.h

Next file: linux/drivers/scsi/scsi.c
Previous file: linux/drivers/scsi/hosts.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.53/linux/drivers/scsi/hosts.h linux/drivers/scsi/hosts.h
@@ -282,14 +282,6 @@
      * initialized to 0 in scsi_register.
      */
     unsigned int unique_id;
-
-    /*
-     * Set these if there are conflicts between memory
-     * in the < 1mb region and regions at 16mb multiples.
-     * The address must be on a page boundary.
-     */
-    unsigned long forbidden_addr;
-    unsigned long forbidden_size;
     
     /*
      * The rest can be copied from the template, or specifically
@@ -313,7 +305,7 @@
      */
     unsigned suggest_bus_reset:1;
  
-    int hostdata[0];  /* Used for storage of host specific stuff */
+    unsigned long hostdata[0];  /* Used for storage of host specific stuff */
 };
 
 extern struct Scsi_Host * scsi_hostlist;

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