On Tue, 2006-01-24 at 10:44 +0100, Hannes Reinecke wrote: > /* > + * Slow down our CRC interval to be > + * compatible with packetized U320 devices > + * that can't handle a CRC at full speed > + */ > + if (ahd->features & AHD_AIC79XXB_SLOWCRC) { > + con_opts |= ENSLOWCRC; > + } since this seems to be a device quirk, shouldn't this just be part of the scsi blacklist and have a quirk there? Maybe with a generic option to trigger that quirk as well rather than a per driver module one... - : 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