Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PCI_USE_VECTOR has multiple definitions:
drivers/pci/KconfigThe configuration item CONFIG_PCI_USE_VECTOR:
( CONFIG_X86_LOCAL_APIC && CONFIG_X86_IO_APIC && ! CONFIG_X86_64 ) || CONFIG_IA64This replaces the current existing IRQ-based index interrupt scheme with the vector-base index scheme. The advantages of vector base over IRQ base are listed below: 1) Support MSI implementation. 2) Support future IOxAPIC hotplug
Note that this allows the device drivers to enable MSI, Message Signaled Interrupt, on all MSI capable device functions detected. Message Signal Interrupt enables an MSI-capable hardware device to send an inbound Memory Write on its PCI bus instead of asserting IRQ signal on device IRQ pin.
If you don't know what to do here, say N.
arch/i386/KconfigThe configuration item CONFIG_PCI_USE_VECTOR:
CONFIG_X86_LOCAL_APIC && CONFIG_X86_IO_APICThis replaces the current existing IRQ-based index interrupt scheme with the vector-base index scheme. The advantages of vector base over IRQ base are listed below: 1) Support MSI implementation. 2) Support future IOxAPIC hotplug
Note that this allows the device drivers to enable MSI, Message Signaled Interrupt, on all MSI capable device functions detected. Message Signal Interrupt enables an MSI-capable hardware device to send an inbound Memory Write on its PCI bus instead of asserting IRQ signal on device IRQ pin.
If you don't know what to do here, say N.
arch/x86_64/KconfigThe configuration item CONFIG_PCI_USE_VECTOR:
CONFIG_X86_LOCAL_APIC && CONFIG_NOTWORKINGThis replaces the current existing IRQ-based index interrupt scheme with the vector-base index scheme. The advantages of vector base over IRQ base are listed below: 1) Support MSI implementation. 2) Support future IOxAPIC hotplug
Note that this enables MSI, Message Signaled Interrupt, on all MSI capable device functions detected if users also install the MSI patch. Message Signal Interrupt enables an MSI-capable hardware device to send an inbound Memory Write on its PCI bus instead of asserting IRQ signal on device IRQ pin.
If you don't know what to do here, say N.
arch/i386/KconfigThe configuration item CONFIG_PCI_USE_VECTOR:
CONFIG_X86_LOCAL_APIC && CONFIG_X86_IO_APICThis replaces the current existing IRQ-based index interrupt scheme with the vector-base index scheme. The advantages of vector base over IRQ base are listed below: 1) Support MSI implementation. 2) Support future IOxAPIC hotplug
Note that this enables MSI, Message Signaled Interrupt, on all MSI capable device functions detected if users also install the MSI patch. Message Signal Interrupt enables an MSI-capable hardware device to send an inbound Memory Write on its PCI bus instead of asserting IRQ signal on device IRQ pin.
If you don't know what to do here, say N.
arch/x86_64/KconfigThe configuration item CONFIG_PCI_USE_VECTOR:
(none)(none)
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - P index
Automatically generated (in year 2025). See also LKDDb sources on GitLab