Page MenuHomeFreeBSD

D54596.diff
No OneTemporary

D54596.diff

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

Mime Type
text/plain
Expires
Sun, Jul 19, 12:19 PM (6 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35233723
Default Alt Text
D54596.diff (617 B)

Event Timeline