summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64/loader/main.c
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2009-12-24 15:14:35 +0000
committermarius <marius@FreeBSD.org>2009-12-24 15:14:35 +0000
commitd91f9c5793e0c738afb8000bbb8300d2522efdf2 (patch)
tree5a0da85a7408feb7eba852b9ce64c192e99225c3 /sys/boot/sparc64/loader/main.c
parent979a1ef888d4a268658576bcd3793a3a47bb707d (diff)
downloadFreeBSD-src-d91f9c5793e0c738afb8000bbb8300d2522efdf2.zip
FreeBSD-src-d91f9c5793e0c738afb8000bbb8300d2522efdf2.tar.gz
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.
Diffstat (limited to 'sys/boot/sparc64/loader/main.c')
-rw-r--r--sys/boot/sparc64/loader/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index 3a899a8..a9f641e 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);
}
OpenPOWER on IntegriCloud