Home |
RTTarget-32 Programming Manual Function RTT_BIOS_FindClassCode Function RTT_BIOS_GetInterruptRouting Function RTT_BIOS_GenSpecialCycle Function RTT_BIOS_ReadConfigData Function RTT_BIOS_WriteConfigData Function RTT_BIOS_LocateCapability Function RTT_BIOS_Rescan System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTT_BIOS_RescanThis function can be used to search for PCI devices added to the system after program start: void RTT_BIOS_Rescan(BYTE Bus); ParametersBusPCI bus number to rescan. If zero is specified, all PCI busses will be rescanned. RTTarget-32 caches data about installed PCI devices. If a scan has revealed that no PCI device is present at a particular bus/device index, subsequent scans for the same bus/device will not actually access the PCI bus again. To delete such cached information and to make added devices visible, a call to this function is required. Function RTT_BIOS_LocateCapability
|