Is there a way for the host program to know whether Pasti is using an ACSI drive?
I see nothing about it in pasti.h, but maybe it is outdated?
Is there a way for the host program to know whether Pasti is using an ACSI drive?
Moderators: Mug UK, ijor, Moderator Team
- Steven Seagal
- Fuji Shaped Bastard
- Posts: 2018
- Joined: Sun Dec 04, 2005 9:12 am
- Location: Undisclosed
- Contact:
Is there a way for the host program to know whether Pasti is using an ACSI drive?
In the CIA we learned that ST ruled
Steem SSE: http://sourceforge.net/projects/steemsse
Steem SSE: http://sourceforge.net/projects/steemsse
Re: Is there a way for the host program to know whether Pasti is using an ACSI drive?
Hi Steven,
I don't remember adding a specific API for that purpose.
There are a couple of workarounds. One is to look into the configuration. See the Pasti section of Steem.ini and it would be obvious. Only issue here is that it might not be necessarily updated from the current state (but you can force an update it if you want).
The other is to inject some kind of ACSI command in the DMA channel to see if there is something. But that looks a bit ugly for a workaround
Anyway, let me know what you need and I'll implement something in the next update (that hopefully would be released shortly).
I don't remember adding a specific API for that purpose.
There are a couple of workarounds. One is to look into the configuration. See the Pasti section of Steem.ini and it would be obvious. Only issue here is that it might not be necessarily updated from the current state (but you can force an update it if you want).
The other is to inject some kind of ACSI command in the DMA channel to see if there is something. But that looks a bit ugly for a workaround

Anyway, let me know what you need and I'll implement something in the next update (that hopefully would be released shortly).
- Steven Seagal
- Fuji Shaped Bastard
- Posts: 2018
- Joined: Sun Dec 04, 2005 9:12 am
- Location: Undisclosed
- Contact:
Re: Is there a way for the host program to know whether Pasti is using an ACSI drive?
I'd like to be able to check in config info if the enable box of hard disk config is checked.
For some reason STE TOS is slow when checking ACSI drives. One shouldn't disable it if an ACSI drive is actually used. In Steem I can check its native ACSI option, but when Pasti is enabled, we're forced to keep slow TOS.
It's not very important.
For some reason STE TOS is slow when checking ACSI drives. One shouldn't disable it if an ACSI drive is actually used. In Steem I can check its native ACSI option, but when Pasti is enabled, we're forced to keep slow TOS.
It's not very important.
In the CIA we learned that ST ruled
Steem SSE: http://sourceforge.net/projects/steemsse
Steem SSE: http://sourceforge.net/projects/steemsse
Re: Is there a way for the host program to know whether Pasti is using an ACSI drive?
I don't think that STE TOS, so 1.06 and 1.62 are slow in it. With real SW it works as fast as in other TOS-es. + it is most likely same as in TOS 1.04.
So, may be just something in emulation (chain) .
So, may be just something in emulation (chain) .
Famous Schrodinger's cat hypothetical experiment says that cat is dead or alive until we open box and see condition of poor animal, which deserved better logic. Cat is always in some certain state - regardless from is observer able or not to see what the state is.
- Steven Seagal
- Fuji Shaped Bastard
- Posts: 2018
- Joined: Sun Dec 04, 2005 9:12 am
- Location: Undisclosed
- Contact:
Re: Is there a way for the host program to know whether Pasti is using an ACSI drive?
Maybe, but there's a noticeable delay on my STE at first boot too.
In the CIA we learned that ST ruled
Steem SSE: http://sourceforge.net/projects/steemsse
Steem SSE: http://sourceforge.net/projects/steemsse
- Eero Tamminen
- Fuji Shaped Bastard
- Posts: 2281
- Joined: Sun Jul 31, 2011 1:11 pm
Re: Is there a way for the host program to know whether Pasti is using an ACSI drive?
If same slowness happens also in Hatari, you can use Hatari's profiler to check where TOS takes its time.