The patch titled ieee1394: sbp2: sbp2 remove ohci1394 specific constant has been removed from the -mm tree. Its filename is ieee1394-sbp2-sbp2-remove-ohci1394-specific.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ieee1394: sbp2: sbp2 remove ohci1394 specific constant From: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> Signed-off-by: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> Cc: Jody McIntyre <scjody@xxxxxxxxxxxxxx> Cc: Ben Collins <bcollins@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ieee1394/sbp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ieee1394/sbp2.c~ieee1394-sbp2-sbp2-remove-ohci1394-specific drivers/ieee1394/sbp2.c --- devel/drivers/ieee1394/sbp2.c~ieee1394-sbp2-sbp2-remove-ohci1394-specific 2006-06-02 18:45:07.000000000 -0700 +++ devel-akpm/drivers/ieee1394/sbp2.c 2006-06-02 18:45:36.000000000 -0700 @@ -847,7 +847,7 @@ static struct scsi_id_instance_data *sbp scsi_id->status_fifo_addr = hpsb_allocate_and_register_addrspace( &sbp2_highlevel, ud->ne->host, &sbp2_ops, sizeof(struct sbp2_status_block), sizeof(quadlet_t), - 0x010000000000ULL, CSR1212_ALL_SPACE_END); + ud->ne->host->low_addr_space, CSR1212_ALL_SPACE_END); if (scsi_id->status_fifo_addr == ~0ULL) { SBP2_ERR("failed to allocate status FIFO address range"); goto failed_alloc; _ Patches currently in -mm which might be from stefanr@xxxxxxxxxxxxxxxxx are git-ieee1394.patch lock-validator-annotate-ieee1394-skb-head-locking.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html