Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147581210
D54596.1783804664.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
617 B
Referenced Files
None
Subscribers
None
D54596.1783804664.diff
View Options
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -284,6 +284,12 @@
{ 0x12378086, PCI_QUIRK_ENABLE_MSI_VM, 0, 0 },
/*
+ * GCE VMs generally present a gve(4) device at 0:0:0, which
+ * we can use as a trigger to enable MSI.
+ */
+ { 0x00421ae0, PCI_QUIRK_ENABLE_MSI_VM, 0, 0 },
+
+ /*
* HPET MMIO base address may appear in Bar1 for AMD SB600 SMBus
* controller depending on SoftPciRst register (PM_IO 0x55 [7]).
* It prevents us from attaching hpet(4) when the bit is unset.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 11, 9:17 PM (48 m, 46 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29083799
Default Alt Text
D54596.1783804664.diff (617 B)
Attached To
Mode
D54596: pci: Enable MSI on GCE arm64 VMs
Attached
Detach File
Event Timeline
Log In to Comment