cvs commit: src/sys/sparc64/sparc64 bus_machdep.c
Ken Smith
kensmith at FreeBSD.org
Fri Sep 10 13:22:51 PDT 2004
kensmith 2004-09-10 20:22:50 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/sparc64/sparc64 bus_machdep.c
Log:
MFC of v1.41. From that Log entry:
Better fix the busdma problem exposed by ATA. With the CMD 646 for
example the maximum segment size is 64K while the boundary is set
to 8K due to controller limitations. It is impossible to NOT cross
the boundary for any segment size that's larger than the boundary.
So, once we inherited the boundary from the parent tag, make sure
to reduce the maximum segment size to the boundary if it was larger.
Work done by: marcel
Approved by: re (scottl) [ Sooner than normal, needed for BETA4... ]
Revision Changes Path
1.39.2.2 +5 -1 src/sys/sparc64/sparc64/bus_machdep.c
More information about the cvs-src
mailing list