Hey,
Alan's recent driver update of the qlogicfas scsi card broke the pcmcia
version. This patch fixes it.
thanks,
/ Brett Pemberton
--- drivers/scsi/pcmcia/qlogic_stub.c.old 2002-11-17 14:02:54.000000000 +1100
#include <../drivers/scsi/qlogicfas.h>
-#define qlogic_reset(h) qlogicfas_reset(h, 0)
+#define qlogic_reset(h) qlogicfas_bus_reset(h)
#include <pcmcia/version.h>
#include <pcmcia/cs_types.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/