home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / alt / msdos / programm / 2969 < prev    next >
Encoding:
Text File  |  1992-12-20  |  2.6 KB  |  63 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!mcsun!ub4b!news.cs.kuleuven.ac.be!swa
  3. From: swa@cs.kuleuven.ac.be (Swa Frantzen)
  4. Subject: Re: Combining MFM and IDE drives
  5. Message-ID: <1992Dec18.095413.27773@cs.kuleuven.ac.be>
  6. Sender: news@cs.kuleuven.ac.be
  7. Nntp-Posting-Host: pluto.cs.kuleuven.ac.be
  8. Organization: Dept. Computerwetenschappen
  9. References: <724306074snx@arrakis.denver.co.us> <kspousta.724643101@qualcom>
  10. Date: Fri, 18 Dec 1992 09:54:13 GMT
  11. Lines: 50
  12.  
  13. In article <kspousta.724643101@qualcom>, kspousta@qualcom.qualcomm.com (Kevin Spousta) writes:
  14. |> @arrakis.denver.co.us (Bob Hood) writes:
  15. |> 
  16. |> >I'm not (yet) asking for a method of making it work, I would just like to know
  17. |> >if it is possible to intermix these two hard drive types in the same computer.
  18. |> 
  19. |> YES!  It can be done..  You'll need a special controller for the IDE and will
  20. |> have to boot from the MFM.  (blech!)  Adaptec makes a controller called an
  21. |> ADP-60L that will read the drive params from an IDE and make it fly.  I use
  22. |> one of these cards in one of my servers because the thing is so old it won't
  23. |> recognize a 210m drive.  I set the ADP as the secondary controller, the drive
  24. |> type for the 2nd (210m) drive as type 1 and off I go.
  25. |> 
  26. |> Maybe an MFM controller that'd let you set it up as the secondary controller
  27. |> would work.  Just a thought.
  28. MS-DOS woudn't find it, even if you cleared all IRQ and adress conflicts.
  29.  
  30. These is a real cheap solution:
  31.  
  32. 3drvs110.zip (on an ftp site near you (simtel20 has it))
  33. shareware $20
  34.  
  35. You'll need :
  36.  
  37. MFM controller (the good old one works)
  38. with 1 or 2 MFM disks !
  39.  
  40. IDE controller with "moveable adresses"
  41. (so you could set it up as secondary controller)
  42. The readme in the zip file describes a seagate controller (ST07A or ST08A)
  43. I tried it succesfully with an DTK PTI 227 (jumper settings are at home)
  44. just - disable the floppy drive (if any)
  45.      - move the adresses of the harddisk (170 range)
  46.      - disable the IRQ (if any).
  47.  
  48. any IDE drive (one supported in the shareware version
  49. up to two IDE drives for the commercial version).
  50. The setup of the PC will contain the drive types for the MFM drives,
  51. no info on the IDE drive(s)
  52. The driver reads the params form your IDE drive and sets it up.
  53. It does this by reading the Master Boot Record on the IDE.
  54. You can LOADHIGH the driver, so you won't waste any memory <640K
  55.  
  56. -- 
  57. Swa Frantzen
  58. Katholieke Universiteit Leuven          Tel: ++32 (0)16/20.10.15 ext 3604
  59. Departement Computerwetenschappen       FAX: ++32 (0)16/20.53.08
  60. Celestijnenlaan 200 A
  61. B-3001 Heverlee (Leuven)                E-mail: Swa.Frantzen@cs.kuleuven.ac.be
  62. BELGIUM
  63.