Emmanuel Fusté wrote: > Hello, > >> What you should do here is: >> >> - hook up a serial cable and re-route console messages to that >> - Switch off syslog (as this might block if the SCSI bus frozen) >> - Enable scsi debugging (Error, Timeout, Scan, and Midlayer is >> sufficient) and start cdrwtools. >> - Send me the log from the serial console. >> > Ok, I've got logs with netconsole after swapping my Ethernet > card with another one. Grand. Well done, son. The logs have been very instructive. Again we're hitting this 'two commands per lun' problem. For historic reasons the aic7xxx and aic79xx driver accepted two commands per luns, as they implemented their internal queueing and could hold the second command on the queue. With later versions I've removed this internal queueing and relied on the block-layer for this. But this also means we can only accept one command per lun. Please try the attached patch and see if it helps. James, I know that the aic7xxx has some 'next_queued_hscb' pointer which might be utilized for this sort of thing. But I didn't really figure out how this thing is supposed to work nor how we could utilize it. So I figured that the added complexity is not really worth it. Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage hare@suse.de +49 911 74053 688 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Markus Rex, HRB 16746 (AG Nürnberg)