home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / biz / sco / opendesk / 878 < prev    next >
Encoding:
Text File  |  1992-12-23  |  7.4 KB  |  163 lines

  1. Newsgroups: biz.sco.opendesktop
  2. Path: sparky!uunet!hobbes!dionj
  3. From: dionj@sco.COM (Dion)
  4. Subject: Re: SCO ODT 2.0 Compability with Dell 466/M
  5. Organization: The Santa Cruz Operation, Inc.
  6. Date: Wed, 23 Dec 1992 19:40:23 GMT
  7. Message-ID: <1992Dec23.194023.3372@sco.com>
  8. Keywords: UOD361 66MHz
  9. References: <dlhanson.14.724464652@nap.amoco.com> <1992Dec19.000503.17364@sco.com>
  10. Sender: dionj@sco.com
  11. Lines: 150
  12.  
  13.  
  14. I have some additional info on booting 66MHz machines...
  15.  
  16. In article <1992Dec19.000503.17364@sco.com> dionj@sco.COM (Dion)
  17. foolishly wrote:
  18.  
  19. > [..]
  20. >1. I would not venture to say that ODT 2.0 runs on _any_ 66MHz machine.
  21. >It runs on most of them, and on a few we have seen problems.
  22. >Specifically, our Support department has a new SLS called UOD361
  23. >which addresses 66MHz problems that some customers have had on
  24. >some Dell machines.  If your system fails to boot, contact
  25. >Support@sco.com and request this SLS.
  26. >
  27. [... info about video problems removed .. ]
  28. >
  29. >In article <dlhanson.14.724464652@nap.amoco.com> dlhanson@nap.amoco.com (David L. Hanson ) writes:
  30. >>I am receiving a new Dell 466/M (66Mz 486DX2 chip) sometime next week.
  31. >>I am hoping to use it to run ODT 2.0 which I have sitting in a box beside
  32. >>my desk.  This new Dell has a local bus architecture for video and uses
  33. >>the SG3 chip set.  The sales person said sure it would work with ODT 2.0
  34. >>so I ordered it.  I had second thoughts and talked to Dell tech support;
  35. >>they are not so sure.  From my conversation with them, there are two 
  36. >>issues: 
  37. >
  38. >1. Will SCO ODT 2.0 run on any machine with a 66 Mz 486DX2 chip?
  39. >>2. Secondly, does SCO ODT 2.0 have a driver for the SG3 video chip?
  40. >>Thanks
  41. >>Signature follows:
  42. >"Look unto me, and be ye saved, all the ends of the earth: for I am
  43. >>God, and there is none else."  Isaiah 45:22
  44. >>=========================================================================
  45. >>David L. Hanson       Internet --> dlhanson@nap.amoco.com
  46. >>Amoco Corporation     X.400    --> A=attmail,P=amoco,S=Hanson,G=David,I=L
  47. >>Any opinions expressed are my own!
  48. >
  49.  
  50. My friends in Support tell me that the UOD361 fix 
  51.  
  52. a) is not specifically necessary for 66MHz machines, Dell or otherwise. 
  53.    See below for a patch and workaround that works and is safer
  54.    than employing UOD361.
  55.  
  56. b) Has other fixes that you probably dont need.  Generally, if you
  57.    are not sure you need an SLS, it's safer and cleaner to avoid it.
  58.    
  59. Bottom line: Dont call up and ask for UOD361 because you have a 66MHz
  60. machine.  Follow the below procedure first.  
  61.  
  62. Thanks to Bela for keeping me honest and providing better info on this.
  63. -Dion
  64.  
  65. =============================================================================
  66. Here's the IT script:
  67.   
  68.   Adaptec 154x/174x-series host adapter not recognized on fast 486 machine
  69.   
  70.   RELEASE:  SCO UNIX System V/386 Release 3.2 Operating System Version 4.0
  71.             SCO Open Desktop Release 2.0
  72.   
  73.   PROBLEM:  Adaptec 154x/174x-series host adapter is not recognized on fast
  74.             486 machines.
  75.   
  76.   CAUSE:    A loop in the Adaptec 154x driver ("ad") and Adaptec 174x driver
  77.             ("eiad") executes too quickly on fast machines (many 486/66DX2
  78.             and some 486/50DX machines).  The driver asks the adapter whether
  79.             it is present, then checks 131,072 times for a response.  The check
  80.             executes faster on faster machines.  If your machine is particularly
  81.             fast, the loop may complete before the host adapter responds.  When
  82.             that happens, the operating system does not recognize the adapter.
  83.   
  84.   SOLUTION: This problem will be corrected by Maintenance Supplement
  85.             Version 4.2 for SCO UNIX System V/386 Release 3.2 Version 4.0.
  86.             and by the next version of SCO Open Desktop.  Until that
  87.             supplement or version is available, the following two-step
  88.             solution may be used.
  89.   
  90.             (1) During installation, run the machine in a "slow mode".
  91.                 Most machines have slowed-down modes which can be enabled
  92.                 from a setup program which either resides in the BIOS ROM
  93.                 or on a configuration diskette.  For instance, most
  94.                 machines can be set to run at a lower clock rate (e.g. 8 or
  95.                 25MHz); or the cache can be disabled (both the 486 internal
  96.                 cache and any external cache).  Many machines also have a
  97.                 "Turbo" button on the front panel.
  98.   
  99.                 With the machine slowed down, the host adapter should be
  100.                 recognized.  Install your operating system until it is
  101.                 ready to be booted from the hard disk.
  102.   
  103.             (2) After successfully installing the system, bring it up in
  104.                 System Maintenance (single-user) mode.  Make copies of the
  105.                 UNIX kernel and of the drivers to be patched:
  106.   
  107.                  # cd /
  108.                  # cp unix unix.orig
  109.                  # cd /etc/conf/pack.d/ad
  110.                  # cp Driver.o Driver.o.orig
  111.                  # cd /etc/conf/pack.d/eiad
  112.                  # cp Driver.o Driver.o.orig
  113.   
  114.             (3)  To patch the Adaptec 154x series driver:
  115.   
  116.                    Operator input          Computer response
  117.                    --------------          -----------------
  118.                  # cd /etc/conf/pack.d/ad
  119.                  # _fst -w Driver.o -
  120.                  * ahapresent+9?X          ahapresent+0x9: 0x20000
  121.                  * ahapresent+9?W 100000   ahapresent+0x9: 0x20000=    0x100000
  122.                  * aha_sndcmd+9?X          aha_sndcmd+0x9: 0x20000
  123.                  * aha_sndcmd+9?W 100000   aha_sndcmd+0x9: 0x20000=    0x100000
  124.                  * $q
  125.                                   ^^^^^^
  126.                 (The above number is a one with five zeros).
  127.   
  128.             (4)  To patch the Adaptec 174x series driver:
  129.   
  130.                    Operator input          Computer response
  131.                    --------------          -----------------
  132.                  # cd /etc/conf/pack.d/eiad
  133.                  # _fst -w Driver.o -
  134.                  * eiad_reset+D?X          eiad_reset+0xd: 0x20000
  135.                  * eiad_reset+D?W 100000   eiad_reset+0xd: 0x20000=    0x100000
  136.                  * eiad_soft_reset+9?X     eiad_soft_reset+0x9: 0x20000
  137.                  * eiad_soft_reset+9?W 100000
  138.                                            eiad_soft_reset+0x9: 0x20000=  0x100000
  139.                  * $q
  140.   
  141.   
  142.             (5)  Relink the kernel and shut down the system:
  143.   
  144.                  # cd /etc/conf/cf.d
  145.                  # ./link_unix -y
  146.                  # sync
  147.                  # reboot
  148.   
  149.                  (It is safe to use reboot(ADM) only because the system is
  150.                  in System Maintenance mode).  The computer reboots.  Now
  151.                  turn off the "slow mode", by changing settings in BIOS
  152.                  setup or a configuration disk, or by turning on the "Turbo"
  153.                  button.  The operating system should boot normally and
  154.                  recognize your Adaptec 154x/174x host adapter.
  155.   
  156.             NOTE: This patch corrects problems with the "ad" and "eiad" drivers
  157.             only.  No other problems are currently known with 66MHz machines
  158.             (as of October 9, 1992).  We are aware of the potential for such
  159.             problems with the "spad" (Adaptec 152x) and "dpt" (DPT PM201x)
  160.             drivers and would appreciate reports of any actual recognition
  161.             problems with these host adapters.
  162. -----------------------------------------------------------------------------
  163.