From owner-cvs-src-old@FreeBSD.ORG Wed Feb 17 21:18:27 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FCB21065761 for ; Wed, 17 Feb 2010 21:18:27 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4828FC16 for ; Wed, 17 Feb 2010 21:18:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1HLIRCZ081405 for ; Wed, 17 Feb 2010 21:18:27 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1HLIRJe081404 for cvs-src-old@freebsd.org; Wed, 17 Feb 2010 21:18:27 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201002172118.o1HLIRJe081404@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Feb 2010 21:17:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/amd64/amd64 msi.c src/sys/i386/i386 msi.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 21:18:27 -0000 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