cvs commit: src/sys/sparc64/sparc64 bus_machdep.c
Marcel Moolenaar
marcel at FreeBSD.org
Fri Sep 10 00:00:44 PDT 2004
marcel 2004-09-10 07:00:28 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 bus_machdep.c
Log:
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.
MT5 candidate.
Revision Changes Path
1.41 +5 -1 src/sys/sparc64/sparc64/bus_machdep.c
More information about the cvs-src
mailing list