Disable ATAPI DMA as it's once again broken in that it causes data

corruption with the on-board AcerLabs M5229 controllers. While at
it, remove the pointless "nothing to autoload yet." message.

MFC after:	3 days
This commit is contained in:
marius 2008-10-05 14:00:44 +00:00
parent 869996544c
commit 7b4d5cb9c8

View File

@ -261,7 +261,7 @@ static int
sparc64_autoload(void)
{
printf("nothing to autoload yet.\n");
setenv("hw.ata.atapi_dma", "0", 0);
return (0);
}