Bug 182544 - [patch] ARM busdma_machdep-v6.c
Summary: [patch] ARM busdma_machdep-v6.c
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-arm (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-01 14:10 UTC by onwahe
Modified: 2014-05-04 04:54 UTC (History)
0 users

See Also:


Attachments
file.diff (611 bytes, patch)
2013-10-01 14:10 UTC, onwahe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description onwahe 2013-10-01 14:10:00 UTC
See my patch. 
(1) maxsize should be in bytes
(2) bad comments style corrected
Comment 1 Ian Lepore freebsd_committer freebsd_triage 2013-10-16 17:39:42 UTC
The analysis of this problem is correct, however while investigating it
I discovered that we also need to round maxsize up to a full page and
add one to account for a possible extra boundary crossing, so the fix
applied in r256637 was different than the submitted patch.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2014-05-04 04:53:36 UTC
State Changed
From-To: open->closed

Fixed a different way in r256637.  Thanks for the patch.