patch-2.2.0-pre2 linux/drivers/scsi/ibmmca.c

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

diff -u --recursive --new-file v2.2.0-pre1/linux/drivers/scsi/ibmmca.c linux/drivers/scsi/ibmmca.c
@@ -1567,7 +1567,7 @@
 
   /* first look for the SCSI integrated on the motherboard */
   pos2 = mca_read_stored_pos(MCA_INTEGSCSI, 2);
-  if (pos2 != 0xff) {
+//  if (pos2 != 0xff) {
     if ((pos2 & 1) == 0) {
       port = IM_IO_PORT + ((pos2 & 0x0e) << 2);
     } else {
@@ -1584,7 +1584,7 @@
           mca_set_adapter_procfn(MCA_INTEGSCSI, (MCA_ProcFn) ibmmca_getinfo,
                                  shpnt);
         }
-    }
+//    }
 
   /* now look for other adapters */
   list_size = sizeof(subsys_list) / sizeof(struct subsys_list_struct);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov