summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/sparc64/loader/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index 8b5adc6..9a8a8fa 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/sys/boot/sparc64/loader/main.c
@@ -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;
}
OpenPOWER on IntegriCloud