Comment 8 for bug 59163

Revision history for this message
Giuseppe Sacco (eppesuig) wrote :

It seems I found the problem. when the machine boot, it load the module scsi_transport_spi while aic7xxx require scsi_transport_spi2. If I do

# rmmod scsi_transport_spi
# modporbe aic7xxx

then it woks.