Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144250834
D49560.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
601 B
Referenced Files
None
Subscribers
None
D49560.diff
View Options
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -4175,6 +4175,7 @@
if (q->devid == devid && q->type == PCI_QUIRK_MAP_REG)
pci_add_map(bus, dev, q->arg1, rl, force, 0);
+#if defined(__i386__) || defined(__amd64__)
if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
/*
* Try to re-route interrupts. Sometimes the BIOS or
@@ -4184,6 +4185,7 @@
*/
pci_assign_interrupt(bus, dev, 1);
}
+#endif
if (pci_usb_takeover && pci_get_class(dev) == PCIC_SERIALBUS &&
pci_get_subclass(dev) == PCIS_SERIALBUS_USB) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 3:25 AM (16 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28463462
Default Alt Text
D49560.diff (601 B)
Attached To
Mode
D49560: pci: Only re-route IRQs based on firmware on x86
Attached
Detach File
Event Timeline
Log In to Comment