From d7e4f82c9a851b8b205af9050b670e428e0ebd88 Mon Sep 17 00:00:00 2001 From: kensmith Date: Wed, 8 Sep 2004 12:52:45 +0000 Subject: 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. --- sys/boot/sparc64/loader/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/boot/sparc64') 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; } -- cgit v1.1