Le 16/05/2017 à 09:40, Geert Uytterhoeven a écrit : > Hi Adrian, > > On Mon, May 15, 2017 at 11:21 PM, John Paul Adrian Glaubitz > <glaub...@physik.fu-berlin.de> wrote: >> Thus, I would to ask around which modules are needed for the various >> hardware people have, e.g. SCSI driver for 68k Macs, IDE drivers for >> Amiga and Atari and so on. >> >> The drivers need to be added to the corresponding module list in [2] >> which will add them to module packages. The module packages then >> have to be included in the pkg-list for d-i on m68k [3]. Of course, >> the drivers need to be enabled in the kernel configuration as well. > > You can extract a list of SCSI/IDE drivers needed from the defconfigs at: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/m68k/configs > > All needed drivers should be builtin in the defconfigs above.
So for mac, I think we need: for disk: esp_scsi, mac_esp, macide, ide-cd_mod, sd_mod, cdrom, sr_mod for network: macmace, mac89x0, macsonic, mac8390 Laurent