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.
This commit is contained in:
Marius Strobl 2010-01-15 12:07:30 +00:00
parent 2eea36f8d9
commit 854f8af819

View file

@ -261,7 +261,6 @@ static int
sparc64_autoload(void)
{
setenv("hw.ata.atapi_dma", "0", 0);
return (0);
}