Signed-off-by: Stefan Richter <[email protected]> --- Requires patches "ieee1394: extend lowlevel API for address range properties" and "ohci1394: set address range properties" Index: linux-2.6.17-rc5-mm2/drivers/ieee1394/sbp2.c =================================================================== --- linux-2.6.17-rc5-mm2.orig/drivers/ieee1394/sbp2.c 2006-06-01 20:55:44.000000000 +0200 +++ linux-2.6.17-rc5-mm2/drivers/ieee1394/sbp2.c 2006-06-01 20:55:46.000000000 +0200 @@ -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) { SBP2_ERR("failed to allocate status FIFO address range"); goto failed_alloc; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 2.6.17-rc5-mm2 15/18] sbp2: fix S800 transfers if phys_dma is off
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 15/18] sbp2: fix S800 transfers if phys_dma is off
- References:
- [PATCH 2.6.17-rc5-mm2 00/18] ieee1394: misc updates
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 01/18] video1394: be quiet
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 02/18] ohci1394.c: function calls without effect
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 03/18] sbp2: make TSB42AA9 workaround specific to Momobay CX-1
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 04/18] Semaphore to mutex conversion.
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 05/18] raw1394: fix whitespace after x86_64 compat patch
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 06/18] ieee1394/ohci1394: CycleTooLong interrupt management
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 07/18] ieee1394: support for slow links or slow 1394b phy ports
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 08/18] ieee1394: save RAM by using a single tlabel for broadcast transactions
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 09/18] sbp2: remove manipulation of inquiry response
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 10/18] sbp2: log number of supported concurrent logins
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 11/18] ieee1394: extend lowlevel API for address range properties
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 12/18] ohci1394: set address range properties
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 13/18] ohci1394: make phys_dma parameter read-only
- From: Stefan Richter <[email protected]>
- [PATCH 2.6.17-rc5-mm2 00/18] ieee1394: misc updates
- Prev by Date: [PATCH 2.6.17-rc5-mm2 13/18] ohci1394: make phys_dma parameter read-only
- Next by Date: Re: lock_kernel called under spinlock in NFS
- Previous by thread: [PATCH 2.6.17-rc5-mm2 13/18] ohci1394: make phys_dma parameter read-only
- Next by thread: [PATCH 2.6.17-rc5-mm2 15/18] sbp2: fix S800 transfers if phys_dma is off
- Index(es):