home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / hardware / 22799 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  3.6 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!pacbell.com!pacbell!oracle!unrepliable!bounce
  2. Newsgroups: comp.sys.amiga.hardware
  3. From: cgould@oracle.uucp (Colin A. Gould)
  4. Subject: Re: HDToolBox and non-C= controllers
  5. Message-ID: <1993Jan11.222513.9780@oracle.us.oracle.com>
  6. Summary: how to use hdtoolbox w/ other drivers
  7. Keywords: hdtoolbox scsi driver device
  8. Sender: usenet@oracle.us.oracle.com (Oracle News Poster)
  9. Nntp-Posting-Host: mailseq.us.oracle.com
  10. Organization: Oracle Corporation, Redwood Shores CA
  11. References: <1ip4p9INNr72@sauna.cs.hut.fi> <jperkski.02qq@kentcomm.UUCP>
  12. Date: Mon, 11 Jan 1993 22:25:13 GMT
  13. X-Disclaimer: This message was written by an unauthenticated user
  14.               at Oracle Corporation.  The opinions expressed are those
  15.               of the user and not necessarily those of Oracle.
  16. Lines: 60
  17.  
  18. In article <jperkski.02qq@kentcomm.UUCP> jperkski@kentcomm.UUCP (Jim Perkowski) writes:
  19. >In article <1ip4p9INNr72@sauna.cs.hut.fi> Camillo.Sars@hut.fi (Camillo S{rs) writes:
  20. >>I've been using my GVP Series II harddisk for quite a while, so now
  21. >>I'm interested in upgrading the software. My retailer knows nothing of
  22. >>Faaastprep or gvpscsi.device upgrades, so I chose to try HDToolBox.
  23. >>Can't get it to see my controller, though... Any clues?
  24. >>
  25. >>Please use e-mail as well as posting...
  26. >>
  27. >
  28. >You can get the latest GVP FastPrep and ExpertPrep off their support bbs.
  29. >The number should be in your documentation or any GVP advertisment. The
  30. >ROM you can get from GVP or one of the mail order houses like Safe Harbour.
  31. >Oops. Just noticed you are from Finland. I hope you don't mind a over seas
  32. >call.:)
  33. >
  34. >--
  35. >______________________________________________________
  36. > (Jim Perkowski) kentcomm!jperkski@legend.akron.oh.us
  37. >                 kentcomm!jperkski@aldhfn.akron.oh.us
  38. >                    (Where am I when I need me!?)
  39. >
  40.  
  41. Several people on the net have had problems with this. If your
  42. controller supports SCSI-Direct type commands, and most do, HDToolBox
  43. should work fine, or at least partly (I had some problems on hardframe
  44. and Zeus'040, mostly worked.)
  45.  
  46. The problem lies in that HDToolBox assumes a SCSI device driver name
  47. of 'scsi.device', since this is the 2091/C= controller name. It also
  48. looks for 'xt.device' since they also support XT drives. But, you can
  49. simply supply HDToolBox with your driver name. just give it as a
  50. parameter if you run hdtoolbox from CLI, or in WB, add a ToolType as
  51. follows:
  52.  
  53. SCSI_DEVICE_NAME=MySCSIdriver.device
  54.  
  55. There are also tooltypes for XT_DEVICE_NAME, maximum LUN numbers, etc.
  56. hexdump the program file to find the names for these options, since
  57. they aren't mentioned in the manual anywhere (ahem!!). Or you can just
  58. use the dos Search command, or load it into a text editor, and search
  59. for SCSI...I get into the habit of hexdumping files a lot, find some
  60. neat hidden features and left-over stuffs sometimes (like
  61. QuarterBack5.03 has options for selecting a font and screen colors in
  62. it...well, at least it has the text embedded in there for such a
  63. requester, but you can't get at it.)
  64.  
  65. Note that the device driver name IS case-sensitive, since you are
  66. looking for an Exec list object, not a disk file. You may not be able
  67. to find the driver on disk anywhere, either, since most will be stuck
  68. in the AutoBoot ROM on the controller, not put in DEVS:. Use SiND or
  69. ARTM or SysInfo3.01 or some other Exec snooping tool to find out all
  70. the active devices on the machine, they will tell you the driver name.
  71. You might be able to find those in ARexx too, since you can list
  72. libraries; I haven't tried it ('echo show("D")' ?).
  73.  
  74. Have fun...
  75. Colin
  76.  
  77.  
  78.