Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151312443
D7560.id19451.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
557 B
Referenced Files
None
Subscribers
None
D7560.id19451.diff
View Options
Index: sys/dev/pci/pci_host_generic.c
===================================================================
--- sys/dev/pci/pci_host_generic.c
+++ sys/dev/pci/pci_host_generic.c
@@ -281,7 +281,7 @@
OF_getencprop(OF_parent(node), "#address-cells", &parent_addr_cells,
sizeof(parent_addr_cells));
- if (parent_addr_cells != 2 || pci_addr_cells != 3 || size_cells != 2) {
+ if (parent_addr_cells > 2 || pci_addr_cells != 3 || size_cells > 2) {
device_printf(sc->dev,
"Unexpected number of address or size cells in FDT\n");
return (ENXIO);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 12:44 PM (12 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31099119
Default Alt Text
D7560.id19451.diff (557 B)
Attached To
Mode
D7560: Remove check for 64-bit FDT ranges in pci-host-generic
Attached
Detach File
Event Timeline
Log In to Comment