Re: How to unallocate resources for my pci card.
- From: Mark Roddy <markr@xxxxxxxxxxxxxx>
- Date: Tue, 27 Dec 2005 11:09:43 -0500
On Tue, 27 Dec 2005 02:54:02 -0800, "sudhakar"
<sudhakar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I am using pci card, install my driver for that particular pci card. pci card
>is installed , working fine. PNP manager allocates resources for my pci cards
>in start device , i access that resources. I want to test the driver with
>worst case condition,If the pnp manager not to allocate resources for my pci
>card in any situiation how my driver reacts. For that testing i want to make
>pnp manger not to allocate the resources for my driver. what are the steps i
>want to follow to unallocate resources.
>
>Regards;
>B.sudhakar.
I don't think that test scenario is realistic. Either there are enough
resources for the PCI function or there aren't and if there aren't
then I do not think your function driver will be loaded.
Driver verifier low resource simulation may help for things like 'what
happens if I can't allocate virtual memory for my PCI memory space
BAR?'.
=====================
Mark Roddy DDK MVP
Windows Vista/2003/XP/2000 Consulting
Device and Filesystem Drivers
Hollis Technology Solutions 603-321-1032
www.hollistech.com
.
- Prev by Date: Re: driver install problem
- Next by Date: Re: driver install problem
- Previous by thread: Re: How to unallocate resources for my pci card.
- Next by thread: Re: How will you make this MMallocatecontigousmemory function to fail
- Index(es):
Relevant Pages
|