Tony Kuker 2021-01-04 00:28:53 -06:00
commit 211c080cda
1 changed files with 7 additions and 22 deletions

@ -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)
@ -37,7 +40,9 @@ 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?*
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)
@ -59,8 +64,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 |
@ -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`