Date: Thu, 24 Dec 2009 15:14:35 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200944 - head/sys/boot/sparc64/loader Message-ID: <200912241514.nBOFEZbS033671@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Thu Dec 24 15:14:35 2009 New Revision: 200944 URL: http://svn.freebsd.org/changeset/base/200944 Log: Revert r183628 as with the current ata(4) ATAPI DMA with AcerLabs M5229 appears to be once again fixed. If this happens to return we probably should disable ATAPI DMA in ataacerlabs(4) instead just like the Linux libATA does. Modified: head/sys/boot/sparc64/loader/main.c Modified: head/sys/boot/sparc64/loader/main.c ============================================================================== --- head/sys/boot/sparc64/loader/main.c Thu Dec 24 15:14:22 2009 (r200943) +++ head/sys/boot/sparc64/loader/main.c Thu Dec 24 15:14:35 2009 (r200944) @@ -261,7 +261,6 @@ static int sparc64_autoload(void) { - setenv("hw.ata.atapi_dma", "0", 0); return (0); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912241514.nBOFEZbS033671>