[Bug 196980] [pci] PCI Resource Allocation Causing 2 em devices to fail during initialization
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 3 20:08:42 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196980
Sean Bruno <sbruno at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
Keywords|IntelNetworking |
CC| |jhb at FreeBSD.org
--- Comment #4 from Sean Bruno <sbruno at FreeBSD.org> ---
As a shot in the dark, can you add this to your kernel and see if it helps?
sys/dev/pci % svn diff
Index: pci.c
===================================================================
--- pci.c (revision 286233)
+++ pci.c (working copy)
@@ -247,10 +247,11 @@
{ 0x35808086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
/*
- * MSI doesn't work with devices behind the AMD 8131 HT-PCIX
+ * MSI doesn't work with devices behind the AMD 8131/8132 HT-PCIX
* bridge.
*/
{ 0x74501022, PCI_QUIRK_DISABLE_MSI, 0, 0 },
+ { 0x74521022, PCI_QUIRK_DISABLE_MSI, 0, 0 },
/*
* MSI-X allocation doesn't work properly for devices passed through
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list