diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2004-08-19 20:13:31 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2004-08-19 20:13:31 +0000 |
| commit | 7a4cf071fc0e24d00ab9915cc22cc3f61b79018d (patch) | |
| tree | f5defcf543d330c0d29de5fd5739427f1e3ee9ee /sys/boot | |
| parent | d298f919744a554e620c7d5a5f9c171b91678992 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/sparc64/loader/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index 9a8a8faa9612..8b5adc66774c 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -197,7 +197,9 @@ watch_virt_set(vm_offset_t va, int sz) static int sparc64_autoload(void) { - printf("nothing to autoload yet.\n"); + /* XXX - Temporary hack needed for new ATA to work. */ + printf("Turning off DMA for ATA.\n"); + setenv("hw.ata.ata_dma", "0", 1); return 0; } |
