config.c (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) config.c (e09a7440407900757d03aa0cd897e4fc8e7d5fac)
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.

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

216 switch (amiga_model) {
217 case AMI_UNKNOWN:
218 goto Generic;
219
220 case AMI_600:
221 case AMI_1200:
222 AMIGAHW_SET(A1200_IDE);
223 AMIGAHW_SET(PCMCIA);
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.

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

216 switch (amiga_model) {
217 case AMI_UNKNOWN:
218 goto Generic;
219
220 case AMI_600:
221 case AMI_1200:
222 AMIGAHW_SET(A1200_IDE);
223 AMIGAHW_SET(PCMCIA);
224 fallthrough;
224 case AMI_500:
225 case AMI_500PLUS:
226 case AMI_1000:
227 case AMI_2000:
228 case AMI_2500:
229 AMIGAHW_SET(A2000_CLK); /* Is this correct for all models? */
230 goto Generic;
231
232 case AMI_3000:
233 case AMI_3000T:
234 AMIGAHW_SET(AMBER_FF);
235 AMIGAHW_SET(MAGIC_REKICK);
225 case AMI_500:
226 case AMI_500PLUS:
227 case AMI_1000:
228 case AMI_2000:
229 case AMI_2500:
230 AMIGAHW_SET(A2000_CLK); /* Is this correct for all models? */
231 goto Generic;
232
233 case AMI_3000:
234 case AMI_3000T:
235 AMIGAHW_SET(AMBER_FF);
236 AMIGAHW_SET(MAGIC_REKICK);
236 /* fall through */
237 fallthrough;
237 case AMI_3000PLUS:
238 AMIGAHW_SET(A3000_SCSI);
239 AMIGAHW_SET(A3000_CLK);
240 AMIGAHW_SET(ZORRO3);
241 goto Generic;
242
243 case AMI_4000T:
244 AMIGAHW_SET(A4000_SCSI);
238 case AMI_3000PLUS:
239 AMIGAHW_SET(A3000_SCSI);
240 AMIGAHW_SET(A3000_CLK);
241 AMIGAHW_SET(ZORRO3);
242 goto Generic;
243
244 case AMI_4000T:
245 AMIGAHW_SET(A4000_SCSI);
245 /* fall through */
246 fallthrough;
246 case AMI_4000:
247 AMIGAHW_SET(A4000_IDE);
248 AMIGAHW_SET(A3000_CLK);
249 AMIGAHW_SET(ZORRO3);
250 goto Generic;
251
252 case AMI_CDTV:
253 case AMI_CD32:

--- 608 unchanged lines hidden ---
247 case AMI_4000:
248 AMIGAHW_SET(A4000_IDE);
249 AMIGAHW_SET(A3000_CLK);
250 AMIGAHW_SET(ZORRO3);
251 goto Generic;
252
253 case AMI_CDTV:
254 case AMI_CD32:

--- 608 unchanged lines hidden ---