Re: Enumerating empty/unpopulated PCI slots

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I have a kernel mode driver and a user mode application that work
together to detect an empty slot. The approach is on per system basis
and systems are hardcoded based on motherboard schematics that include
bridge chips, bus numbers,devices and slots etc. This information is
mapped or hardcoded into application program and additional
information comes from driver to put together "picture" of a system.
.



Relevant Pages

  • Re: is DHCP Client a kernel mode?
    ... And partly service (user mode) in svchost.exe ... > DHCP client is IIRC a part of the ARP code in TCPIP.SYS. ... > Maxim Shatskih, Windows DDK MVP ... >> is the DHCP client a Kernel mode driver? ...
    (microsoft.public.development.device.drivers)
  • Re: IoQueueWorkItem accessing flag or return value?
    ... I am thinking of proceeding with your logic of creating a user mode ... event to check the registry and then send a message to the Kernel ... send an IOCTL to a kernel mode driver from a user mode app? ...
    (microsoft.public.development.device.drivers)
  • kernel vs user file name
    ... I need to read a file in a kernel mode driver. ... Is there a standard kernel or user mode API, or some document describing the ...
    (microsoft.public.development.device.drivers)
  • Kernel mode to User mode Pipe
    ... I would like to create a pipe from a kernel mode driver to a user mode ... I can't find any documentation anywhere on a example ...
    (alt.linux)