https://bugzilla.kernel.org/show_bug.cgi?id=25192 --- Comment #12 from Adam Radford <aradford@xxxxxxxxx> 2010-12-20 17:05:52 --- Matt, You can prevent the crash from happening by commenting out or removing this line: printk(KERN_WARNING "3w-9xxx: scsi%d: Firmware %s, BIOS %s, Ports: %d.\n", host->host_no, (char *)twa_get_param(tw_dev, 0, TW_VERSION_TABLE, TW_PARAM_FWVER, TW_PARAM_FWVER_LENGTH), (char *)twa_get_param(tw_dev, 1, TW_VERSION_TABLE, TW_PARAM_BIOSVER, TW_PARAM_BIOSVER_LENGTH), le32_to_cpu(*(int *)twa_get_param(tw_dev, 2, TW_INFORMATION_TABLE, TW_PARAM_PORTCOUNT, TW_PARAM_PORTCOUNT_LENGTH))); I was a little over-zealous in assuming the controller would be responding here, or you would have already hung the system in POST. At this point, since your card won't work in little-endian mode, I am guessing: 1. Your card is bad, which you could test by trying another 9500-S card. 2. The PCI slot you are trying is somehow incompatible with the 3ware hardware. -Adam -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html