Updated Dayna Port SCSI Link (markdown)

Uwe Seimet 2023-11-15 18:37:06 +01:00
parent 5197102e81
commit b480306c8d
1 changed files with 1 additions and 1 deletions

@ -254,7 +254,7 @@ This is a matching ROUTE.TAB:
0.0.0.0 0.0.0.0 Ethernet0 10.10.20.1
```
Note that STiNG does not support DHCP and thus requires a hard-coded IP address. Further be aware that the DaynaPort driver for STiNG does not support LUNs > 0. This in particular affects the internal host adapter of the MegaSTE, which only supports a single SCSI ID. On the one hand TOS can only boot from LUN 0, on the other hand the DaynaPort driver also requires the DaynaPort to be emulated for LUN 0. So with the MegaSTE's internal adapter you can either have a drive TOS can boot from, or a DaynaPort emulation, but not both.
It should not be a big deal to extend the DaynaPort driver with LUN support. On GitHub there is suitable [code for the SCSI Driver](https://github.com/uweseimet/atari_public/tree/main/PISCSI), which automatically detects a particular device independent from its SCSI ID or LUN.
It should not be a big deal to extend the DaynaPort driver with LUN support. On GitHub there is suitable [code for the SCSI Driver](https://github.com/uweseimet/atari_public/tree/main/PISCSI), which automatically detects a particular device independent of its SCSI ID or LUN.
# Troubleshooting and limitations
- On the Mac, if the DaynaPort installer complains about a Network file in control panels you will need to use [ResEdit ](https://macintoshgarden.org/apps/resedit)to make that file visible, then move it out of the Control Panels folder and try the install again.