Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111904729
D31509.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
847 B
Referenced Files
None
Subscribers
None
D31509.diff
View Options
diff --git a/sys/arm64/qoriq/qoriq_dw_pci.c b/sys/arm64/qoriq/qoriq_dw_pci.c
--- a/sys/arm64/qoriq/qoriq_dw_pci.c
+++ b/sys/arm64/qoriq/qoriq_dw_pci.c
@@ -101,13 +101,7 @@
/* Compatible devices. */
static struct ofw_compat_data compat_data[] = {
{"fsl,ls1012a-pcie", (uintptr_t)&ls1012_cfg},
- /*
- * XXX: On LS1028ARDB attaching this driver causes external abort.
- * Disable it for now.
- */
-#ifdef notyet
{"fsl,ls1028a-pcie", (uintptr_t)&ls2028_cfg},
-#endif
{"fsl,ls1043a-pcie", (uintptr_t)&ls1043_cfg},
{"fsl,ls1046a-pcie", (uintptr_t)&ls1012_cfg},
{"fsl,ls2080a-pcie", (uintptr_t)&ls2080_cfg},
@@ -156,7 +150,7 @@
reg = pci_dw_dbi_rd4(sc->dev, sc->soc_cfg->pex_pf0_dgb);
reg >>= sc->soc_cfg->ltssm_bit;
reg &= 0x3F;
- *status = (reg = 0x11) ? true: false;
+ *status = (reg == 0x11) ? true : false;
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 11, 1:47 AM (18 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17092696
Default Alt Text
D31509.diff (847 B)
Attached To
Mode
D31509: qoriq_dw_pci: Fix typo in link status checking code
Attached
Detach File
Event Timeline
Log In to Comment