Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173472058
D60033.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
488 B
Referenced Files
None
Subscribers
None
D60033.diff
View Options
Index: sys/dev/pci/pci_pci.c
===================================================================
--- sys/dev/pci/pci_pci.c
+++ sys/dev/pci/pci_pci.c
@@ -2346,7 +2346,8 @@
sc = device_get_softc(pcib);
ari_func = *func;
- if (sc->flags & PCIB_ENABLE_ARI) {
+ /* ARI applies only to this port's secondary bus. */
+ if ((sc->flags & PCIB_ENABLE_ARI) && bus == sc->bus.sec) {
KASSERT(*slot == 0,
("Non-zero slot number with ARI enabled!"));
*slot = PCIE_ARI_SLOT(ari_func);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 27, 4:51 AM (5 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39717783
Default Alt Text
D60033.diff (488 B)
Attached To
Mode
D60033: pcib: Only apply ARI translation to a bridge's own secondary bus
Attached
Detach File
Event Timeline
Log In to Comment