ieee1394: extend lowlevel API for address range properties
authorBen Collins <bcollins@ubuntu.com>
Mon, 12 Jun 2006 22:13:21 +0000 (18:13 -0400)
committerBen Collins <bcollins@ubuntu.com>
Mon, 12 Jun 2006 22:13:21 +0000 (18:13 -0400)
Host adapter hardware imposes certain restrictions and features on
address ranges.  Instead of hard-wire such ranges into the ieee1394
core or even into protocol drivers, let lowlevel drivers specify
these ranges via struct hpsb_host.

Patch "ohci1394: set address range properties" must be applied too,
else hpsb_allocate_and_register_addrspace() won't work properly.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>

No differences found