Re: Installing with new Installer-Image

2017-09-19 Thread Finn Thain
On Wed, 20 Sep 2017, John Paul Adrian Glaubitz wrote: > Btw. I posted the image for testing on the a1k.org Amiga forum and > someone managed to boot into the installer. He also reported the issue > that the installer was unable to detect his IDE CD-ROM drive. > Presumably the IDE driver module

Re: Installing with new Installer-Image

2017-09-19 Thread John Paul Adrian Glaubitz
On 09/19/2017 05:36 AM, Finn Thain wrote: > I believe that Michael used the falconide module not so long ago. We could > probably "git bisect" to find the regression. > > Michael, do you have an Atari kernel build that might be used to boot an > installer initrd and test IDE devices? Btw. I post

Re: Installing with new Installer-Image

2017-09-19 Thread John Paul Adrian Glaubitz
On 09/19/2017 11:11 AM, Finn Thain wrote: falconide isn't a platform driver; maybe it will have to be converted to one if it is ever to load automatically (likewise macide). Michael, is the platform bus appropriate for falconide? I'd be in favor of doing that :). My kernel coding experience is

Re: Installing with new Installer-Image

2017-09-19 Thread Finn Thain
On Tue, 19 Sep 2017, John Paul Adrian Glaubitz wrote: > Does mac_esp already support the modern kernel interfaces? i.e., does it > have support for MOD_ALIAS()? > ~ # cat /sys/devices/platform/mac_esp.0/modalias platform:mac_esp ~ # And atari_scsi is another platform driver, so it has a simil

Re: Installing with new Installer-Image

2017-09-19 Thread John Paul Adrian Glaubitz
On 09/19/2017 05:36 AM, Finn Thain wrote: > If I boot Adrian's ISO in the patched QEMU, this is the block device I > get: > > ~ # ls -l /sys/dev/block/ > lrwxrwxrwx1 root root 0 Sep 19 02:42 11:0 -> > ../../devices/platform/mac_esp.0/host0/target0:0:2/0:0:2:0/block/sr0 > ~ #