Remove another apostrophe in a plural

Ryan Schmidt 2023-01-17 01:00:25 -06:00
parent 90a1a4f94e
commit b881c38b33

@ -25,6 +25,6 @@ ST410800N·······
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 ID's 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 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.
This mode was added in release `v1.1-20221203`