Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes the

problem this hack was put in place for.

MFC to be done if the fix to bus_machdep.c is MFC-ed.
This commit is contained in:
Ken Smith 2004-09-08 12:52:45 +00:00
parent 6a5bf04a5b
commit a6406834da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134944

View File

@ -197,9 +197,7 @@ watch_virt_set(vm_offset_t va, int sz)
static int
sparc64_autoload(void)
{
/* XXX - Temporary hack needed for new ATA to work. */
printf("Turning off DMA for ATA.\n");
setenv("hw.ata.ata_dma", "0", 1);
printf("nothing to autoload yet.\n");
return 0;
}