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 2009-12-24 15:14:35 +00:00
parent 16d8c5ec5d
commit 4794ebf3b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200944

View file

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