Anyone who knows rare add-ons for #vintagecomputers, can you point me to the manual for this? It's a Mountain Computer part number 05-04031-02 that came in a HDD-less IBM 5160 (PC-XT) I rescued. I can't tell if it's an MFM, RLL, or ESDI controller or what the jumpers do.
It's similar to to this tape controller sandwich:
- https://www.ebay.com/itm/133011110665
- https://www.bonanza.com/listings/Mountain-tape-drive-interface-8-bit-isa-05-04031-01-rev-C/521212501
but not.
And I know it's a hard drive controller of some sort, because Mountain Computer sold it for the PC & XT (5150 & 5160) at the same time they sold hard drive kits for Apple IIs.
Omni Complete Catalog of Computer Hardware and Accessories 1984, pp. 242-243: https://archive.org/details/Omni_Complete_Catalog_of_Computer_Hardware_and_Accessories_1984_Omni_Publications/page/n249/mode/2up
@cr1901 I already did try the Debug command, and it hung identically to commands for other controllers.
My problem is that I have to identify the controller type and jumper settings positively before I can source a hard drive to pair it with.
@arielmt SPEEDSTOR can be found here:
http://minuszerodegrees.net/software/speedstor.htm
SPEEDSTOR might be able to tell you the drive geometry that the controller expects even WITHOUT a drive attached.
I've never tried SPEEDSTOR without a drive attached though, I just know that the hard drive controller has to "know" what geometry it supports without the hard disk attached (somewhere in the EPROMs).
@arielmt If the controller says it supports 17 sectors per track, it's MFM. 26 is RLL. Idk what ESDI does tho- same connector, different signals :(?
@arielmt IBM DOS 2.1 and 3.3 don't have a setup program. You're expected to
"SYS C:" and copy the files.
But if FDISK can't see the hard drive, you need to low-level format a hard disk attached to it.
To low-level format, try one of these:
* Run SPEEDSTOR.
* Use an IBM PC Advanced Diagnostics diskette.
* Running DEBUG.COM then typing "g =c800:5" and a newline can _sometimes_ work. I wouldn't try it for this controller.