mirror of
https://github.com/akuker/RASCSI.git
synced 2025-03-18 17:29:43 +00:00
Add profiles for DEC SCSI floppy drives (#441)
* Add files via upload * Fix wording for RRD42.
This commit is contained in:
parent
c8b6ac409b
commit
62cd8df11b
@ -287,6 +287,42 @@
|
||||
"description": "2GB is the largest partition size of HFS on older Macs.",
|
||||
"url": ""
|
||||
},
|
||||
{
|
||||
"device_type": "SCRM",
|
||||
"vendor": "DEC",
|
||||
"product": "RX23 (C) DEC",
|
||||
"revision": "0054",
|
||||
"block_size": 512,
|
||||
"size": 1474560,
|
||||
"name": "DEC RX23",
|
||||
"file_type": "hdr",
|
||||
"description": "SCSI Floppy Drive 1.44MB",
|
||||
"url": "https://www.netbsd.org/docs/Hardware/Machines/DEC/vax/storage.html#storage:rx23"
|
||||
},
|
||||
{
|
||||
"device_type": "SCRM",
|
||||
"vendor": "DEC",
|
||||
"product": "RX26 (C) DEC",
|
||||
"revision": "0054",
|
||||
"block_size": 512,
|
||||
"size": 2949120,
|
||||
"name": "DEC RX26",
|
||||
"file_type": "hdr",
|
||||
"description": "SCSI Floppy Drive 2.88MB",
|
||||
"url": "https://www.netbsd.org/docs/Hardware/Machines/DEC/vax/storage.html#storage:rx26"
|
||||
},
|
||||
{
|
||||
"device_type": "SCRM",
|
||||
"vendor": "DEC",
|
||||
"product": "RX33 (C) DEC",
|
||||
"revision": "0054",
|
||||
"block_size": 512,
|
||||
"size": 1228800,
|
||||
"name": "DEC RX33",
|
||||
"file_type": "hdr",
|
||||
"description": "SCSI Floppy Drive 1.2MB",
|
||||
"url": "https://www.netbsd.org/docs/Hardware/Machines/DEC/vax/storage.html#storage:rx33"
|
||||
},
|
||||
{
|
||||
"device_type": "SCRM",
|
||||
"vendor": "IOMEGA",
|
||||
@ -380,7 +416,7 @@
|
||||
"size": null,
|
||||
"name": "DEC RRD42",
|
||||
"file_type": null,
|
||||
"description": "Boots DECstations and VAXstations. Use only with Unix workstations of this vintage.",
|
||||
"description": "Boots DECstations and VAXstations. Use only with workstations of this vintage.",
|
||||
"url": ""
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user