I found a small bug (well.. kernel panic) in the linux/drivers/scsi/fdomain.c It was easy to fix (there was a compile time warning about a parameter mismatch). Anyway.. the fix is: around line 974 in fdomain.c (at linux level 2.4.4) change: scsi_set_pci_device(shpnt->pci_dev,pdev); to scsi_set_pci_device(shpnt,pdev); ----[end of fix]---- I poked around the other calls to scsi_set_pci_device in some of the other drivers and saw how they were doing the call. Regards... thanks for all the work you guys do. Cheyenne - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED]

