diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2004-08-20 05:33:37 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2004-08-20 05:33:37 +0000 |
| commit | 4e8277362c32e8b48d0fa0a2cf2e3b253e75ac28 (patch) | |
| tree | df54d9d2d0e6841973cd189f9eb42627a7837aa4 /sys/boot | |
| parent | 493e51b106ef65f7a9f29359ed135da9241617b3 (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; } |
