Date: Wed, 17 Feb 2010 21:17:54 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 msi.c src/sys/i386/i386 msi.c Message-ID: <201002172118.o1HLIRJe081404@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2010-02-17 21:17:54 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/amd64/amd64 msi.c
sys/i386/i386 msi.c
Log:
SVN rev 204012 on 2010-02-17 21:17:54Z by jhb
Fix a bug where MSI interrupts on x86 were always routed to APIC ID 0 rather
than the APIC ID of the boot CPU prior to SI_SUB_SMP. This resulted in
some storage controllers not being able to enumerate attached devices when
using MSI/MSI-X interrupts. This only affects <= 7.x, so it is a direct
commit to 7 rather than an MFC.
Reviewed by: scottl
Approved by: re (kib)
Revision Changes Path
1.6.2.5 +2 -0 src/sys/amd64/amd64/msi.c
1.6.2.5 +2 -0 src/sys/i386/i386/msi.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002172118.o1HLIRJe081404>
