home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / win32 / 852 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!leehart
  3. From: leehart@microsoft.com (Lee Hart)
  4. Subject: Re: Boca Tseng 4000 svga driver
  5. Message-ID: <1992Sep07.023745.3820@microsoft.com>
  6. Date: 07 Sep 92 02:37:45 GMT
  7. Organization: Microsoft Corp.
  8. Summary: ET4000 cards are not all alike
  9. References: <JKF.92Sep3210730@frisky.Franz.COM>
  10. Lines: 17
  11.  
  12. In article <JKF.92Sep3210730@frisky.Franz.COM>, jkf@Franz.COM (Sean Foderaro) writes:
  13. >  What is strange is that for Windows 3.1 I use the ts4000 drivers distributed
  14. > by Tseng labs so the boca board must be pretty vanilla.   Why does NT 
  15. > require different drivers?
  16.  
  17. Remember that the Windows 3.1 drivers can make a real mode call down into 
  18. the video BIOS (Int 10h) to set the appropriate display mode, etc.  The
  19. Windows NT display drivers cannot do this (one reason is that this is not
  20. portable i.e. the BIOS code will not run on a MIPS machine.  This may
  21. sound foolish, for a driver to be portable, but we have (and do) run 
  22. add-in boards in some of the MIPS machines we use.)  This has lead to the
  23. minor variations in the drivers that you see.
  24.  
  25. Lee Hart
  26. Win32 Support
  27. Not even close to a Microsoft spokesman.
  28.