Re: [hatari-devel] Fast-boot option and SCSI |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Fast-boot option and SCSI
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 19 Sep 2020 08:10:25 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1600495827; bh=JpsU1ELKYS/skqedSlG+zaPw75EZAlRBr2JhzdmmF0w=; h=Date:From:To:Subject:From; b=hiINf5xMRKG2VbzIRcHFVZy7M4elWVh6hOFPFmU+nWA+wFeYbDAZLQNLuZyXLoOJO mRMQFWG/oBEMoivANlzjOoKrp+iHtiw4Hd4rrBz1irtXzF8gXN9oMIFlPFeQYY82Vy esCrx4C9wdmHkxkGVCTlOudlivxcy7XZ+GQpDXToG30+1+InMySvZQ1pb9iqOdZCXI 5NzMHWQIGVF05d0/o3TIZIO+pNurgswjLWlBzVUeHfllN6nwDYmTYlu9ig1yXrz94S Qs9BMhLt0SqkrINYXXQ/Lv1b2QknoDlPfVV1o/Pl5TrfgPleCTYRzcQxO9OHnjLSCg De1uWH9/EaK1A==
Am Wed, 9 Sep 2020 00:56:24 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> On 8/31/20 12:28 AM, Eero Tamminen wrote:
> > Thomas, there's place in tos.c where IDE & ACSI
> > are checked, but SCSI isn't:
> > https://git.tuxfamily.org/hatari/hatari.git/tree/src/tos.c#n758
> >
> > should that need a check for SCSI too?
> >
> > I also noticed that SCSI partition counts where
> > not handled in all the places ACSI ones are.
> >
> > Attached patch(es) should fix these issues, but I
> > was wondering, whether I should replace bAcsiEmuOn
> > & bScsiEmuOn flags with a check for ACSI & SCSI
> > partition counts?
>
> Thomas, any comments?
Patches look fine to me, I think it should be ok to commit them.
Thomas