Page MenuHomeFreeBSD

D3706.1789539618.diff
No OneTemporary

Size
541 B
Referenced Files
None
Subscribers
None

D3706.1789539618.diff

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

Mime Type
text/plain
Expires
Wed, Sep 16, 6:20 AM (8 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29683690
Default Alt Text
D3706.1789539618.diff (541 B)

Event Timeline