config.c (9938b04472d5c59f8bd8152a548533a8599596a2) | config.c (a1a9e88f708fc1c5602cbe9761f246c6acbc27cd) |
---|---|
1/* 2 * linux/arch/m68k/atari/config.c 3 * 4 * Copyright (C) 1994 Bjoern Brauel 5 * 6 * 5/2/94 Roman Hodek: 7 * Added setting of time_adj to get a better clock. 8 * --- 197 unchanged lines hidden (view full) --- 206 207 mach_sched_init = atari_sched_init; 208 mach_init_IRQ = atari_init_IRQ; 209 mach_get_model = atari_get_model; 210 mach_get_hardware_list = atari_get_hardware_list; 211 arch_gettimeoffset = atari_gettimeoffset; 212 mach_reset = atari_reset; 213 mach_max_dma_address = 0xffffff; | 1/* 2 * linux/arch/m68k/atari/config.c 3 * 4 * Copyright (C) 1994 Bjoern Brauel 5 * 6 * 5/2/94 Roman Hodek: 7 * Added setting of time_adj to get a better clock. 8 * --- 197 unchanged lines hidden (view full) --- 206 207 mach_sched_init = atari_sched_init; 208 mach_init_IRQ = atari_init_IRQ; 209 mach_get_model = atari_get_model; 210 mach_get_hardware_list = atari_get_hardware_list; 211 arch_gettimeoffset = atari_gettimeoffset; 212 mach_reset = atari_reset; 213 mach_max_dma_address = 0xffffff; |
214#if defined(CONFIG_INPUT_M68K_BEEP) || defined(CONFIG_INPUT_M68K_BEEP_MODULE) | 214#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP) |
215 mach_beep = atari_mksound; 216#endif 217#ifdef CONFIG_HEARTBEAT 218 mach_heartbeat = atari_heartbeat; 219#endif 220 221 /* Set switches as requested by the user */ 222 if (atari_switches & ATARI_SWITCH_IKBD) --- 703 unchanged lines hidden --- | 215 mach_beep = atari_mksound; 216#endif 217#ifdef CONFIG_HEARTBEAT 218 mach_heartbeat = atari_heartbeat; 219#endif 220 221 /* Set switches as requested by the user */ 222 if (atari_switches & ATARI_SWITCH_IKBD) --- 703 unchanged lines hidden --- |