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 2009-12-24 15:14:35 +00:00
parent 979a1ef888
commit d91f9c5793

View File

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