svn commit: r200944 - head/sys/boot/sparc64/loader

Marius Strobl marius at FreeBSD.org
Thu Dec 24 15:14:35 UTC 2009


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);
 }
 


More information about the svn-src-head mailing list