Home |
RTTarget-32 Programming Manual Function RTT_BIOS_FindClassCode Function RTT_BIOS_GetInterruptRouting Function RTT_BIOS_SetPCIInt Function RTT_BIOS_GenSpecialCycle Function RTT_BIOS_ReadConfigData Function RTT_BIOS_WriteConfigData Function RTT_BIOS_LocateCapability System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTT_BIOS_SetPCIIntThis function causes the specified hardware interrupt IRQ to be connected to the specified interrupt pin of a PCI device: int RTT_BIOS_SetPCIInt(BYTE PCIInt, BYTE IRQ, BYTE Bus, BYTE DeviceFunc); ParametersPCIIntMust be in the range 0 .. 3 for INTA# .. INTD#. IRQAn IRQ number in the range 0 .. 31. BusBus number on which the device to configure is located. DeviceFuncDevice number in bits 7 .. 3 and the function number in bits 2 .. 0 for the device to be configured. This function is only available if a 32-bit PCI BIOS is installed. More information about this function is available in the PCI BIOS Specification. Function RTT_BIOS_GetInterruptRouting Function RTT_BIOS_GenSpecialCycle
|