Date: Tue, 23 Mar 2004 15:41:39 -0800 (PST) From: Thomas Moestl <tmm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_sbus.c Message-ID: <200403232341.i2NNfdlU060190@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2004/03/23 15:41:39 PST FreeBSD src repository Modified files: sys/dev/isp isp_sbus.c Log: Correct the boundary parameter to the bus_dma_tag_create() calls (it was (1 << 24) - 2 instead of 1 << 24, which it was obviously intended to be). This fixes SBus isp(4)s on sparc64 machines. Report and testing: Marius Strobl <marius@alchemy.franken.de> Revision Changes Path 1.13 +2 -2 src/sys/dev/isp/isp_sbus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403232341.i2NNfdlU060190>