Look at the LogConfig directive in the INF file description.
This will allow you to define an ISA card’s resources. You
can then used the Add Hardware control panel applet, select
the ISA version of your card, and you are off and running.
Don Burn
NT Device Driver and Filesystem Consulting
----- Original Message -----
From: “Vasili Goutas”
To: “NT Developers Interest List”
Sent: Thursday, October 19, 2000 5:19 AM
Subject: [ntdev] [Newbie question] ISA card without PnP functionality
> Hi,
>
> I’m writing a driver for a old style ISA card which has no PnP
> functionality for use on Win98/W2k.
> As I understand the WDM, the PnP manager calls the StartDevice function
> of the driver with the needed recourcelist as parameter.
> The PnP manager now about recourse of a device when this device is PCI
> or ISA-PnP, but what to do, if its none of them?
> My old style ISA card uses 2 Interrupts (IRQ 10/11) and some ports
> beginning from 0x300.
> How can I tell the PnP Manager to call my StartDevice function with that
> parameter?
> Is there a way to define this settings through the drivers INF file, or
> have I to add some registry keys which the PnP Manager will read before
> calling StartDevice?
>
> I hope you can help me
>
> TIA
> Vasili
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@acm.org
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>