Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148418829
D3706.1786749622.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
541 B
Referenced Files
None
Subscribers
None
D3706.1786749622.diff
View Options
Index: head/sys/arm64/cavium/thunder_pcie_pem.c
===================================================================
--- head/sys/arm64/cavium/thunder_pcie_pem.c
+++ head/sys/arm64/cavium/thunder_pcie_pem.c
@@ -183,8 +183,16 @@
thunder_pem_maxslots(device_t dev)
{
+#if 0
/* max slots per bus acc. to standard */
return (PCI_SLOTMAX);
+#else
+ /*
+ * ARM64TODO Workaround - otherwise an em(4) interface appears to be
+ * present on every PCI function on the bus to which it is connected
+ */
+ return (0);
+#endif
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 14, 11:20 PM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29408769
Default Alt Text
D3706.1786749622.diff (541 B)
Attached To
Mode
D3706: ThunderX WORKAROUND: enumerate only one slot for now
Attached
Detach File
Event Timeline
Log In to Comment