Talk to device on LPC bus

M

Mark McDougall

Hi,

I have a custom device attached to the LPC bus of the ICH7-M. Reading the
datasheet for the ICH7 device family it would appear that I need to enable
an "LPC generic decode range register" in its PCI config space to match
the address range of my hardware.

How do I go about doing this? Is it possible from user-space? I can't find
any information on how one would achieve this - I'm assuming it has
somthing to do with ACPI calls - yes? Any examples around?

TIA
Regards,
Mark
 
B

Boby George

Mark,

One of the option could be to write a basic WDM driver for the LPC
device and replace the MS LPC stub driver. Once you have a WDM driver,
now you can access the PCI configuration space from within your driver.

Regards,

Boby
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top