SCSI virtual CDRom issue

Hi,

I have developed a SCSI Miniport for a Buslogic HBA on windows 2000. The driver works fine with SCSI disks.
I face a problem when I try to run a Virtual CDROM using the miniport. The Virtual CD-ROM device gets recognized. But when I restart the machine and go to Windows Explorer, I always find that the virtual CD-ROM drive shows Audio-CD with a single track by default.
Does anyone know what the problem might be?

Regards
Namita


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

this is because you are not passing any TOC in scsiop_read_toc request. just pass srb_status_error or some valid toc in toc request.

Arun

On Tue, 02 Oct 2001 NT Developers Interest List digest wrote :

NTDEV Digest for Monday, October 01, 2001.
Subject: SCSI virtual CDRom issue
From: “Namita Lal”
> Date: Mon, 1 Oct 2001 11:28:54 +0530
> X-Message-Number: 1
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0008_01C14A6C.40ED2010
> Content-Type: text/plain;
> charset=“iso-8859-1”
> Content-Transfer-Encoding: quoted-printable
>
> Hi,
>
> I have developed a SCSI Miniport for a Buslogic HBA on
> windows 2000. The =
> driver works fine with SCSI disks.=20
> I face a problem when I try to run a Virtual CDROM
> using the miniport. =
> The Virtual CD-ROM device gets recognized. But when I
> restart the =
> machine and go to Windows Explorer, I always find that
> the virtual =
> CD-ROM drive shows Audio-CD with a single track by
> default.=20
> Does anyone know what the problem might be?
>
> Regards
> Namita
>
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com