From owner-cvs-all@FreeBSD.ORG Wed Feb 14 22:32:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F1DB16A41F; Wed, 14 Feb 2007 22:32:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EBD6F13C4BA; Wed, 14 Feb 2007 22:32:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1EMWtAa019561; Wed, 14 Feb 2007 22:32:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1EMWtwf019560; Wed, 14 Feb 2007 22:32:55 GMT (envelope-from jhb) Message-Id: <200702142232.l1EMWtwf019560@repoman.freebsd.org> From: John Baldwin Date: Wed, 14 Feb 2007 22:32:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 22:32:56 -0000 jhb 2007-02-14 22:32:55 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: - Fix an off by one error in pci_remap_msix_method() that effectively broke the method as all the MSI-X table indices were off by one in the backend MD code. - Fix a cosmetic nit in the bootverbose printf in pci_alloc_msix_method(). Revision Changes Path 1.341 +10 -2 src/sys/dev/pci/pci.c