Hello!
My pci card (Audioadapter) has a problem on an IBM
server and Windows 2003.
After Device installation the control panel says:
This device cannot find enough free resources that it
can use. (Code 12)
With Debug traces in my driver I can see that
DriverEntry and AddDevice are successfully called,
but StartDevice (IRP_MN_START_DEVICE) never gets
called.
In the mainboard Bios I cannot see any problems.
Who knows what can happen ?
Thank you,
Markus.
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
What are your aperture sizes?
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Markus Bollinger”
To: “Windows System Software Devs Interest List”
Sent: Monday, January 23, 2006 4:41 PM
Subject: [ntdev] StardDevice is not called
> Hello!
>
> My pci card (Audioadapter) has a problem on an IBM
> server and Windows 2003.
> After Device installation the control panel says:
> This device cannot find enough free resources that it
> can use. (Code 12)
>
> With Debug traces in my driver I can see that
> DriverEntry and AddDevice are successfully called,
> but StartDevice (IRP_MN_START_DEVICE) never gets
> called.
> In the mainboard Bios I cannot see any problems.
>
> Who knows what can happen ?
>
> Thank you,
> Markus.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
Normally the PCI config looks like this:
-> MEM window : @DCAFFC00h size=200h
-> PIO window : @D800h size=100h
-> PIO window : @D440h size=40h
-> Interrupt 339 (LevelSensitive and Shared Mode)
It’s not very exhaustive;
Should the size 40h be even to small for mapping ???
Markus.
— Markus Bollinger wrote:
> Hello!
>
> My pci card (Audioadapter) has a problem on an IBM
> server and Windows 2003.
> After Device installation the control panel says:
> This device cannot find enough free resources that
> it
> can use. (Code 12)
>
> With Debug traces in my driver I can see that
> DriverEntry and AddDevice are successfully called,
> but StartDevice (IRP_MN_START_DEVICE) never gets
> called.
> In the mainboard Bios I cannot see any problems.
>
> Who knows what can happen ?
>
> Thank you,
> Markus.
>
>
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.fr
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com