Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.atari.st > #294

Re: Need really help - want to replace SCSI HD in MegaSTE - no clue why it doesn't work

From Thorsten Günther <guenther@dilgar.de>
Newsgroups comp.sys.atari.st
Subject Re: Need really help - want to replace SCSI HD in MegaSTE - no clue why it doesn't work
Date 2011-11-13 11:05 +0100
Message-ID <9i9j34F7ipU1@mid.uni-berlin.de> (permalink)
References <4ebe9685$0$6642$9b4e6d93@newsspool2.arcor-online.net> <9i98g3FsslU1@mid.individual.net>

Show all headers | View raw


Am 13.11.2011 08:04, schrieb Uwe Seimet:
> On 11/12/2011 04:53 PM, Peter Dassow wrote:
>
>> Now I buyed a IBM 0662 drive (1.0 GB SCSI, 50pin).
>
>> At the moment, it does not work, HDDriver (or CBHD or AHDI 6) does not
>> recognize any drive except my also external connected Syquest 555 drive.
>
> This drive, like some other IBM drives, might require the computer to
> have a SCSI ID (initiator identification). If this is the case you can
> only use it with the full-featured SCSI bus of a TT or Falcon or with a
> LINK96/97 host adapter. These are the only host adapters for the ST/STE
> which support initiator identification (SCSI ID 7).

As I had texactly this drive inside my TT030, I can confirm it does 
require the computer to have an SCSI ID. It did not boot in the TT030 
with original ROM, one has to use a patched ROM, I used tp306v20.lzh and 
tospatch.ttp, both which can be found on

<http://markusheiden.de/index.php/atari/tospatch.html>

These were the two modifications necessary:

;*******************************************************************************
;* MH:
;* Nur CRC-Check ausschalten.
;* [ALL]
;*
;* >>> Dieser Patch überschneidet sich mit einem PAK III-Patch, wenn
;*     .StaticRAM = 1 ist. Das macht aber nichts, da der entsprechende Patch
;*     (Abbruch bei CRC-Fehler im TOS) komplett überschrieben wird.

.KILL_CRC = 0       ;1: Patch einbinden, 0: Patch nicht einbinden

_IF .KILL_CRC
  _FILL 7D4,886,$4E71.W
_ENDIF

;*******************************************************************************
;* SE:
;* Initiatoridentification beim SCSI-Zugriff, TT meldet sich als ID 7
;* Damit kann auch von Quantum Empire u.ä. gebootet werden.
;* [ALL]

.SCSI_ID = 0        ;1: Patch einbinden, 0: Patch nicht einbinden

_IF .SCSI_ID
  1C40 $70,80
_ENDIF
.SCSI_ID = 0        ;1: Patch einbinden, 0: Patch nicht einbinden

_IF .SCSI_ID
  1C40 $70,80
_ENDIF

Back to comp.sys.atari.st | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Need really help - want to replace SCSI HD in MegaSTE - no clue why it doesn't work Peter Dassow <z80eu@arcor.de> - 2011-11-12 16:53 +0100
  Re: Need really help - want to replace SCSI HD in MegaSTE - no clue why   it doesn't work Uwe Seimet <Uwe.Seimet@seimet.de> - 2011-11-13 08:04 +0100
    Re: Need really help - want to replace SCSI HD in MegaSTE - no clue   why   it doesn't work Thorsten Günther <guenther@dilgar.de> - 2011-11-13 11:05 +0100
    Re: Need really help - want to replace SCSI HD in MegaSTE - no clue why   it doesn't work Peter Dassow <z80eu@arcor.de> - 2011-11-13 13:11 +0100
      Re: Need really help - want to replace SCSI HD in MegaSTE - no clue   why   it doesn't work Uwe Seimet <Uwe.Seimet@seimet.de> - 2011-11-13 13:51 +0100
      Re: Need really help - want to replace SCSI HD in MegaSTE - no clue why   it doesn't work Bravo Sierra Computers <atari@aracnet.com> - 2011-11-13 04:48 -0800
      Re: Need really help - want to replace SCSI HD in MegaSTE - no clue   why   it doesn't work Thorsten Günther <guenther@dilgar.de> - 2011-11-13 19:33 +0100
  Re: Need really help - want to replace SCSI HD in MegaSTE - no clue why it doesn't work "Mark E" <mark.earwood@btinternet.com> - 2011-11-30 23:50 +0000

csiph-web