Larry
Thu Sep 04 18:41:13 CDT 2003
Thanks, I'll do that.
Larry
"Stephan Wolf" <stewo68@hotmail.com> wrote in message
news:pncelvgmdqpq2iubb3vum49d3rcri8bih9@4ax.com...
> Run Microsoft's NDISTest against your driver and see what the logs
> say:
>
>
http://www.wd-3.com/071503/NDISTest.htm
>
> Stephan
> ---
> On Thu, 4 Sep 2003 12:18:08 +1000, "Larry Clawson"
> <larry.clawson@honeywell.com> wrote:
>
> >I'm not returning any failed statuses. The OID is something to check
though.
> >
> >Thank you.
> >
> >Larry c
> >
> >
> >"Pavel A." <pavel_a@geeklife.com> wrote in message
> >news:u1IkenocDHA.1808@TK2MSFTNGP11.phx.gbl...
> >> "Larry Clawson" <larry.clawson@honeywell.com> wrote in message
> >> news:OzUVC%23ncDHA.2672@tk2msftngp13.phx.gbl...
> >> > I have an Intermediate Driver that works on Dell machines. On a new
> >machine
> >> > the MiniportHalt handler is called right after Miniport Initialize
> >Handler.
> >> > MPInitialize returns SUCCESS.
> >> >
> >> > I need suggestions on how to find out why MPHalt is being called.
> >> >
> >>
> >> You do something that ndis does not like (such as: fail or return bad
data
> >for some OIDs).
> >>
> >> -- PA