Re: Driver does not work on fresh Windows XP system
- From: "Norman Diamond" <ndiamond@xxxxxxxxxxxxxxxx>
- Date: Fri, 18 Jan 2008 09:45:40 +0900
"Amit" <goenkamit@xxxxxxxxx> wrote in message news:7af3edf0-110d-4e8f-bdea-39153370aeb1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It turns out that this machine on which we are testing is a Core 2 Duo Centrino processor. We tried by using the -M 2 option to the BUILD option to build for multiprocessors but it did not help.
I think we need to do more work to get the driver working on a Core 2 / Dual Core system - probably in terms of synchronization etc. Also is there is a different DDK or we can use the same one for development for these kind of systems. Also do we need to do something special for windows 2000 ?
Odds are your code has a bug when trying to acquire the spin lock. On a uniprocessor system the function doesn't really spin so your bug wasn't detected, but on a multiprocessor system it really does.
The DDK is the same DDK.
.
- References:
- Driver does not work on fresh Windows XP system
- From: Amit
- Re: Driver does not work on fresh Windows XP system
- From: Volodymyr Shcherbyna
- Re: Driver does not work on fresh Windows XP system
- From: Amit
- Driver does not work on fresh Windows XP system
- Prev by Date: Re: best way to launch a UI or process from a device driver ?
- Next by Date: Re: best way to launch a UI or process from a device driver ?
- Previous by thread: Re: Driver does not work on fresh Windows XP system
- Next by thread: IExpress wizard is not able to find the driver packages
- Index(es):