If I am the first, what is the role of acpi.sys, marked as Fido by DevView?
I am new to win driver development so I don’t know if there are other ways
to install a filter, or if DevView has a bug or if I didn’ understood the
difference between Fido and a filter.
Thank you for your patience
-----Messaggio originale-----
Da: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] Per conto di Tim Roberts
Inviato: mercoled? 21 gennaio 2009 18.47
A: Windows System Software Devs Interest List
Oggetto: Re: [ntdev] poulsbo pins
xxxxx@texa.it wrote:
I am working with an Eurotech board with atom/poulsbo with a windows
embedded standard (wes) os generated by me. I am new to windows embedded
studio and wdf.I need to use some of the poulsbo pins both for input (interrupt) and
output.I know that there is an existing device (wes knows atom/poulsbo) so I know
that I must implement a filter driver and I must do the job by hand (page
790 of W. Oney book)The poulsbo manual tells me that gpio base address belongs to the pci
device 8086/8119, so I went to the registry and found the hardware key:
…\enum\pci\ven…\3&… but it lacks of UpperFilters.DevView tells me that there is a stack with a pdo (pci.sys), fdo
(isapnp.sys) and fido (acpi.sys): where can I find the UpperFilter key?
If the device doesn’t have any filters, there won’t be an UpperFilters
or LowerFilters value. If you are the first, you have to add it.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer