diff options
author | kensmith <kensmith@FreeBSD.org> | 2004-09-08 12:52:45 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2004-09-08 12:52:45 +0000 |
commit | d7e4f82c9a851b8b205af9050b670e428e0ebd88 (patch) | |
tree | d5171d0b7f4260d22c9431dee4ac252763844743 /sys | |
parent | eba490783823f36f4f8ec62014ac22c7deae8fbd (diff) | |
download | FreeBSD-src-d7e4f82c9a851b8b205af9050b670e428e0ebd88.zip FreeBSD-src-d7e4f82c9a851b8b205af9050b670e428e0ebd88.tar.gz |
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.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/sparc64/loader/main.c | 4 |
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; } |