config.c (16217dc79dbc599b110dda26d0421df47904bba4) config.c (a1a9e88f708fc1c5602cbe9761f246c6acbc27cd)
1/*
2 * linux/arch/m68k/amiga/config.c
3 *
4 * Copyright (C) 1993 Hamish Macdonald
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file COPYING in the main directory of this archive
8 * for more details.

--- 382 unchanged lines hidden (view full) ---

391 /*
392 * default MAX_DMA=0xffffffff on all machines. If we don't do so, the SCSI
393 * code will not be able to allocate any mem for transfers, unless we are
394 * dealing with a Z2 mem only system. /Jes
395 */
396 mach_max_dma_address = 0xffffffff;
397
398 mach_reset = amiga_reset;
1/*
2 * linux/arch/m68k/amiga/config.c
3 *
4 * Copyright (C) 1993 Hamish Macdonald
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file COPYING in the main directory of this archive
8 * for more details.

--- 382 unchanged lines hidden (view full) ---

391 /*
392 * default MAX_DMA=0xffffffff on all machines. If we don't do so, the SCSI
393 * code will not be able to allocate any mem for transfers, unless we are
394 * dealing with a Z2 mem only system. /Jes
395 */
396 mach_max_dma_address = 0xffffffff;
397
398 mach_reset = amiga_reset;
399#if defined(CONFIG_INPUT_M68K_BEEP) || defined(CONFIG_INPUT_M68K_BEEP_MODULE)
399#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
400 mach_beep = amiga_mksound;
401#endif
402
403#ifdef CONFIG_HEARTBEAT
404 mach_heartbeat = amiga_heartbeat;
405#endif
406
407 mach_random_get_entropy = amiga_random_get_entropy;

--- 430 unchanged lines hidden ---
400 mach_beep = amiga_mksound;
401#endif
402
403#ifdef CONFIG_HEARTBEAT
404 mach_heartbeat = amiga_heartbeat;
405#endif
406
407 mach_random_get_entropy = amiga_random_get_entropy;

--- 430 unchanged lines hidden ---