Michael McMaster d924b87239 Use DMA for SCSI and SD card transfers for a massive performance boost. %!s(int64=11) %!d(string=hai) anos
..
hardware 4b50606c74 Merge Powerbook PCB updates %!s(int64=11) %!d(string=hai) anos
software d924b87239 Use DMA for SCSI and SD card transfers for a massive performance boost. %!s(int64=11) %!d(string=hai) anos
.gitmodules ed22f2f76e Updated firmware for PCB Revision 3.0 %!s(int64=12) %!d(string=hai) anos
CHANGELOG d924b87239 Use DMA for SCSI and SD card transfers for a massive performance boost. %!s(int64=11) %!d(string=hai) anos
COPYING d3d63dcdb2 Creating new repository to prune history. %!s(int64=12) %!d(string=hai) anos
STATUS fb42b7dc66 Read performance improvements %!s(int64=12) %!d(string=hai) anos
parts.ods fbc301885b More compatibility and bug fixes. %!s(int64=11) %!d(string=hai) anos
readme.txt d924b87239 Use DMA for SCSI and SD card transfers for a massive performance boost. %!s(int64=11) %!d(string=hai) anos

readme.txt

SCSI2SD, The SCSI Hard Drive Emulator for retro computing.

Traditional hard drives last 5 years*. Maybe, if you're luckly, you'll get 10
years of service from a particular drive. The lubricants wear out, the spindles
rust. SCSI2SD is a modern replacement for failed drives. It allows the use of
vintage computer hardware long after their mechanical drives fail. The use of
SD memory cards solves the problem of transferring data between the vintage
computer and a modern PC (who still has access to a working floppy drive ?)

*All statistics are made up.


Features

In-built active terminator.
Can optional supply terminator power back to the SCSI bus
Emulates a non-removable hard drive for maximum compatibility.
Supports sector sizes from 64 bytes to 2048 bytes
Firmware updatable over USB
Highly configurable over USB
Selectable SCSI ID
Selectable parity support
Enable/disable Unit Attention Condition
Artificial limits on the SCSI disk size (eg. limit size to 4G to avoid OS bugs)
Sector size (can also be set via the SCSI MODE SELECT command, as sent by SCSI format utilities).


Technical Specifications

SCSI Interface
SCSI-2 Narrow 8-bit 50-pin connector. Supports asynchronous transfers only.
SD Card Interface
Standard SDSC (1GB maximum size)
SDHC (32GB maximum size)
SDXC cards are untested. Donations welcome.
Communication is via the SPI protocol at 25MHz.
Power
5V via standard molex drive connector.
Dimensions
10cm x 10cm x 1.5cm
A 3D-printable bracket is in testing to suit a standard 3.5" hard disk bay.


Performance

As currently implemented:

Sequential read: 2.5MB/s Sequential write: 900kb/sec

Tested with a 16GB class 10 SD card, via the commands:

# WRITE TEST
sudo dd bs=8192 count=100 if=/dev/zero of=/dev/sdX oflag=dsync

# READ TEST
sudo dd bs=8192 count=100 if=/dev/sdX of=/dev/null

Compatibility

Tested with Linux (current), Apple Macintosh System 7.5.3 on LC-III, and LC-475 hardware.

Users have reported success on these systems:

Mac II running System 6.0.8
Mac SE/30
Roland JS-30 Sampler
Akai S1000, S3200, S3000XL, MPC 2000XL, DPS 12
EMU Emulator E4X with EOS 3.00b and E6400 (classic) with Eos 4.01
Ensoniq ASR-X, ASR-10 (from v3.4, 2GB size limit)
HP 16601A logic analyzer
Apple IIgs using Apple II High Speed SCSI controller card (from v3.3)
Symbolics List Machine XL1200, using 1280 byte sectors (from v3.4)