From owner-cvs-src-old@FreeBSD.ORG Fri Oct 22 11:42:14 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 A05C0106564A for ; Fri, 22 Oct 2010 11:42:14 +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 743A78FC08 for ; Fri, 22 Oct 2010 11:42:14 +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 o9MBgEpH047169 for ; Fri, 22 Oct 2010 11:42:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9MBgEso047168 for cvs-src-old@freebsd.org; Fri, 22 Oct 2010 11:42:14 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201010221142.o9MBgEso047168@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 22 Oct 2010 11:42:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Fri, 22 Oct 2010 11:42:14 -0000 jhb 2010-10-22 11:42:02 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 214203 on 2010-10-22 11:42:02Z by jhb - Add a new PCI quirk to whitelist an old chipset that doesn't support PCI-express or PCI-X capabilities if we are running in a virtual machine. - Whitelist the Intel 82440 chipset used by QEMU. Tested by: jfv MFC after: 1 week Revision Changes Path 1.409 +31 -1 src/sys/dev/pci/pci.c