Bus1394RegisterPortDriver

Hi,

The structure PORT_INITIALIZATION_DATA and the function Bus1394RegisterPortDriver() are found in 1394.h of 98DDK. But they are not found in DDK of Win2K. Is this function needed to be called for drivers to work in Win98? How a WDM driver written in Win2K work in Win98, if there is such a difference? Can somebody clarify please?

Thanks in advance.
Ram.

Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com

Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in


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

No.
This function is called by the 1394 host controller drivers only. Like OHCI1394.SYS
Driver who run the devices hanging off the 1394 wire does not use this function.

BTW - it is NOT documented how to write a 1394 host controller driver. I only know they exchange function pointers with 1394BUS
enumerator, and Bus1394RegisterPortDriver is for this.

Max

----- Original Message -----
From: “ramasubramanianj”
To: “NT Developers Interest List”
Sent: Thursday, October 25, 2001 4:19 PM
Subject: [ntdev] Bus1394RegisterPortDriver

> Hi,
>
> The structure PORT_INITIALIZATION_DATA and the function Bus1394RegisterPortDriver() are found in 1394.h of 98DDK. But they are not
found in DDK of Win2K. Is this function needed to be called for drivers to work in Win98? How a WDM driver written in Win2K work in
Win98, if there is such a difference? Can somebody clarify please?
>
> Thanks in advance.
> Ram.
>
>
> Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
>
> Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


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