svn commit: r202350 - stable/8/sys/boot/sparc64/loader

Marius Strobl marius at FreeBSD.org
Fri Jan 15 12:07:30 UTC 2010


Author: marius
Date: Fri Jan 15 12:07:30 2010
New Revision: 202350
URL: http://svn.freebsd.org/changeset/base/202350

Log:
  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.

Modified:
  stable/8/sys/boot/sparc64/loader/main.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/boot/sparc64/loader/main.c
==============================================================================
--- stable/8/sys/boot/sparc64/loader/main.c	Fri Jan 15 12:07:00 2010	(r202349)
+++ stable/8/sys/boot/sparc64/loader/main.c	Fri Jan 15 12:07:30 2010	(r202350)
@@ -261,7 +261,6 @@ static int
 sparc64_autoload(void)
 {
 
-	setenv("hw.ata.atapi_dma", "0", 0);
 	return (0);
 }
 


More information about the svn-src-all mailing list