Submitted are two drivers that should use the new scsi_allocate_command instead of kmalloc their own. But first we need some changes. Since the GFP_DMA support is going away (Submitted next) I would like to change the API a bit before any users use this code. Also I would like to snick in a gdth change that is related to this effort. [PATCH 1/4] scsi_free_command API change - Don't support GFP_DMA ISA support is going away and is not needed by any potential clients of this code. So change the API now before it has any users. [PATCH 2/4] isd200: Use new scsi_allocate_command() Use scsi_allocate_command in isd200 driver [PATCH 3/4] gdth: consolidate __gdth_execute && gdth_execute Cleanup and optimization. Please see patch for detailed explanations [PATCH 4/4] gdth: Use scsi_allocate_command for private command allocation Boaz -- 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