From 854f8af8194bbd15fe1b3976ff20a37ee4290bf4 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Fri, 15 Jan 2010 12:07:30 +0000 Subject: [PATCH] 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. --- sys/boot/sparc64/loader/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index 3a899a862e0..a9f641ea129 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -261,7 +261,6 @@ static int sparc64_autoload(void) { - setenv("hw.ata.atapi_dma", "0", 0); return (0); }