Minor edits

Ryan Schmidt 2023-01-17 01:02:45 -06:00
parent b881c38b33
commit a11abedf72

@ -23,8 +23,8 @@ ST410800N·······
## Mega STE Mode `MSTE_MODE`
If you have an Atari Mega STE, place a file in the root of your SD card named `MSTE_MODE`. This will map SCSI IDs to LUNs as required for this devices (and possibly others)
If you have an Atari Mega STE, place a file in the root of your SD card named `MSTE_MODE`. This will map SCSI IDs to LUNs as required for this devices (and possibly others).
The MegaSTE internal SCSI/ACSI adapter only supports devices on SCSI ID0 which limits the usefulness of BlueSCSI in this situation. The MSTE_MODE enables the SCSI IDs to be remapped as LUNs for SCSI ID0 so you can use multiple devices with the internal adapter. This is well supported and tested against the [HDDRIVER written by Uwe Seimet](https://www.hddriver.net/). Other ACSI/SCSI drivers were not tested at this time but it expected any driver supporting multiple LUNs will also support this new feature.
The Mega STE internal SCSI/ACSI adapter only supports devices on SCSI ID 0 which limits the usefulness of BlueSCSI in this situation. MSTE_MODE enables the SCSI IDs to be remapped as LUNs for SCSI ID 0 so you can use multiple devices with the internal adapter. This is well supported and tested against [HDDRIVER written by Uwe Seimet](https://www.hddriver.net/). Other ACSI/SCSI drivers were not tested at this time but it is expected that any driver supporting multiple LUNs will also support this new feature.
This mode was added in release `v1.1-20221203`
This mode was added in release `v1.1-20221203`.