From owner-cvs-src-old@FreeBSD.ORG Tue Jun 7 21:15:54 2011 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 081B810657C9 for ; Tue, 7 Jun 2011 21:15:54 +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 EBBD88FC08 for ; Tue, 7 Jun 2011 21:15:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p57LFrRn048988 for ; Tue, 7 Jun 2011 21:15:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p57LFrJV048987 for cvs-src-old@freebsd.org; Tue, 7 Jun 2011 21:15:53 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201106072115.p57LFrJV048987@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 7 Jun 2011 21:15:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/pci pci.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: Tue, 07 Jun 2011 21:15:54 -0000 jhb 2011-06-07 21:15:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/pci pci.c Log: SVN rev 222837 on 2011-06-07 21:15:43Z by jhb MFC 221138: Only align MSI message groups based on the number of messages being allocated, not the maximum number of messages the device supports. The spec only requires the former, and I believe I implemented the latter due to misunderstanding an e-mail. In particular, this fixes an issue where having several devices that all support 16 messages can run out of IDT vectors on x86 even though the driver only uses a single message. Revision Changes Path 1.386.2.13 +1 -1 src/sys/dev/pci/pci.c