home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / ibm / pc / hardware / 33410 < prev    next >
Encoding:
Text File  |  1992-12-16  |  2.2 KB  |  55 lines

  1. Newsgroups: comp.sys.ibm.pc.hardware
  2. Path: sparky!uunet!hobbes!md
  3. From: md@sco.COM (Michael Davidson)
  4. Subject: Re: Orchid chip docs 
  5. Organization: The Santa Cruz Operation, Inc.
  6. Date: Wed, 16 Dec 1992 20:11:32 GMT
  7. Message-ID: <1992Dec16.201132.11846@sco.com>
  8. References: <1galfvINNgc5@agate.berkeley.edu> <kssNVB3w165w@hale.cts.com> <1992Dec16.183918.18188@micom.com>
  9. Sender: news@sco.com (News admin)
  10. Lines: 43
  11.  
  12.  
  13. jscott@micom.com (James Scott) writes:
  14.  
  15. >i just got off the phone with the folks at Orchid.  does anyone know
  16. >of an ftp site from which i could download the tech docs on their
  17. >graphics chip (for the farenheit).  if not, i guess i'll just cough
  18. >up the $25 they require.
  19.  
  20. It probably would be a good idea to get the documentation, however
  21. there are a couple of pieces of information that you may find useful.
  22.  
  23. The S3 86C911 is essentially a single-chip "near-clone" of the IBM
  24. 8514 which also supports all of the standard VGA modes (unlike the
  25. IBM 8514 which requires a separate VGA card to be present) and a
  26. number of SVGA modes.
  27.  
  28. While the 86C911 is *not* an exact clone of the 8514 it is extremely
  29. close. If you already know how to program an 8514 at the register
  30. level you will have no problems with the S3 chip. If you *don't*
  31. know how to program an 8514 you should probably go and buy one of
  32. the 8514 programming books that are available (the S3 chip documentation
  33. will tell you what all of the registers do, but it doesn't have much
  34. in the way of practical examples of *how* to use them). If you already
  35. have code for the 8514, then adapting it to the S3 chip should be
  36. trivial.
  37.  
  38. The main differences between the S3 chip and the 8514 are as follows:
  39.  
  40. 1) The S3 chip supports all of the standard VGA modes and some SVGA
  41.    modes - the 8514 doesn't (it requires that you have a real VGA or
  42.    SVGA present)
  43.  
  44. 2) The S3 chip is programmed into it's extended modes differently
  45.    from the 8514 (the F1280 card has a VESA BIOS so putting the 
  46.    card into it's extended modes shouldn't be a problem).
  47.  
  48. 3) The S3 chip doesn't support the 8514 color compare register or
  49.    the 8514 fixed pattern registers.
  50.  
  51. Apart from these differences it is essentially functionally identical
  52. to an 8514 - same registers at the same addresses etc ....
  53.  
  54. Hope this is of some help
  55.