https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196980

Sean Bruno <sbr...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Keywords|IntelNetworking             |
                 CC|                            |j...@freebsd.org

--- Comment #4 from Sean Bruno <sbr...@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.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to