From owner-cvs-src-old@FreeBSD.ORG Tue May 5 14:46:33 2009 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 C81AE106566B for ; Tue, 5 May 2009 14:46:33 +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 B297A8FC15 for ; Tue, 5 May 2009 14:46:33 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n45EkXNZ064309 for ; Tue, 5 May 2009 14:46:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n45EkXLK064308 for cvs-src-old@freebsd.org; Tue, 5 May 2009 14:46:33 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200905051446.n45EkXLK064308@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 5 May 2009 14:46:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/pci vga_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, 05 May 2009 14:46:35 -0000 jhb 2009-05-05 14:46:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/pci vga_pci.c Log: SVN rev 191819 on 2009-05-05 14:46:18Z by jhb MFC: Sync with HEAD - Proxy PCI MSI/MSI-X requests and bus interrupt requests for child devices instead of passing them through directly. This allows child devices to use MSI/MSI-X interrupts. - Proxy PCI VPD requests. - Proxy bus resource allocation requests to allow multiple child devices to share access to a BAR. Revision Changes Path 1.5.2.1 +176 -3 src/sys/dev/pci/vga_pci.c