SCSI device emulation?

Hi!

I need to write emulation for disk device which will work under Win2K. I
already know this cannot be done 100% correctly at class-level (My working
NT 4.0 driver refuses to format FAT and pass checks under Win2K). So i have
to select from miniport model common to Win2K and WinNT 4.0 and bus driver
model common to Win2K. I’d like to know: which way is faster and
easier to make done? Did anybody write the same?

Regards,
thanks for help,
Anton

Anton:
Our VirtualSCSI Target Mode Library does this for both NT and 2000.
Check out our website and contact me directly.

Bill Casey

== SCSI Adapters & VirtualSCSI Target Mode Libs ==
Advanced Storage Concepts, Inc. (409) 744-2129
2720 Terminal Drive xxxxx@advstor.com
Galveston, TX 77554 USA www.virtualscsi.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of
xxxxx@geos-inform.com
Sent: Wednesday, June 07, 2000 3:24 AM
To: NT Developers Interest List
Subject: [ntdev] SCSI device emulation?

Hi!

I need to write emulation for disk device which will work under Win2K. I
already know this cannot be done 100% correctly at class-level (My
working
NT 4.0 driver refuses to format FAT and pass checks under Win2K). So i
have
to select from miniport model common to Win2K and WinNT 4.0 and bus
driver
model common to Win2K. I’d like to know: which way is faster and
easier to make done? Did anybody write the same?

Regards,
thanks for help,
Anton


You are currently subscribed to ntdev as: xxxxx@advstor.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Thanks a lot, but… See, i need to write emulation of SCSI disk on host
machine, not emulate SCSI target on other PC. So, i think, your great
library is not what i need.