Re: [hatari-devel] Configurable IDE port address? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Configurable IDE port address?
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sat, 12 Jul 2025 15:28:24 +0200
- Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1752326908; s=strato-dkim-0002; d=strato.com; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=pic/Gn0syo29pPVL8yj2ZqXIUPNNzhcqdu01mxDxD8U=; b=AC8MuqwpdrNAOTPIeVl74oiE8y0IbVNw6rhDxxb/VinhSbCp2ySK7000dOogZnCKZZ Cw6ca+Fou/CwLyrN7rcP0JlHNVeUj5xJNgfPwqd0gfOWsfk+V3gJZRcY2WsOM1wUhcXd cvzvJY6FJI5ioRg7ftVI13g07IwPaNcbQuNt7KhGr9nJXN+2nNW2gPyUiO6hGSCynCNi MZwV7+MzDUzabdDeuGTiCYWadnbnhpkYsdivn5YrrTd2XfPtKolXdz/k53D4cPS/SXfV mQctcv45kscRFTedW3To3WWQyzIoVy6mSTDcjHBhdanenXt322eWJ7RVRNm8GTnzcgY+ Qq3Q==
- Arc-seal: i=1; a=rsa-sha256; t=1752326908; cv=none; d=strato.com; s=strato-dkim-0002; b=cIER9WAfiYJavD1UoQ7Jde+tpYKVb8pYATG5nwLV07l74o7ZPrcDZMkxBHr85hz6+O yd2CRED5IeiRWqB4BXF24J9EWHFhb+3/vAje4rDh+oEzIkoZoiTz44KaxpZXe8wC7nLN omVlfBed38gShugHZPKb83BjGtsNqz9NSvCQ8JtENBVzIxExMKpy2Cix4ckhsjEEoVg8 CkAO2XX6HKNuHv+/G8Uu3niOwSBWzm6oNRtakfxSbQ+eODer+D+A15QDeZ8DV7+y4GYz r9SsN1zhpHPvcS+nXnWQ6wRjEQMqteYiRVuAtBe+QSgp6mdtRHfRu/z/2IkdMsIcox2M 98kA==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1752326908; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=pic/Gn0syo29pPVL8yj2ZqXIUPNNzhcqdu01mxDxD8U=; b=PpO6kI2fJwS0CKoAuTubXzN48zigdWi1GaiewzQ2lO1x6VV2W7syp9iTqu/SRJOSLU b8xrvuDXaLjPVhspZ0USKbqqCnFzT7axGKazQUmeQEgfCN0PODZ8Dtpihn6XKymxohAh C/f2PQSCXni0SbJbRihXyVg3lBRTBaeNu/3JJRiZmR6E0lrR50TD2u/8utZJDd9vbwFt gNryPABwCe2MYvehBiyTQiyMnVAj+tzzTDb6vusqZNB7r8Iho1zvUGIJ7FlNYEMCFa0y G2iMOy5iYq0hqQdVaieNoyW7WLy5xMcWYXJNtiATPCazk+hALBBcJ5mmZT4VeRfC5tvO G6Rg==
- Dkim-signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; t=1752326908; s=strato-dkim-0003; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=pic/Gn0syo29pPVL8yj2ZqXIUPNNzhcqdu01mxDxD8U=; b=GK5kLPtiRhU3LSbcuLh940d7n+B6UTK5ppyObbmNJ8Gz9soGXXCUtzqchiit2YyGD1 dhjO2M9cGL2PQLnq1nCw==
Hi,
> Thanks, patch looks fine, so I've applied it now.
Great, thank you!
> > > there will be hardware with a non-standard IDE port address soon. It would
> > > probably be nice if Hatari's IDE port address were configurable, at least on
> > > the command line.
> > > I might provide a patch, but before spending time on this I would like to
> > > ask whether this extension would be accepted.
>
> Can you elaborate on that new hardware ? Which address is it going to use,
> and why does it differ from the standard hardware? Which machine will it be
> available for? How many people will likely use it? ... I think we need more
> information like this before considering to include such a change into
> Hatari.
I don't want to provide details until this hardware is available, which I
expect to be the case latest next month. It should be the hardware authors
who announce it first.
As far as a configurable address is concerned, I am already fine with what
the patch you have just merged provides. For testing purposes it is fine (at
least for me) to change the IDE base address in ide.c temporarily, now that
this address only appears in the code once.
Best regards
Uwe