Thomas
Mon Aug 08 09:54:21 CDT 2005
"Senthil" <Senthil@discussions.microsoft.com> wrote in message
news:B65ABA14-CAAC-4547-9C15-20476C495A81@microsoft.com...
> Hi All,
> I have written an intermediate driver based on passthru sample. My
> driver works fine with WLAN card and Gigabit LAN card of intel . But it
> crashes, when i use it on BroadCom Nextreme Gigabit ethernet card. The
> operating system is windows xp with SP2 and version of the driver is
> 7.80.0.0
> date:06/19/04. Is there anything i need to put it in .inf or in
> intermediate
> driver to make it work with Broadcom's hardware?
>
> Could anyone let me know how can i fix this bug?
>
There is nothing that you need to put in your INF file to support this
adapter.
Most likely you need to use your debugger to identify and fix a problem in
your NDIS IM driver.
Sometimes different adapters behave a little differently and expose protions
of your code or timing/synchronization issues that are different.
You should also take a close look at the NDIS task offload features. Compare
the features that are supported for the two Ethernet NICs. If there are
differences, then that is one area to look at carefully.
Good luck,
Thomas F. Divine, Windows DDK MVP
http://www.rawether.net