home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6215 < prev    next >
Encoding:
Internet Message Format  |  1992-11-04  |  1.7 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!agate!usenet.ins.cwru.edu!ukma!psuvax1!psuvm!bjt105
  2. From: BJT105@psuvm.psu.edu
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Writing Video Drivers
  5. Message-ID: <92309.234426BJT105@psuvm.psu.edu>
  6. Date: 5 Nov 92 04:44:26 GMT
  7. References: <1992Nov4.121856.29225@actrix.gen.nz>
  8. Organization: Penn State University
  9. Lines: 27
  10.  
  11. Any member of the developer assistance program can get sample source code
  12. for video drivers .. currently what is available is the code to VSVGA, V8514
  13. VVGA BVHVGA, BVHSVGA, BVH8514, and, unfortunately, the only PM driver at
  14. this time is the code to 16-bit VGA.  "very soon now" the code to the 32-bit
  15. tseng drivers is planned to be released .. I have no idea when.
  16. Documenation is available in the forms of
  17. "OS/2 2.0 virtual device driver reference"
  18. "OS/2 2.0 physical device driver reference"
  19. and "OS/2 2.0 presentation driver reference"
  20. all three are part of the CSET/2 documentation set, and can be purchaced
  21. seperately.
  22.  
  23. OK .. now WHY doesn't every board around have OS/2 device drivers,
  24. since so much is available?!:
  25. (1) IBM didn't release the code mentioned above until September
  26. (2) The VV, BV, and PM source code is comprised on hundreds of thousands
  27.     of lines of mixed C and assembler, so it is very difficult to
  28.     pick up quickly!
  29. (3) Most video board companies are fly-by-night operations that feed on
  30.     consumers that don't realize that SVGA means NOTHING by itself ..
  31.     that each chipset requires custom software for Windows, OS/2, X
  32.     and whatever else.  And, basically, they don't want to have to deal
  33.     with writing drivers for more than one operating system (windows)
  34.     (BTW .. there are exceptions to this rule .. Orchid and Trident
  35.     come to mind ...)
  36.  
  37. Bernie
  38.