From owner-cvs-src-old@FreeBSD.ORG Fri Jan 15 12:07:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AA4E1065670 for ; Fri, 15 Jan 2010 12:07:50 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EF408FC25 for ; Fri, 15 Jan 2010 12:07:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0FC7oge044425 for ; Fri, 15 Jan 2010 12:07:50 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0FC7oPh044424 for cvs-src-old@freebsd.org; Fri, 15 Jan 2010 12:07:50 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201001151207.o0FC7oPh044424@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 15 Jan 2010 12:07:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/boot/sparc64/loader main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 12:07:50 -0000 marius 2010-01-15 12:07:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/boot/sparc64/loader main.c Log: SVN rev 202350 on 2010-01-15 12:07:30Z by marius MFC: r200944 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. Revision Changes Path 1.42.2.2 +0 -1 src/sys/boot/sparc64/loader/main.c