home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / win32 / 235 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.2 KB

  1. Path: sparky!uunet!noc.near.net!asylum!romkey
  2. From: romkey@asylum.UUCP (John Romkey)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: Windows NT and SoundBlaster Pro "SCSI" CD-ROM
  5. Message-ID: <345@asylum.UUCP>
  6. Date: 22 Jul 92 17:10:59 GMT
  7. References: <3LT9NB1w165w@cyrcle.uucp> <344@asylum.UUCP> <RFowler.294@kelvin.jpl.nasa.gov>
  8. Lines: 29
  9.  
  10. RFowler@kelvin.jpl.nasa.gov (Robert A. Fowler) writes:
  11. >In article <344@asylum.UUCP> romkey@asylum.UUCP (John Romkey) writes:
  12. >>lothar@cyrcle.uucp (Bob Trembley) writes that the NT SDK doesn't detect
  13. >>the Soundblaster Pro "SCSI" CD-ROM interface and asks if Microsoft will
  14. >>fix this in the near future.
  15. >>It's not Microsoft's problem (really). The SoundBlaster Pro doesn't have
  16. >>a *SCSI* CD-ROM interface. It's got a proprietary one supported by only a
  17. >>few CD-ROM drives, and most assuredly is *not* SCSI.
  18. >HU? The SoundBlaster Pro uses a proprietry controler-to-CD interface, but 
  19. >form the software(CPU)-to-controler it adhears to the MSCDEX requirements(?) 
  20. >and comes with a version of MSCDEX that lets it work with dos/Windows 3.x.
  21.  
  22. I think you'll find that MSCDEX is meaningless in the context of NT. NT
  23. has a set of SCSI device drivers for certain SCSI adapters; it can layer
  24. one of several filesystems including ISO9660 on top of the SCSI drive. MSCDEX
  25. is a filesystem translater and redirector for MS-DOS; it intercepts filesystem
  26. calls to specific drive letter and redirects them to a different
  27. filesystem (an implementation of ISO9660), and the filesystem calls a device
  28. driver. That's entirely an MS-DOS artifact and is probably irrelevant in the
  29. context of NT. For NT to be able to use the Soundblaster Pro non-SCSI CD-ROM
  30. interface, someone will have to write a driver for it specifically for NT.
  31. The fact that it's supported under MS-DOS with MSCDEX is pretty much
  32. irrelevant; what I was talking about in my previous message was that the
  33. interface is *not* SCSI, as the first message stated, and that NT is
  34. currently supporting CD-ROM drives over *SCSI* and then only over a few
  35. SCSI adapters. Expecting NT's SCSI drivers to work with the Soundblaster
  36. Pro's non-SCSI interface is a waste of time.
  37. -- 
  38.     - john romkey      ELF Communications     romkey@ELF.com
  39.