From: Stefan Richter Signed-off-by: Stefan Richter Cc: Jody McIntyre Cc: Ben Collins Signed-off-by: Andrew Morton --- 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; _