Sample Bus Enumeration Applications (Compact 2013)
3/26/2014
Windows Embedded Compact includes two sample bus enumeration applications. Pcienum.exe enumerates the PCI bus and Isaenum.exe enumerates the ISA bus. The following table shows the locations of these sample bus enumeration applications.
Application |
Directory |
Description |
---|---|---|
Pcienum.exe |
%_WINCEROOT%\Public\Common\Oak\Drivers\Ceddk\Test\Pcienum |
Scans the PCI bus and displays PCI configuration information. It displays bus address registers for PCI devices. This is only a small subset of the overall PCI configuration data. This is useful to get PCI information quickly when the run-time image is built without enabling debug zones. |
Isaenum.exe |
%_WINCEROOT%\Public\Common\Oak\Drivers\Ceddk\Test\Isaenum |
Finds and displays any Plug and Play ISA configuration headers. |