From e8b512f179de296b4b52c150353bc06a4c8a3295 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Tue, 29 Dec 2020 22:06:03 -0600 Subject: [PATCH 1/5] Updated Dayna Port Command Set (markdown) --- Dayna-Port-Command-Set.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/Dayna-Port-Command-Set.md b/Dayna-Port-Command-Set.md index 1196984..d782f3d 100644 --- a/Dayna-Port-Command-Set.md +++ b/Dayna-Port-Command-Set.md @@ -1,9 +1,12 @@ - │ + # DaynaPort SCSI/Link: SCSI Command Set [Original version](http://www.bitsavers.org/pdf/apple/scsi/dayna/daynaPORT/SLINKCMD.TXT) Copyright 2002-2005 by Roger Burrows. The current version is made available under [Creative Commons BY-SA](https://creativecommons.org/licenses/by-sa/4.0/legalcode). For additional information, see the end of this document. +Some reference data captures are available here: +https://github.com/akuker/RASCSI/tree/daynaport/doc/data_captures/daynaport + # SCOPE This document applies to the following hardware devices: - DaynaPort SCSI/Link-T (Model DP0801) @@ -144,24 +147,6 @@ Sending an ARPING to the Mac host from an attached Linux device. ``a1 85 ed ff 5b`` *CRC* - -CRCs.... -#0 - 1375032 us - 00 11 2C 6A 46 - -#1 - 2411912 us - 08 85 2A AF AD - -#2 - 3241516 us - 00? 3E F9 90 26 - -#3 - 4278456 us - F0 52 E5 47 07 - -#4 - 5315324 us - A1 85 ED FF 5B - - ## Request Sense (03) Command: `03 00 00 00 00 00` From ee384ff9f6db7148efc5c9baac45317ce88edff7 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Tue, 29 Dec 2020 22:17:29 -0600 Subject: [PATCH 2/5] Updated Dayna Port Command Set (markdown) --- Dayna-Port-Command-Set.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dayna-Port-Command-Set.md b/Dayna-Port-Command-Set.md index d782f3d..57ac6de 100644 --- a/Dayna-Port-Command-Set.md +++ b/Dayna-Port-Command-Set.md @@ -62,8 +62,6 @@ Function: Perform a standard SCSI Inquiry command: reference the Type: Input; reference the SCSI spec for the data returned Example Response: - ``03 00 10 00 1E 00 44 65 61 79 6E 61 60 20 20 20`` - ``53 43 53 49 2F 4C 69 6E 6B 20 20 20 20 31 2E 34 61`` |Byte Num|Value|Decoded| \| |Byte Num|Value|Decoded| \| |Byte Num|Value|Decoded| |--------|-----|-------|---|--------|-----|-------|---|--------|-----|-------| |0 | 03| Peripheral Type = 3 (CPU)|\|| 16| 53| S |\|| 32| 31| 1 | From d6f27e1251be37656bef68a69d4be92a03ceb08d Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Sat, 2 Jan 2021 17:24:48 -0600 Subject: [PATCH 3/5] Updated Dayna Port Command Set (markdown) --- Dayna-Port-Command-Set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dayna-Port-Command-Set.md b/Dayna-Port-Command-Set.md index 57ac6de..c4fa9d1 100644 --- a/Dayna-Port-Command-Set.md +++ b/Dayna-Port-Command-Set.md @@ -40,7 +40,7 @@ Function: ***Unknown at this time*** Type: Input (Transitions to DATAOUT) -Response: `09 07 37 FF FF FF 40` (Unsure about number of FF's. Might end with a lot of `00`s). *This looks like an IP message, similar to a write?* +Response: `00 09 00 07 FF FF FF 00` (The last 00 might not actually be there?) ## Enable/disable Interface (0e) Command: 0e 00 00 00 00 XX (XX = 80 or 00) From 428d932660c6c124c1ed2b94e6a9fc8a634ab0db Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Sat, 2 Jan 2021 18:01:35 -0600 Subject: [PATCH 4/5] Updated Dayna Port Command Set (markdown) --- Dayna-Port-Command-Set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dayna-Port-Command-Set.md b/Dayna-Port-Command-Set.md index c4fa9d1..56e9820 100644 --- a/Dayna-Port-Command-Set.md +++ b/Dayna-Port-Command-Set.md @@ -40,7 +40,7 @@ Function: ***Unknown at this time*** Type: Input (Transitions to DATAOUT) -Response: `00 09 00 07 FF FF FF 00` (The last 00 might not actually be there?) +Host then sends: `00 09 00 07 FF FF FF 00` (The last 00 might not actually be there?) ## Enable/disable Interface (0e) Command: 0e 00 00 00 00 XX (XX = 80 or 00) From a9b1ead8d08af071deaf3df5bd30fbf206c53712 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Sun, 3 Jan 2021 20:43:14 -0600 Subject: [PATCH 5/5] Updated Dayna Port Command Set (markdown) --- Dayna-Port-Command-Set.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dayna-Port-Command-Set.md b/Dayna-Port-Command-Set.md index 56e9820..117cd30 100644 --- a/Dayna-Port-Command-Set.md +++ b/Dayna-Port-Command-Set.md @@ -42,6 +42,8 @@ Type: Input (Transitions to DATAOUT) Host then sends: `00 09 00 07 FF FF FF 00` (The last 00 might not actually be there?) +Note: The AppleTalk broadcast address is 09:00:07:ff:ff:ff. So this command probably has something to do with setting up AppleTalk? + ## Enable/disable Interface (0e) Command: 0e 00 00 00 00 XX (XX = 80 or 00)