Re: [hatari-devel] IDE IO register range access commit |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] IDE IO register range access commit
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Wed, 30 Sep 2020 01:42:22 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1601422944; bh=qGCvV9OHFX2Xun6AKhLpCMkujxw7snzD1zvd6/hgDho=; h=Date:From:To:Subject:From; b=jnZznq5Ea5JXOyejAvKyln2SxDznuvQKhGUM8MbJQanITRPKIyzeKip3WHdKp71C1 C/CS6PKkfvl2GEqvqijl7I6hi4sDjAK8I76lIeFGUDoYTZ5ktAgVLCP5UxLqbJgU1N HIkN7ROgsUDyogbZHzKRJZZBvXbV4RxhRzYl9Go6FpwpBiUCfOavg5BO8Uk93keiKQ MkCmvHo2rnf+PxY+FLNPHGChhCCwsBHLS1OixKn5wwVqBNguZaqHjkaKuLECxnXxJc OjZfp8qe4P8M5hswXSE7h0CJ7J8eblUNrf9NY2HUwXaihzSXEjdSkHAIQ4MGGPdmbQ cN1ERWtET71YQ==
Am Mon, 28 Sep 2020 12:52:31 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> There still remains couple of places where only
> first IDE device is referred:
> * Floppy_GetBootDrive():
> https://git.tuxfamily.org/hatari/hatari.git/tree/src/floppy.c#n166
> * TP_HDIMAGE_OFF check in Tos_FixRom():
> https://git.tuxfamily.org/hatari/hatari.git/tree/src/tos.c#n758
>
> Shouldn't those also check for both devices?
TOS only supports booting from IDE disk #0, so no, these spot do not
need to be changed.
Thomas