Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115670915
D43921.id134387.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
441 B
Referenced Files
None
Subscribers
None
D43921.id134387.diff
View Options
diff --git a/sys/dev/pci/pci_host_generic.c b/sys/dev/pci/pci_host_generic.c
--- a/sys/dev/pci/pci_host_generic.c
+++ b/sys/dev/pci/pci_host_generic.c
@@ -173,7 +173,7 @@
phys_base = sc->ranges[tuple].phys_base;
pci_base = sc->ranges[tuple].pci_base;
size = sc->ranges[tuple].size;
- rid = tuple + 1;
+ rid = tuple + 100;
if (size == 0)
continue; /* empty range element */
switch (FLAG_TYPE(sc->ranges[tuple].flags)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 27, 9:39 PM (9 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17822220
Default Alt Text
D43921.id134387.diff (441 B)
Attached To
Mode
D43921: pci: avoid accidental clobbering of regs on some fdt platforms
Attached
Detach File
Event Timeline
Log In to Comment