NDIS VERSION

Hello,
I am developing NIC driver for win 98 second edition.
I am using the 2000DDK for building the drievr,when i try to
install the driver in 98 Pagefault is accuring,

What Version is used for 98 second edition NDIS in Source and
Driver Entry?

i am using major version 03
minor version 0a in inf file

Thanx and regards
-Siddu


There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs

Use version 5.0, but that probably isn’t your problem. Make sure you
are defining BINARY_COMPATIBLE so that “functions” like NdisSend, which
are implemented as macros in Windows 2000, revert to true function calls
is 9x (search for NdisSend in the header files, you will see it #defined
once as a macro and declared once as a function, depending on
BINARY_COMPATIBLE). Make sure you are using the same version in when
registering your miniport and in your SOURCES file (i.e.,
NDIS50_MINPORT). I sent you this information about version numbers,
BINARY_COMPATIBLE and other issues to be aware of on the 1st of July.
If you continue to have problems, additional information would be
helpful, such as what function are you calling when the page fault
occurred.

Bryan S. Burgin
xxxxx@microsoft.com

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: siddappa siddu attur [mailto:xxxxx@rediffmail.com]
Sent: Monday, July 15, 2002 11:19 PM
To: NT Developers Interest List
Subject: [ntdev] NDIS VERSION

Hello,
I am developing NIC driver for win 98 second edition.
I am using the 2000DDK for building the drievr,when i try to
install the driver in 98 Pagefault is accuring,

What Version is used for 98 second edition NDIS in Source and
Driver Entry?

i am using major version 03
minor version 0a in inf file

Thanx and regards
-Siddu


There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to %%email.unsub%%

At what point are u facing the page fault? is it your driver entry or
some where else?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of siddappa
siddu attur
Sent: Tuesday, July 16, 2002 11:49 AM
To: NT Developers Interest List
Subject: [ntdev] NDIS VERSION

Hello,
I am developing NIC driver for win 98 second edition.
I am using the 2000DDK for building the drievr,when i try to
install the driver in 98 Pagefault is accuring,

What Version is used for 98 second edition NDIS in Source and
Driver Entry?

i am using major version 03
minor version 0a in inf file

Thanx and regards
-Siddu


There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs


You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to %%email.unsub%%

I guess in the inf file you need to give all the 3 versions of the NDIS.
I mean 3, 4 and 5

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Rajiv B.L.
Sent: Tuesday, July 16, 2002 6:38 PM
To: NT Developers Interest List
Subject: [ntdev] RE: NDIS VERSION

At what point are u facing the page fault? is it your driver entry or
some where else?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of siddappa
siddu attur
Sent: Tuesday, July 16, 2002 11:49 AM
To: NT Developers Interest List
Subject: [ntdev] NDIS VERSION

Hello,
I am developing NIC driver for win 98 second edition.
I am using the 2000DDK for building the drievr,when i try to
install the driver in 98 Pagefault is accuring,

What Version is used for 98 second edition NDIS in Source and
Driver Entry?

i am using major version 03
minor version 0a in inf file

Thanx and regards
-Siddu


There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs


You are currently subscribed to ntdev as: xxxxx@wipro.com To
unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to %%email.unsub%%

In the inf, specify “ndis3,ndis4,ndis5” in your INF. That way, any
protocol that has any one of these will bind to you.

-----Original Message-----
From: Santhosh Mysore Brahmappa [mailto:xxxxx@wipro.com]
Sent: Tuesday, July 16, 2002 6:19 AM
To: NT Developers Interest List
Subject: [ntdev] RE: NDIS VERSION

I guess in the inf file you need to give all the 3 versions of the NDIS.
I mean 3, 4 and 5

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Rajiv B.L.
Sent: Tuesday, July 16, 2002 6:38 PM
To: NT Developers Interest List
Subject: [ntdev] RE: NDIS VERSION

At what point are u facing the page fault? is it your driver entry or
some where else?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of siddappa
siddu attur
Sent: Tuesday, July 16, 2002 11:49 AM
To: NT Developers Interest List
Subject: [ntdev] NDIS VERSION

Hello,
I am developing NIC driver for win 98 second edition.
I am using the 2000DDK for building the drievr,when i try to
install the driver in 98 Pagefault is accuring,

What Version is used for 98 second edition NDIS in Source and
Driver Entry?

i am using major version 03
minor version 0a in inf file

Thanx and regards
-Siddu


There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs


You are currently subscribed to ntdev as: xxxxx@wipro.com To
unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to %%email.unsub%%

After driverentry, I think MiniportInitialize will be called in that u will
be getting page fault…

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Rajiv B.L.
Sent: Tuesday, 16 July 2002 6:38 PM
To: NT Developers Interest List
Subject: [ntdev] RE: NDIS VERSION

At what point are u facing the page fault? is it your driver entry or
some where else?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of siddappa
siddu attur
Sent: Tuesday, July 16, 2002 11:49 AM
To: NT Developers Interest List
Subject: [ntdev] NDIS VERSION

Hello,
I am developing NIC driver for win 98 second edition.
I am using the 2000DDK for building the drievr,when i try to
install the driver in 98 Pagefault is accuring,

What Version is used for 98 second edition NDIS in Source and
Driver Entry?

i am using major version 03
minor version 0a in inf file

Thanx and regards
-Siddu


There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs


You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntdev as: xxxxx@future.futsoft.com
To unsubscribe send a blank email to %%email.unsub%%

***************************************************************************
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***************************************************************************