--- linux/drivers/scsi/ppa.h~ Sat Nov 15 15:00:37 1997
+++ linux/drivers/scsi/ppa.h Sun Nov 16 21:12:10 1997
@@ -100,7 +100,7 @@
int ppa_sg = SG_ALL; /* enable/disable scatter-gather. */
/* other options */
-#define PPA_CAN_QUEUE 0 /* use "queueing" interface */
+#define PPA_CAN_QUEUE 1 /* use "queueing" interface */
#define PPA_BURST_SIZE 512 /* data burst size */
#define PPA_SELECT_TMO 5000 /* how long to wait for target ? */
#define PPA_SPIN_TMO 50000 /* ppa_wait loop limiter */
Without this patch ppa crash the kernel due some bug in the queue
interface.
Excuse me again...
Andreas Arcangeli