diff options
author | marius <marius@FreeBSD.org> | 2009-12-24 15:14:35 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2009-12-24 15:14:35 +0000 |
commit | d91f9c5793e0c738afb8000bbb8300d2522efdf2 (patch) | |
tree | 5a0da85a7408feb7eba852b9ce64c192e99225c3 | |
parent | 979a1ef888d4a268658576bcd3793a3a47bb707d (diff) | |
download | FreeBSD-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.
-rw-r--r-- | sys/boot/sparc64/loader/main.c | 1 |
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); } |